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

.nav1 ul li{
    text-decoration: none;
    list-style: none;
    width: 90%;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 9px;
    display: inline;
	
}
.nav2 ul li{
    text-decoration: none;
    list-style: none;
    width: 90%;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 9px;
    display: inline;
	
}
.op{
    color: burlywood;
    font-size: 30px;
    float: right;
    margin: -400px 50px 0 0;
    display: block;
    cursor: pointer;
}
.op2{
    color: burlywood;
    font-size: 30px;
    float: right;
    margin: -300px 50px 0 0;
    display: block;
    cursor: pointer;
}
.nav1 {
    width: 0;
    overflow-x: hidden;
    height: 100vh;
    z-index: 1;
    position: fixed;
    background-color: rgba(159, 239,0, .98);
    transition: 0.5s;
    display: block;
    margin-top: -535px;
    padding-bottom: 50px;
    
    
}
.nav2 {
    width: 0;
    overflow-x: hidden;
    height: 100vh;
    z-index: 1;
    position: fixed;
    background-color: rgba(159, 239,0, .98);
    transition: 0.5s;
    display: block;
    margin-top: -400px;
    padding-bottom: 50px;
    
    
}
.nav1 a{
    clear: left;
    color: gray;
    font-size: 22px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 1em 0;
    transition: 0.3s;
}
.nav2 a{
    clear: left;
    color: gray;
    font-size: 22px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 1em 0;
    transition: 0.3s;
}
.close{
    float: left;
    margin: 1em 0 0 1em;

}
.nav1 a:not(:first-child):hover{
    background-color: dodgerblue;

}
.nav2 a:not(:first-child):hover{
    background-color: dodgerblue;

}
.nav1 a:visited{
    text-decoration: none;
    list-style: none;
}
.nav2 a:visited{
    text-decoration: none;
    list-style: none;
}
.wrap{
    background-image:url('images/backgrond.png');
    background-attachment: fixed,scroll;
    background-repeat:repeat-y;
    position: relative;
    top: 0em;
}
.wrap3{
    position: relative;
    top: -10em;
    margin: 0 auto;
}
.nav3{
   position: relative;
   bottom: 100em;
}
.staffpic{
    position: relative;
    top: -3em;
}
h1{
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 22.5px;
    color:#000000;
    margin-bottom: 0;
}
h2{
   font-family: 'Rubik Mono One', sans-serif;
    font-size: 19px;
    color: #000000; 
}
h3{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #5D6A62;

}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 23px;
}
h4{
     font-family: 'Rubik Mono One', sans-serif;
    font-size: 15px;
    color: #000000; 
}
h5{
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #5D6A62; 
}
h6{
   font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #5D6A62;  
}
.headerpic img{
    width: 100%;
}
footer{
    position: fixed;
    bottom: 0px;
    background: #5D6A62;
    height: 60px;
    padding: 0px;
}
footer ul{
    padding: 0px;
}
aside{
    display: inline-block;
}
footer li{
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 9px;
    display: inline;
	text-decoration: none;
    padding: 25px;
    color: #000000;
}
footer a:visited{
    text-decoration: none;
    list-style: none;
    color: #000000;
    
}
.logo{
    margin: 0 auto;
    display: inline-block;
    padding-left: 125px;

}






}
@media screen and (min-width:481px){
.wrap{
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    background-image:none;
}
header{
    max-width: 600px;
    margin: 0 auto;
}
footer{
    position: relative;
    bottom: 0px;
    background: white;
    height: 60px;
    padding: 0px;
}
.logo{
margin-left: -8.5em;
}
.nav3{
    color: rgba(159, 239,0, 1);
    display:block;
    top: -9em;
    right: -5em;
    font-size: 13px;
    font-family: 'Rubik Mono One', sans-serif;
    font-style: normal;
    width: 100%;
    list-style-type: none;
    text-decoration: none;
    height: em;
}
.nav3 ul{
    color: rgba(159, 239,0, 1);
    list-style-type: none;
    text-decoration: none;
    text-align: center;
    top: 1em;

}
.nav3 li{
    color: rgba(159, 239,0, 1);
    list-style-type: none;
    text-decoration: none;
    padding:5px 2px;
    float: left;
}
.nav3 li a{
    color: rgba(159, 239,0, 1);
    list-style-type: none;
    text-decoration: underline;
    padding:5px 8px;
    display: block;
    text-align: center;
}
.nav3 a:visited{
    color: rgba(159, 239,0, 1);
    text-decoration: none;
}
.wrap3{
    top: 1em;
}

.op{
    position: relative;
    top: -5em;
}

.op2{
    color: burlywood;
    font-size: 30px;
    float: right;
    margin: -400px 50px 0 0;
    display: block;
    cursor: pointer;
}










}