*{
    margin: 0;
    border: 0;
    padding: 0;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
}
body{
    background: #8FBC8F;
    font: 14px/20px Arial, San-Serif;
    color: #000000;
    margin: 0;
}
h1{
    text-align: center;
    font-size: 180%;
    line-height: 120%;
    padding: 5% 0;
    text-decoration: underline;
}
h2{

    line-height: 280%;
    padding-left: 2%;
}
h3{
    line-height: 110%;
    padding: 5% 0;
}
p{
    padding: 2%;
    text-align: center;
    font-family: sans-serif;
}
img{
    text-align: center;
    max-width: 100%;
    height: auto;
    width: auto;
}
a{
    color:  #006400;
    text-decoration: none;
    font-weight: bolder;
}
a:hover{
    color: #7CFC00;
    text-decoration: underline; 
}
.banner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image:url(../pic9.png);
}
.banner img{
    width: 100%;
    height: 500px;
}
.heading{
    color: green;
    position: absolute;
    top:50%;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    text-shadow: 5px 5px 10px #000000;
}
header{
    background: #008000;
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.95;
}
#logo img{
    margin-left: 65px;
    float: left;
    width: 250px;
    height: 85px;
}
nav{
    float: right;
    padding: 35px 20px 20px 0;
}
#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background-image: url("menu.png");
    background-repeat: no-repeat;
}
a:hover#menu-icon {
    border-radius: 4px 4px 0 0;
}
ul{
    list-style: none;
}
nav ul li{
    display: inline-block;
    float: left;
    padding: 10px;
}
.current{
    color: #ADFF2F;
    text-decoration: underline;
}
.anim p{
    text-align: center;
}
#doc{
    margin: 40px 0;
}
#content{
    margin: 0 auto;
    max-width: 1140px;
}
.blueberry{
    max-width: 960px;
    margin-top: 110px;
}
section{
    width: 29%;
    float: left;
    margin: 2% 2%;
    text-align: center;
}
section img{
    height: 120px;
    width:200px;
}
/* work */

.work{
    text-align: center;
    width: 100%;

}
.work img{
    border: 5px green solid;
    margin: 1%;
    width: 25%;
    height: 200px;
}
ul.gym li{
    padding-left: 3%;
}
footer{
    background: #006400;
    width: 100%;
    overflow: hidden;
    opacity: 0.80;
}
footer p, footer h3{
    color: #000000;
}
footer p a{
    color: #000000;
    text-decoration: none;
}
ul.social li{
    display: inline;
}
ul.social li img{
    height: 50px;
    width: 60px;
}
ul.social li img:hover{
    box-shadow: 0 0 2px 1px  rgba(0, 140, 186,0.5);
}
img .pic{
    width: 300px;
    height: 100px;
}
footer.second{
    border-top: 1px solid #228B22;
    background-color: #006400;
    max-height: 50px;
    text-align: center;
    opacity: 0.95;
}
.slider{
    overflow: hidden;
    height: 350px;
}
.slider figure div{
    width: 20%;
    float: left;  
}
.slider figure img{
    width: 100%;
    float: left;
    height: 350px;
}
.slider figure{
    position: relative;
    width: 500%;
    margin: 0;
    padding: 0;
    animation: 20s slidy infinite;
}

@keyframes slidy{
    0%{
        left: 0%;
    }
    10%{
        left: 0%
    }
    12%{
        left:-100%;
    }
    22%{
        left: -100%;
    }
    24%{
        left: -200%;
    }
    34%{
        left: -200%;
    }
    36%{
        left: -300%;
    }
    46%{
        left: -300%;
    }
    48%{
        left: -400%;
    }
    58%{
        left: -400%;
    }
    60%{
        left: -300%;
    }
    70%{
        left: -300%;
    }
    72{
        left: -200%;
    }
    82%{
        left: -200%;
    }
    84%{
        left: -100%;
    }
    94%{
        left: -100%
    }
    100%{
        left: 0%;
    }
}

/*-------------Media!!!--------------*/
@media screen and (max-width: 478px){
body{
    position: absolute;
}
}
@media screen and (max-width: 740px){
header{
    position: absolute;
}
#menu-icon{
    display: inline-block;
}
nav ul, nav:active ul{
    display: none;
    position: absolute;
    padding: 20px;
    background: #228B22;
    border: 1px solid #ADFF2F;
    right: 20px;
    top: 60px;
    width: 50%;
    border-radius: 2px 0 2px 2px;
}
nav li{
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
nav:hover ul{
    display: block;
}
section{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
 .work img{
     margin: 2%;
     width: 90%;
}
 .banner{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.heading h2{
    max-width: 100px;
                } 