/*  Page styles  */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    font: normal 12px/1.4 Arial, Helvetica, sans-serif;
}

.skrollr-desktop body {
    height:100% !important;
}

#skrollr-body {
    height:100%;
    position:relative;
    overflow: hidden;
}


/*  Styles for this example */


.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}

.parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;

    height:91vh;
    top:-80vh;
}


.parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;

    height:100vh;
    top:0;
}


.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}



.gap {
    background:transparent center no-repeat;
    background-size:cover;
    height:80vh;
}

.skrollr .gap {
    background:transparent !important;
}


/*  End of scrollr styles   */


/*Intro*/

#page-intro h1{
    text-align: center;
    color: #fff;
    
    padding-top: 24vh;
}
@media only screen and (max-width: 320px){
    #page-intro h1{
    text-align: center;
    color: #fff;
    font: normal 20px 'Droid Serif', sans-serif !important;
    padding-top: 40vh !important;
}
#page-intro .btn{
    color: #fff !important;
    display: block;
    margin: 40px auto;
    width: 260px !important;
    text-align: center;
    border: 1px solid #fff;
    padding: 18px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background-color: #AD2242;
    opacity: 0.8;
    
}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
 #page-intro h1{
        font: normal 24px 'Droid Serif', sans-serif !important;
        padding-top: 20vh !important;
    }
    .parallax-image {
        height:75vh;
    }
    .parallax-image-wrapper {
    
    height:80vh;
    top:-65vh;
}
#page-intro .btn{
    width:280px !important;
}
.gap{
    height:65vh !important;
}
}
@media only screen and (min-width:480px) and (max-width:680px){
    
    #page-intro h1{
        font: normal 12px 'Droid Serif', sans-serif;
    }
    .parallax-image-wrapper {
    
    height:74vh;
    top:-70vh;
}
.weed{
    font-size: 8px;
}
}
@media only screen (min-width:768px) and (max-width: 1024px) {
    
.parallax-image {
        height:50vh;
    }
    .parallax-image-wrapper {
    
    height:74vh;
    top:-70vh;
}
#page-intro h1{
    font: normal 36px 'Droid Serif', sans-serif;
    }
    
}
@media only screen and (min-width: 1224px){
    #page-intro h1{
    font: normal 36px 'Droid Serif', sans-serif;
    }
}


#page-intro .btn{
    color: #fff !important;
    display: block;
    margin: 40px auto;
    width: 300px;
    text-align: center;
    border: 1px solid #fff;
    padding: 18px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background-color: #AD2242;
    opacity: 0.8;
    
}

@media (max-width: 1224px) {
    #page-intro h1 {
        font-size: 42px;
        padding-top: 20vh;
    }
    
}

/*Body Text*/


.body-text{
    padding: 60px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}

.body-text h2{
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #AD2242;
}

.body-text p{
    
    display: inline-block;
    text-align: left;
    padding: 40px;
    color: #45636B;
}
.body-text .parts{
    width:33%;
    float:left;

}
.content{
    height: 105vh;
}

.services{
    margin: 0 auto;
    width: 90%;
    
    height: 100%;

}
.services p{
    text-align: left;
    padding: 40px;

}
.services ol li{
    text-align: left;
    margin-left: 60px;
}


@media only screen and (max-width: 320px){
    .body-text{
        font-size: 12px;
    }
    .body-text .parts{
        
        width: 100%;
    }
    .content{
    height: 340vh;
}
}

@media only screen and (min-width: 321px) and (max-width: 480px){

    .body-text .parts{
        width: 100%;
    }
.content{
    height: 280vh;
}
.services p{
    text-align: left;
    padding: 10px !important;

}
}
@media only screen and (min-width:480px) and (max-width:680px){
    .body-text{
        font-size: 14px;
        line-height: 24px;
    }
.body-text .parts{
        width: 100%;
    }
.content{
    height: 200vh;
}

}
@media only screen and (min-width:768px) and (max-width: 1024px) {
    .body-text{
    padding: 60px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 14px;
    text-align: center;
}
.content{
    height: 100vh;
}
}

