* {
    box-sizing: border-box;
  }
#logo {
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #B1C9ED;
    grid-row:1/2;
    grid-column: 1/9;
    padding: 30px;
}
#bike {
    background-image: url("bike.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px;
    
}
#river {
    background-image: url("River.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
}
#canyon {
    background-image: url("canyon.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px;
}
#peak{
    background-image: url("Peak.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 38px;
}
#overlook{
    background-image: url("peak4416.jpg");
    height: 200px;
    margin: 5px;
    background-size: cover;
    background-position: center;
}
#icehouse {
    background-image: url("ice\ house\ pano-min.jpg");
    height: 250px;
    margin: 5px;
    background-size: cover;
    background-position: center;
}
#redreef {
    background-image: url("redreef3-min.jpg");
    height: 250px;
    margin: 5px;
    background-size: cover;
    background-position: center;
}
#hellhole2 {
    background-image: url("hellhole.jpg");
    height: 400px;
    margin: 5px;
    background-size: cover;
    background-position: center;
}
#icehousemap {
    background-image: url("Ice\ House-min.png");
    height: 300px;
    margin: 0 50px ;
    background-size: cover;
    background-position: center;
    transition: transform .2s;
}
#icehousemap:hover{
   transform: scale(.9)
}
#icehousemapbiking {
    background-image: url("Ice\ House\ Biking-min.png");
    height: 300px;
    margin: 0 50px ;
    background-size: cover;
    background-position: center;
    transition: transform .2s;
}
#icehousemapbiking:hover{
   transform: scale(.9)
}
#redreefmap {
    background-image: url("Red\ Reef-min.png");
    height: 300px;
    margin: 0 50px ;
    background-size: cover;
    background-position: center;
    transition: transform .2s;
}
#redreefmap:hover{
   transform: scale(.9)
}
#hellholemap {
    background-image: url("Hellhole-min.png");
    height: 300px;
    margin: 0 50px ;
    background-size: cover;
    background-position: center;
    transition: transform .2s;
}
#hellholemap:hover{
   transform: scale(.9)
}
.box {
    display: flex;
  }
#aboutus {
    text-align: center;
    padding: 10px;
    background-color: rgb(243, 243, 243);
    margin: 10px 0px;
    border-style: solid;
    border-color: #777777;
    border-radius: 4px;
    margin: 20px;
    font-size: 1.1rem;
}
#aboutus ul {
    list-style-type: circle;
  }
#aboutus ul li{
    margin: 5px 0;
    padding-left: 0;
    text-align: left;
  }
#water {
    display: flex;
    background-image: url("water.png");
    transform: scale(1.1);
    background-color: rgb(243, 243, 243);
    height: 150px;
    margin-left: 35%;
    margin-right: 35%;
    border-style: solid;
    border-color: #777777;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    margin-bottom: 5%;
}
#jacket{
    display: flex;
    background-image: url("hoodie-jacket.png");
    transform: scale(1.1);
    background-color: rgb(243, 243, 243);
    height: 150px;
    margin-left: 35%;
    margin-right: 35%;
    border-style: solid;
    border-color: #777777;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    margin-bottom: 5%;
}
#warning{
    display: flex;
    background-image: url("warning-sign.png");
    background-color: rgb(243, 243, 243);
    height: 140px;
    margin-left: 35%;
    margin-right: 35%;
    border-style: solid;
    border-color: #777777;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}
.slides{
    margin-left: 15%;
    margin-right: 15%;
}
.container{
    float: left;
    text-align: center;
    padding: 25px;
    height: 260px;
    border-style: solid;
    border-color: #777777;
    border-radius: 4px;
    background-color: rgb(243, 243, 243);
    margin: 5px;
}
textarea{
    width:99%; 
    margin:10px 0.5%;
    height: 200px;
    background-size: cover;
    grid-row: 4/6;
    grid-column: 2/-2;
}
label{
    margin: 5px;
}
input{
    margin: 5px 10px;
}
nav{
    background-color: #A6D491;
    grid-row: 2/3;
    grid-column: 2/8;
    
}
nav ul{
    list-style-type: none;
    display: flex;
    width:auto;
    padding: 0;
    text-align: center;
}
nav ul li{
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    
}
nav a{
    text-decoration: none;
    color: #595050;
    text-align: center;
    transition: all 0.5s ease;
}
nav a:hover{
    background-color:rgb(108, 255, 128);
    padding: 22px 70px;
}
#Hellhole{
    background-image: url("hellhole.jpg");
    height: 622px;
    background-size: cover;
    background-position: 50% 20%;
    margin: 0;
    grid-row: 3/4;
    grid-column: 1/9;
    
}
#Hellholep {
    width: 70%;
    margin: auto;
    color: rgb(54, 54, 54);
    font-weight: bold;
    font-size: 1.1rem;
}
h1, h2 {
    text-align: center;
    color: #F38058;
    
}
p {
    text-align: center;
}
#bluebox {
    background-color: #B1C9ED;
    grid-row:1/3;
    grid-column:1/-1;
}
h1, h2 span {   
    text-decoration: underline;   
    text-decoration-color: #A6D491;
}   
span {
    text-align: center;
}
#wrapper {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}

.clear{
    clear: both;
}

#background{
    background-color: #fffbf0b3;
    grid-row: 4/8;
    grid-column: 2/-2;
}

main {
    grid-row: 4/6;
    grid-column: 2/-2;
}
main ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
main li{
    flex-grow: 1;
    text-align: center;
}
main section{
    float: left;
    padding: 10px;
    text-align: center;
}
main p {
    margin: 5px;
}
body{
    margin: 0;
}

#backgroundfooter{
    background-image: url("sand.jpg");
    grid-row: 4/8;
    grid-column: 1/-1;
    background-repeat: repeat;
}

footer{
    grid-row:6/7;
    grid-column: 2/-2;
    background-color: #B1C9ED;
    margin: 0px 10px;
    margin-top: 10px;
    
} 
footer section{
    float: left;
    width: 33%;
}
footer a{
    text-decoration: none;
    color: #3d3c3c;
}
footer a:hover{
    color:#000000;
}
footer p{
    font-size: 1rem;
}
footer span{
    font-size: small;
}
footer hr{
    color: #00000052;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
hr {
    color: #ff9e7e;
    border-top: 4px solid;
    border-bottom: 1px solid;

}
.clear{
    clear: both;
}
@media only screen and (max-width: 1000px){
    nav a:hover{
        padding: 22px 60px;
    }
}
@media only screen and (max-width: 992px){

.box {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1rem;
  }

  #wrapper {
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 128px)) minmax(0px, 1fr);
}
  .container{
    z-index: 2;
    padding: 25px;
    height: auto;
    width: 300px;
    font-size: 1rem;
}
nav a:hover{
    padding: 22px 40px;
}

}
@media only screen and (max-width: 768px){
    #wrapper {
        grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 100%)) minmax(0px, 1fr);
    }
nav{
    background-color: #A6D491;
    grid-row: 2/3;
    grid-column: 3/-3;
}
.container{
    margin: 5px;
}
nav ul{
    flex-flow: column nowrap;
}
#Hellholep {
    font-size: 1rem;
    transform: translate(0, -12px);
}
#Hellhole {
    height: 500px;
}
nav a:hover{
    padding: 10px 100px;
}
nav a{
    text-decoration: none;
    color: #595050;
    text-align: center;
    transition: all 0.5s ease;
}
#logo{
    background-image: url("logo2.png");
    height: 150px;
    margin: 0;
    transform: translate(-4px,15px);
}

}
