/*font*/

@font-face {
	font-family: 'Conv_AmericanTypewriter';
	src: url('../font/AmericanTypewriter.eot');
	src: local('☺'), url('../font/AmericanTypewriter.woff') format('woff'), url('../font/AmericanTypewriter.ttf') format('truetype'), url('../font/AmericanTypewriter.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
18px = 1rem (base)
37.36px = 2.056rem - H1
21.83px = 1.167rem - menu_items
28.9px = 1.556rem - button
29.15px = 1.611rem - phone_top
*/



/* my normalize*/
.row {margin: 0;}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* general & desktop */

html {
    font-size: 18px;
}


body {
    font-family: 'Conv_AmericanTypewriter', 'Times New Roman', sans-serif;
    color: #fff;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    color: #5faf99;
}

a:hover {
    color: #7ed6be;
}


p {
    margin-bottom: 22px;
    letter-spacing: 1px;
}

header, section {
    font-size: 1rem;
    position: relative;
}

section {padding: 40px 0;}

.container 
{
    position: relative;
}


h1 {
    color: #000;
    font-family: 'Conv_AmericanTypewriter', 'Times New Roman', sans-serif;
    font-size: 2.056rem;
    text-transform: uppercase;
	text-align: center;
}

h2 {
    color: #000;
    font-family: 'Conv_AmericanTypewriter', 'Times New Roman', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0 0 40px 0;
	text-align: center;
}

input, textarea {
    background-color: rgba(119,219,192, 0.8);
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    padding: 15px 40px;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    border: 0;
    width: 100%;
}

textarea {resize: vertical;}

input:focus, textarea:focus {
    outline: none;
    /*background-color: rgba(97,56,6,1);*/
}


::-webkit-input-placeholder {color:#fff; font-family: 'Helvetica Neue', sans-serif; text-overflow:ellipsis;font-weight: 300; transition: color 0.3s ease;} /* Background Text Color in Contact Input Fields */
::-moz-placeholder          {color:#fff; font-family: 'Helvetica Neue', sans-serif; text-overflow:ellipsis;font-weight: 300;transition: color 0.3s ease;} /* Background Text Color in Contact Input Fields */
:-moz-placeholder           {color:#fff; font-family: 'Helvetica Neue', sans-serif; text-overflow:ellipsis;font-weight: 300; transition: color 0.3s ease;} /* Background Text Color in Contact Input Fields */
:-ms-input-placeholder      {color:#fff; font-family: 'Helvetica Neue', sans-serif; text-overflow:ellipsis;font-weight: 300;transition: color 0.3s ease;} /* Background Text Color in Contact Input Fields */


:focus::-webkit-input-placeholder {color: transparent; transition: color 0.3s ease;}
:focus::-moz-placeholder          {color: transparent; transition: color 0.3s ease;}
:focus:-moz-placeholder           {color: transparent; transition: color 0.3s ease;}
:focus:-ms-input-placeholder      {color: transparent; transition: color 0.3s ease;}





header {    
    /*background:  #5faf99 url(../images/top_back.jpg) no-repeat;
    background-position: center top;
    background-size: cover;*/
	color: #000;
    /*min-height: 640px;*/
    padding: 180px 0 0px 0;
}

header h1, 
header p {
    padding-right: 0%;
}

.navbar-fixed-top {z-index: 2030}

.work {
    /*background: #5faf99 url(../images/about_back.jpg) no-repeat;
    background-position: center center;
    background-size: cover;*/
	color:#000;
    min-height: 300px;
    /*padding: 50px 0;*/
}

.work h1 {
	background: #5faf99;
	color:#fff;
	font-size: 1.5rem;
}

.bg {
    /*background: #5faf99 url(../images/about_back.jpg) no-repeat;
    background-position: center center;
    background-size: cover;*/
	color:#000;
    padding: 50px 0;
}


.bg h1 {
	background: #5faf99;
	color:#fff;
	font-size: 1.5rem;
}


.contact_me {
    /*background: #5faf99 url(../images/contact_back.jpg) no-repeat center center; 
    background-size: cover;*/
    min-height: 467px;
    border-top:    10px solid #fff;
    border-bottom: 10px solid #fff;
    text-align: center;
}

.contact_me h1 {
	background: #5faf99;
	color:#fff;
	font-size: 1.5rem;
	border-bottom: 10px solid #fff;
}

.contact_me .social {
	left: 0;
    /*top:5px;*/
    width: 100%;
    text-align: left;
}

.contact_me .social .phone {
    display: inline-block;
    float: right;
}

.contact_me .col-lg-9 {
    margin: 0 auto;
    float: none;
}
.contact_me .col-xs-12, 
.contact_me .col-xs-6 {
    padding: 0;
}

.contact_me .con_1 {padding:0 15px 0 0}
.contact_me .con_2 {padding:0 0 0 15px}

.form-group {margin-bottom: 35px;}



.navbar-default .navbar-toggle {
    border:none;
    top:17px;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #7ed6be;
	color: #000;
1}

.navbar-toggle .icon-bar {
    display: block;
    width: 50px;
    height: 10px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #7ed6be;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar
{
    background-color: #5faf99;
    
}

.navbar-default .tb {top: 0;}

.tb .icon-bar
 {
    background-color: #7ed6be;
    width: 35px;
    height: 8px; 
    top:10px;
}

.navbar-default {
    background-color: rgba(95,175,153, 0.8);
    padding: 10px 0;
     -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;

}

.navbar-brand {
    /*width: 169px;
    height: 117px;
    background: url(../images/logo.png) no-repeat;*/
}

.navbar-brand a {display: block;width: 169px;
    height: 117px;}


.navbar-shrink {
    background-color: rgba(95,175,153, 0.8);
     -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



.navbar-default .navbar-nav > li > a {
    font-size: 1.167rem;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #5faf99;
    background-color: transparent;
    text-decoration: underline;
}

.menu {margin-top: 45px}

.navbarblue {
    position: absolute;
    z-index: 2000;
    left: 0;
    right: 0;
}

#top,
#work, 
#background,
#contact {
    
    position: absolute;
    left: 0;
    top: -117px;
    z-index: 1000;
}

.social {
    position: absolute;
    z-index: 100;
    display: inline-block;
    right: 0;
    top:12px;
}

.social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
}

        a[title="g+"] {
            background-image: url(../images/ic_1.png);
        }
        a[title="facebook"] {
            background-image: url(../images/ic_2.png);
        }
        a[title="instagram"] {
            background-image: url(../images/ic_3.png);
        }
        a[title="twitter"] {
            background-image: url(../images/ic_4.png);
		}
		a[title="linkedin"] {
			background-image: url(../images/ic_5.png);
        }


.social a:hover,
.social a:active,
.social a:focus {
    text-decoration: none;
    color: #fff;
}

.social .phone {
    font-size:  1.611rem;
    white-space: nowrap;
    padding: 0 10px;
    width: auto;
    height: auto;
    position: relative;
    top:-10px;
}

.mobile_phone .phone
{
    font-size:   1.611rem;
    white-space: nowrap;
    padding: 0 10px;
    width: auto;
    height: auto;
    position: relative;
    top:-6px;
    color: #fff;
}


.butt { 
    color: #fff;
    display: inline-block;
    font-size: 1.556rem;
    background-color: #5faf99;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    padding: 8px 23px;
    text-decoration: none;
    margin: 50px;
}

.butt:hover {
    text-decoration: none;
    color:#fff;
}
.butt:active,
.butt:focus {
    background-color: rgba(97,56,6,1);
    outline: none;
    color:#fff;
    text-decoration: none;
    position: relative;
    top:2px;
}

.no { pointer-events: none; cursor: text;} .no:active {top:0;} 


.contact_me .butt {
    margin: 0;
    border: 0;
    background-color: #5faf99;
}

.contact_me .mobile {
        display: none;
    }
.contact_me .mobile_phone {
        display: none;
		/*padding: 0 10px;*/
		top:20px;
}


ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
    position: absolute;
    z-index: 2000;
    top:24px;
    right: 0;
    
}

ul.topnav li {float: left;


}

ul.topnav li a {
  display: inline-block;
  color: #7ed6be;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
    font-family: "Helvetica Neue Light", Arial, sans-serif;
    font-weight: 300;
    font-size: 0.7778rem;
    color: #000;
    border: 0;
    text-transform: uppercase;
    
}
ul.topnav li.active a {
pointer-events: none;
    text-decoration: underline;
    color: #7ed6be;    

}
    

    


ul.topnav .icon a {font-size: 45px;}

ul.topnav li a:hover {color:#000;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    
    float: right;
    display: inline-block;
      
      
  }
    ul.topnav {
        top: 0;}
    
}

@media screen and (max-width:750px) {
  ul.topnav.responsive {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
  
       background-color: rgba(111,61,1,0.9);
    }
    
    
  
  ul.topnav.responsive li {
    float: left;
    display: block;   
    padding: 12px 0;  
  }
    
   
    ul.topnav.responsive li.icon {
    position: absolute;
       padding: 0px;  
        z-index: 301;
        right: 6px;
    top: -64px;
  }
    
    
    
  ul.topnav.responsive li a {
    display: block;
   text-align: center;
    padding: 0 10px;
  }
    
    ul.topnav.responsive li.active a {pointer-events: none; text-decoration: underline; color: #7ed6be} 
    
}



.fixed-overlay {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	color: #000;
    background-color: rgba(95,175,153, 0.8);
}

.fixed-overlay__modal {
    text-align: center;
    white-space: nowrap;
}

.fixed-overlay__modal::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: ' ';
}

.modal {
    display: inline-block;
    vertical-align: middle;
}




#success .con {
    padding: 35px 45px;
    width: 610px;
    background: #fff;    
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    margin: 10% auto;
    position: relative;
    color: #0c0c0c; font-size: 22px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#success {
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    overflow: hidden;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling: touch;
    outline:0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    font-family: "Helvetica Neue", 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background-color: rgba(0,0,0,.3);    
}

.clos { text-align: center;  font-size: 33px; padding-top: 30px; text-decoration: underline; position: absolute; bottom: 100px; left: 0; right: 0; z-index: 1052;}




.con .social { margin: 30px 0 0 0; text-align: center;}


#success .con strong {
    color:#3a3a3a;
     font-family: "Helvetica Neue Medium", 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#success .close-modal  {
    position: absolute;
    top: 20px;
    right: 41px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
}

#success .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 15px;
    margin-left: 35px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#success .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 15px;
    background-color: #999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal-dialog {background-color: #fff;
color: #666;
top: 20%;
padding-top: 50px;
padding-bottom: 70px;}

.work .button {
    margin-left: 5%;
	font-size: 1.556rem;
    color: #fff;
	background-color: #5faf99;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    padding: 8px 23px;
    text-decoration: none;
	}

.work .respbutton {
    margin-left: 15%;
	font-size: 1rem;
    color: #fff;
	background-color: #5faf99;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    padding: 8px 15px;
    text-decoration: none;
	}

.work .work-company{font-size: 1.4rem;}
.work .work-title{
	font-size: 1.2rem;
    display: list-item;
    list-style-type: none;
    list-style-position: outside;
	line-height: 1.2rem;
	margin-left: 5%;
}
.work .work-time{text-indent: 5%;font-style: italic; font-size: 1rem;}

.work .work-client{
	font-size: 1.4rem;
	line-height: 1.4rem;
    display: list-item;
    list-style-type: none;
    list-style-position: outside;
	margin-left: 10%;
}
.work .work-clienttitle{
	font-size: 1.2rem;
	line-height: 1.2rem;
    display: list-item;
    list-style-type: none;
    list-style-position: outside;
	margin-left: 15%;

	}
.work .work-clienttime{font-style: italic; font-size: 1rem;}

.work .work-responsiblities{
	/*text-indent: 15%;*/
	font-size: 1rem;
	line-height: 1rem;
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
	margin-left: 20%;
}

.bg .bg-school{
	font-size: 1.4rem;
    display: list-item;
    list-style-type: none;
    list-style-position: outside;
	}

.bg .bg-major{
	text-indent: 5%;
	font-size: 1.2rem;
	display: list-item;
    list-style-type: none;
    list-style-position: outside;

}

.bg .bg-time{
	text-indent: 5%;
	font-style: italic;
	font-size: 1rem;
	display: list-item;
    list-style-type: none;
    list-style-position: outside;
}

/* mobile */

@media screen and (min-width:320px) and (max-width: 768px)
{
    .container {width: 100%;}
    
     #success .con { width: 95%;}
    .content_m {font-size: 14px}
    .content_m h2 { font-size: 14px;}
    header {
        background-position: 71% top;
    }
            
    header h1, header p {
        padding-right: 0;
    }
    
    header .page-scroll, 
    {text-align: center;}
    
    .navbar-toggle.tb { margin: 5px 0;}
    
    .butt { margin: 30px auto;}
    
    .navbar-default .social {display: none;}
    
    .tab-pane .container {padding: 0 15px;}
    
    .contact_me h1 {text-align: left;}
    
    .contact_me .social {display: none;}
    .contact_me .mobile {
        display: table;
        width: 100%;
        text-align: center;
         position: relative;
    }
    
    .work {
		position: relative;
	}
  
    .contact_me .mobile_phone {
        display: block;
        float: right;
    }
    
    .contact_me .mobile a {
    display: table-cell;
    text-align: center;
    background-position: center center;
    }
    
    .contact_me .con_2,
    .contact_me .con_1 {
        padding: 0;
    }

    
}

@media screen and (min-width:320px) and (max-width: 640px) {

    .contact_me h1 {font-size: 1.6rem}    
}


@media (min-width:1200px) 
{
.container {width: 1150px;}
}
    
/* end mobile */