﻿@import "https://fonts.googleapis.com/css?family=Lobster";

*{
    margin:0;
    padding:0;
    border:0;
}

section ul{
    font-family:sans-serif;
       font-size:120%;
    line-height:150%;
    padding:3% 3% 3% 10%;
    text-indent:2%;
    text-align:justify; 
}
body{
    background:#f5f5f5;
    color:#67727A;
    font-family:Signboard,sans-serif;
    margin:0;
}
h2{
    font-size:250%;
    font-weight:700;
    text-align:center;
    padding-top:2%;
   
}
h3{
    font-size:175%;
    line-height:155%;
    padding:5% 0;
    font-weight:400;
}
p{
    font-family:sans-serif;
    font-size:130%;
    line-height:120%;
    padding:3%;
    text-indent:2%;
    text-align:justify; 
}
img{
    max-width:100%;
    height:auto;
    width:auto;
    margin-bottom:-4px;
}
header{
background-color:#6991AC;
width:100%;
height:70px;

}
#header-inner{
    max-width:1200px;
    margin:0 auto;

}
#logo{
    margin:5px;
    float:left;
    width:200px;
    height:60px;
    background:url(img/farmerid3.png) no-repeat center center;
        background-size: 70%;
}
/*---Start Navigation--*/
nav{
    float:right;
    padding:20px 20px 0 0;
}
#menu-icon{
    display:none;
    width:40px;
    height:40px;
    background: url(img/nav.png) center;

}
#menu-icon:hover{
    border-radius: 4px 4px 0 0 ;
}
nav ul{
    list-style-type:none;
    list-style:none;
}
nav ul li{
    font-size:100%;
    display:inline-block;
    float:left;
    padding:10px;
    
}
nav ul li a {
    color: #F5F5F5;
    text-decoration:none;

}
nav ul li a:hover{
    color: #C3D7DF;
}
.current{
    color:#C3D7DF
}
/*End of Navigation*/
.banner{
    width:100%;
    background-color:#ffffff;

}
.banner-inner{
    max-width:60%;
    margin: 0 auto;

}

.banner-inner img{
    width:100%;
    height:100%;
}
.one-fourth{
    width:25%;
    float:left;
    text-align:center;
}
#html{
    background:#F1AA90;

}
#css{
    background: #BEB9AD;

}
#seo{
    background: #AADCD2
}
#social{
    background: #d2bacf;
}

.one-fourth i{
    color:#F0F0F0;
    font-size:500%;
    padding:13% 0 4% 0;
   
    
}
.inner-wrapper{
    float:left;
    width:100%;
    height:400px;
    background-color:#C3D7DF
}
article{
    float:left;
    margin:0 auto;
    width:50%;
    height:100%;
    text-align:center;
}
article img{
    height:100%;
}
aside img{
    height:100%;
}
#tablet{
    background: #C3D7DF;
}
aside{
    float:right;
    margin: 0 auto;
    width: 50%;
    height:100%;
        overflow:auto;

}
#tablet2{
    background:#A2B1C1;
}
#mobile{
background:#BEB9AD;
}
#desktop{
background:#F1AA90;

}
.inner-wrapper-2{
  float:left;
  width:100%;
  height:400px;
  background-color:#F5F5f5;   
}
.inner-wrapper-3{
    margin-top:20px;
    float:left;
    width:100%;
    background-color:#AADcDF;
}
.one-third{
width:33.33333333333%;
float:left;
text-align:center;
height:500px;
    overflow:auto;

}
#google{
    background: #A2B1C1;

}
#marketing{
    background:#BEB9AD;
}
#customers{
    background: #AAdCD2;
}

#smiley{
    background:#e5fffa;
    padding:0 0 1%;
    clear:both;
}

footer{
    background:#6991AC;
    width:100%;
}

.social{
    list-style:none;
    text-align:center;

}
.social li{
    display:inline;
}

.social i{
    font-size: 460%;
    margin:1%;
    padding:5% 5% 5% 4%;
    color:#C3D7DF;
}
.social i:hover{
    color:#F5F5F5;
}
footer.second{
    border-top:2px solid #AADCD2;
    background: #544B59;
    max-height: 55px;
    text-align:center;
    margin:0;
}
footer.second p {
    font-family:'lobster',sans-serif;
    padding: 5px 0 9px 0 ;
    text-align:center;
}

/*-------------MEDIA---------------*/

@media screen and (max-width: 768px) {

    h2 {
        font-size: 130%;
    }

    h3 {
        font-size: 105%;
    }

    p {
        font-size: 100%;
    }
       section ul {
        font-size: 100%;
    }
    header {
        position: absolute;
    }

    #logo {
        margin: 5px 0 20px -25px;
        background: url(img/farmerid3.png) no-repeat center center;
        background-size: 60%;
    }

    #menu-icon {
        display: inline-block;
    }

    nav ul, nav:active ul {
        display: none;
        z-index: 1000;
        position: absolute;
        padding: 20px;
        background: #6991AC;
        right: 20px;
        top: 60px;
        border: 1px solid #FFF;
        border-radius: 10px 0 10px 2px;
        width: 50%;
    }

    nav li {
        text-align: center;
        width: 100%;
    }

    nav:hover ul {
        display: block;
    }

    .banner {
        padding-top: 86px;
    }

    .one-fourth{
        float:left;
        width:100%;
    }
    
    .one-third{
        float:left;
        width:100%;
    }
    .one-fourth i {
        font-size:350%;
        padding:4% 0 1% 0;
    }
    article{
        width:100%;
    }
    aside{
        width:100%;
    }
    .inner-wrapper{
        height:auto;
    }
    .inner-wrapper-2{
        height:auto;
    }
    article img{
    height:auto;
}
aside img{
    height:auto;
}

.social i{
    font-size: 260%;
 
}

}