.weedback{
    position: absolute;
}
.weed{
    color:#fff;
    text-align: justify;
    border: 1px solid #fff;
    border-radius: 25px;
    background-color: #000;
    opacity: 1;
    height:60%;
    width:80%;
    margin:0 auto;
    
    position: relative;
    top: 100px;
    font-size: 18px;

}
.left{
    width: 40%;
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    opacity: 1!important;
}
 ul li{
    text-decoration: none;
    list-style: none;
    color: #fff;

}
ul li a{
    color: #fff 
    } 
ul li a:hover{
    color:#000;
}
.right{
    float:right;
    width:45%;
    margin-top: 30px;
    opacity: 1 !important;

}
h3{
   text-align: center; 
   padding-top: 5px;
   color: #52B91F;

}
@media only screen and (max-width: 320px){
    .gap{
        height: 120vh;
    }
    .weed{
    color:#000;
    text-align: justify;
    border: 0px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
    height:65%;
    width:90%;
    margin:0 auto;
    
    position: relative;
    top: 100px;
    font-size: 12px;
}
.left{
    width: 100%;
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    opacity: 1!important;
}
.right{
    float:left;
    width:100%;
    margin-top: 30px;
    opacity: 1 !important;
     margin-left: 50px;

}
h3{
   text-align: center; 
   padding-top: 5px;
   color: #AD2242;

}
.mosquito{
    text-align: center;
    margin:0 auto;
    width:70%;
   position: relative;
   top:100px;
   font-size: 8px;
    }
    }
@media only screen and (min-width: 321px) and (max-width: 480px){
    .gap{
        height: 100vh;

    }
.weed{
    color:#000;
    text-align: justify;
    border: 0px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
    height:65%;
    width:90%;
    margin:0 auto;
    
    position: relative;
    top: 100px;
    font-size: 12px;
}
.left{
    width: 100%;
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    opacity: 1!important;
}
.right{
    float:left;
    width:100%;
    margin-top: 30px;
    opacity: 1 !important;
     margin-left: 50px;

}
h3{
   text-align: center; 
   padding-top: 5px;
   color: #AD2242;

}
}
@media only screen and (min-width:480px) and (max-width:680px){
.weed{
    color:#000;
    text-align: justify;
    border: 0px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
    height:65%;
    width:90%;
    margin:0 auto;
    
    position: relative;
    top: 80px;
    font-size: 14px;
    line-height: 24px;
}
}
@media only screen and (min-width:768px) and (max-width: 1024px) {
    .weed{
        font-size: 14px;
        font-weight: bold;

    }
    .left{
    width: 40%;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    opacity: 1!important;
    line-height: 24px;
    
}
.right{
    line-height: 24px;
   
}
}

.mosback{
    position: absolute;
}
.mosquito{
    text-align: center;
    margin:0 auto;
    width:70%;
   position: relative;
   top:200px;
}
@media only screen and (min-width: 321px) and (max-width: 480px){
    .mosquito{
    text-align: center;
    margin:0 auto;
    width:70%;
   position: relative;
   top:100px;
   font-size: 9px;
    }
}
/*Features List*/


.features-list{
    padding: 150px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 12px;
    min-height: 100vh;
    text-align: center;
}

.features-list h2{
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: normal;
    color: #AD2242;

}

.features-list div{
    display: inline-block;
    width: 30%;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 45px;
    box-shadow: 1px 1px 1px #ccc, 0 0 30px #eee inset;
}

.features-list div i{
    font-size: 150px;
    margin-bottom: 40px;
    color: #50B575;
}

.features-list div h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #425F67;
    font-weight: normal;
}

@media only screen and (max-width: 320px){
.features-list{
    padding: 100px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 12px;
    min-height: 100vh;
    text-align: center;
}

    .features-list div{
        width: 80%;
        margin-bottom: 30px;
    }

}

