* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
    
}
 /* style for mobile */

  body {
    background-color:blanchedalmond;
    font-family: "Crimson Text", "serif";
    line-height: 1.25;
  }

 .container {
    padding: 12px;
}


    header{
     text-align: center;
     color: rgb(8, 74, 8);
     font-size: 45pt;
     font-family: "Crimson Text", "serif";
     margin-top: 30px; margin-bottom: 20px;
     font-weight: bold;
 }

 .hero {
    background-image: url(../images/hiking.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 10% 55%;
    margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;    
 }

 h2 {
     text-align: center;
     margin-top: 20px;
     font-size: 25px;
     margin-bottom: 10px
 }

  h3 {
    color: rgb(15, 123, 15);
    margin-top: 10px;
    text-align: center; 
    font-size: 16pt; 
     }

 .pics {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;

    }


.img1 {
    background-image: url(../images/sr_cousins.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 10% 55%;
   margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;    
    
}

.img2 {
    background-image: url(../images/monkeyface.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 10% 55%;
    margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;    
    
}
.img3 {
    background-image: url(../images/sr_caro.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 10% 55%;
    margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;    
    
}

.img4 {
    background-image: url(../images/greenlakes-big.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 10% 55%;
    margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;   

}

.img5 {
     background-image: url(../images/nonamelake-big.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 10% 55%;
    margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;   
}

.img6 {
    background-image: url(../images/waterfall-big.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: 100% 90%;
    margin-bottom: 50px;
    border-radius: 8px;;
    border: 2px solid rgb(8, 74, 8);
    box-shadow: 0px 0px 20px rgb(8, 74, 8);
    margin: 10px;   
}

ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    gap: 8px;
     }

    ul > li {
    flex: 0 0 auto;
         }

    li a {
        border: 3px solid rgb(8, 66, 8);
        border-radius: 8px;
        color: black;
        display: inline-block;
        width: 100%; height: 100%;
        padding: 8px 24px;
        text-decoration: none;
        font-weight: bold;
     }

    a:hover {
        background-color: rgb(111, 156, 111);
            }
    nav {
        margin-top: 20px;
        text-align: right;
        margin-right: 8px;
    }

    nav a {
        border: 3px solid rgb(8, 66, 8);
        background-color: rgb(111, 156, 111) ;
        border-radius: 8px;
        color: black;
        width: 100%; height: 100%;
        padding: 8px 24px;
        text-decoration: none;
        font-weight: bold;

    }
        
    footer {
        margin-top: 20px 0px;
        height: auto;
        background-color: rgb(162, 161, 161);
        padding-top: 30px; padding-bottom: 100px;
        text-align: center;

        
        }


    /*style for tablets and bigger */
 @media (min-width: 768px) {

    .pics {
        flex-flow: row wrap;
        gap: 4px;

    }

    .img1 {
        flex-basis: 30%;
        min-width: 100px;
        aspect-ratio: 1;
    }
    .img2 {
        flex-basis: 30%;
        min-width: 100px;
        aspect-ratio: 1;
    }
    .img3 {
        flex-basis: 30%;
        min-width: 100px;
        aspect-ratio: 1;
    }

     .funpics {
        display: flex;
        flex-flow: row wrap;
        gap: 4px;

    }

    .img4 {
        flex-basis: 30%;
        min-width: 100px;
        aspect-ratio: 1;
    }
    .img5 {
        flex-basis: 30%;
        min-width: 100px;
        aspect-ratio: 1;
    }
    .img6 {
        flex-basis: 30%;
        min-width: 100px;
        aspect-ratio: 1;
    }

    nav {
        margin-top: 100px;
    }
 }


 /*style for desktops */
@media (min-width: 1024px) {
    body {
        font-size: 17pt;
    }

    .container {
        padding: 100px;
    }

    h2 {
        font-size: 22pt;
    }

    h3 {
        font-size: 19pt;
    }

    .hero {
        min-height: 400px;
        margin:50px auto;

    }

    .pics {
        margin-top: 20px;
    }
    .funpics {
        margin-top: 20px;
    }

    ul {
        margin-top: 30px;

    }
}


  