* {margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* ============== Reset css styles ==================== */
body {
    font:15px/26px 'Open Sans', Verdana, sans-serif;
    color:#333333;
    font-weight:400;
    background: #ffffff  top center repeat fixed; 
}

.email::after { content:'myemail@gmail.com'; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a, 
a:hover, 
a:visited {
    outline:none;
}
a {
    color:#008ce5;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
strong {
    font-weight:600;
}
h1 {
    font-weight:400;
    font-size:26px;
    margin-top:30px;
    line-height:30px;
}
h2 {
    font-weight:400;
    font-size:22px;
    margin-top:20px;
    margin-bottom:20px;
    text-transform:uppercase;
}
p {
    margin:0 0 10px 0;
}
img {
    max-width:100%;
}
.wrap {
    width:1000px;
    margin:0 auto;
}
.col1 {
    width:13.333%;
    margin-left:4%;
    float:left;
}
.col2 {
    width:30.667%;
    margin-left:4%;
    float:left;
}
.col3 {
    width:48.0%;
    margin-left:4%;
    float:left;
}
.col4 {
    width:61.333%;
    margin-left:4%;
    float:left;
}
.col5 {
    width:82.667%;
    margin-left:4%;
    float:left;
}
.col6 {
    width:100%;
    margin:0;
    float:none;
}
.first {
    margin-left:0;
}

/* Main styles ========================= */


header {
	background-color:#ffffff;
    text-align:center;
	color:#333333;
    position:fixed;
    top:0;
    height:80px;
    width:100%;
    z-index:100;
    box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        -webkit-box-shadow: 0px 0px 3px #000;
}
nav ul {
    float:right;
}
nav ul li {
    float:left;
    list-style: none;
}
nav ul li a {
    display:block;
    text-decoration:none;
    line-height:76px;
    border-bottom:4px solid transparent;
    padding:0 20px;
    color:#333333;
}
nav ul li.active a,
nav ul li a:hover {
    color:#333333;
    text-decoration:none;
    border-bottom:4px solid #008ce5;
}
nav select {
      display: none;
}


section {
    width:100%;
    padding:50px 0;
    overflow: hidden;
}
#home {
    text-align:center;
    margin-top:40px;
    padding:50px 0;
}
#about,
#team,
#contact {
    background-color:#ffffff; /* white background */
    box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        -webkit-box-shadow: 0px 0px 3px #000;
}


#services h3 {
    background: transparent url('images/h3-icon.png') 0 0 no-repeat;
    padding:20px 0 0 25px;
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

.name {
    font-size:18px;
    margin:10px 0 5px;
}
.title {
    color:#999;
    font-size:16px;
    margin-bottom:0;
}


/* Footer ========================= */

footer {
    color:#666;
    text-align:center;
    font-size:12px;
    margin:40px auto 10px;
}
footer a {
    color:#666;
    text-decoration:underline;
}
footer a:hover {
    color:#008ce5;
}

/* Responsive styles ========================= */

@media screen and (max-width:1020px) {
    .wrap {
        width:86%;
    }
}
@media screen and (max-width:768px) {
    .col1,
    .col2,
    .col3,
    .col4,
    .col5 {
        width:100%;
        float:none;
        margin:0 0 20px;
    }
}
    


@media screen and (max-width: 680px) { 
    header {
        height:40px;
    }
    nav ul { 
        display: none; 
        height: auto; 
        text-align:center;
        width:100%;
        margin-top:40px;
    }  
    nav ul li {
        display: block;  
        float: none;  
        width: 100%; 
        padding-left:10px; 
        border-bottom:1px solid #008ce5;
        background-color:#ffffff;
    }
    nav ul li:hover {
        background-color:#008ce5;
    }
    nav ul li a {
        padding:10px;
        line-height:20px;
        border:none;
    }
    nav ul li.active a, 
    nav ul li a:hover {
        border:none;
        
    }
    
    nav select { display: inline-block; }

     
    #home {
        margin-top:40px;
        padding:50px 0;
    }
}