@media only screen and (min-width: 321px) and (max-width: 480px){
    .features-list{
    padding: 100px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 12px;
    min-height: 100vh;
    text-align: center;
}

    .features-list div{
        width: 80%;
        margin-bottom: 30px;
    }

}
@media only screen and (min-width:480px) and (max-width:680px){
    .features-list{
    padding: 100px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 14px;
    min-height: 100vh;
    text-align: center;
}

    .features-list div{
        width: 80%;
        margin-bottom: 30px;
    }
.mosquito{
    text-align: center;
    margin:0 auto;
    width:70%;
   position: relative;
   top:130px;
}    
}

/*About us*/

.about-us{
    padding: 60px 0;
    background-color: #fff;
    min-height: 80vh;
    text-align: center;
    color: #25373C;
    font-size: 18px;
    width:100%;
}

.about-us h2{
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: normal;
    color: #AD2242;
}

.about-us div{
    text-align: center;
    width: 25%;
    margin: 20px 10px;
    display: inline-block;

}


.about-us div img{
    border-radius: 50%;
    width: 60%;
}

.about-us a.attribution{
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    width: 280px;
    margin: 50px auto 10px;
    opacity: 0.5;
}


@media only screen and (min-width: 321px) and (max-width: 480px){
    .about-us div{
        width: 45%;
        margin: 20px 0;
    }
    .about p{
        padding: 0 20px;
    }
    .all{
        padding:10px 20px 10px 40px;
    }

}
.contact-us{
    margin-top: 100px;

}
.contact-us h2{
    text-align: center;
}
.contact{
    width: 50%;
    float:left;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.contact-address{
    width: 50%;
    float: right;
    padding-left: 50px;
    margin-top: 80px;
    font-size: 24px;
    line-height: 40px;
}
@media only screen and (min-width: 321px) and (max-width: 480px){
    .contact-us{
    margin-top: 100px;

}
    .contact{
    width: 100%;
    float:left;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
}
.contact-address{
    width: 100%;
    float: left;
    padding-left: 40px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;
}

}
@media only screen and (min-width:480px) and (max-width:680px){
    .contact-us{
    margin-top: 100px;

}
    .contact{
    width: 100%;
    float:left;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
}
.contact-address{
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;

}
}
@media only screen (min-width:768px) and (max-width: 1024px){
    .contact-us{
    margin-top: 100px;

}
     .contact{
    width: 100%;
    float:left;
    padding-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
}
.contact-address{
    width: 100%;
    float: left;
    padding-left: 40px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;
    font-size: 16px;
}
}
@media only screen and (min-width: 1224px){
  .contact-us{
    margin-top: 150px;

}
}
/*Footer*/
footer{
    background-color: rgb(52, 73, 94  );
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    width: 100%;
    font: bold 16px sans-serif;
    text-align: left;
    padding: 20px 60px 55px;
    overflow: hidden;
    height:100%;
}

/* Footer left */

footer .footer-left{
    float: left;
}

footer h3{
    color:  #52B91F;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

footer .footer-links{
    color: #95A4A9;
    margin: 22px 0 14px;
    padding: 0;
}

footer .footer-links a{
    display: inline-block;
    text-decoration: none;
    color: #196F3D;
}

footer .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* Footer right */

footer .footer-right{
    float: right;
    width: 100%;
    
}

/* Social icon */

.footer-right i{
    width: 20px;
    height: 20px;
   

    color: #1A98E7;
    font-size: 50px;
    
    text-align: center;
    padding-top: 30px;
    
}
.footer-right .social i{
    padding-left: 50px;
    color: #B91F2F !important;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 680px) {

    footer .footer-left{
        margin-bottom: 50px;
    }

    footer .footer-right{
        float: left;
        clear: left;
    }
    

}
@media only screen and (min-width:768px) and (max-width: 1024px) {
    footer .footer-right{
    float: right;
    width: 40%;
    
}
    }
#map {
        height: 400px;
        width: 100%;
       }

