body {
    background-image: repeating-linear-gradient(rgb(0, 95, 0),rgb(0, 40, 0));
    color: #e5e7be;
    font-size:small;
}




/* stickynav */
nav {
    position: sticky;
    top: 0;
    background-color: #41753a;






    font-weight: 800;
    font-size:22pt;


}

/* links */

a:link {
    color: #e5e7be;
    font-weight: 1000;
}



a:visited {
    color: #ffffff;
}

a:hover{
    color:turquoise;

}

/* centers */
header {
    display: flex;

    justify-content: center;

    align-items: center;

    height: 500px;

    border: 2px solid #333;

    background-image: url(img/Peak.png);






}





footer{
    position:sticky;
    bottom:0;
    background-color: #41753a;

}

h1 {

    font-size: 600%;
    font-family: "Emilys Candy", serif;
    font-weight: 400;
    font-style: normal;
    padding: 15px;
    background-color: rgb(40, 90, 40);
    border-radius: 45px;
    text-align: center;
}

h2 {

    font-family: "Emilys Candy", serif;
    font-weight: 400;
    font-style: normal;
    padding: 15px;
    background-color: rgb(40, 90, 40);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    margin:auto;
    
}

p{
    padding:5px;
    border:solid, #e5e7be, 2px;
    margin:0px;
}

.dropdown-menu{
    background-color: #042c07;
}

.carouselimg{
    border-radius: 30px;
    max-height: 300px;
    margin:10px;
}

.container {
    padding: 15px;
    background-color: rgb(40, 90, 40);
    border-radius: 30px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;;
    display:flex;

    justify-content: center;

    align-items: center;


}

.emilys-candy-regular {
    font-family: "Emilys Candy", serif;
    font-weight: 400;
    font-style: normal;

}

.life-savers-regular {
    font-family: "Life Savers", serif;
    font-weight: 800;
    font-style: normal;

}

.sidenav {

    position: fixed;

    right: 0;

    top: 30;

    max-width: 300px;

    height: 90vh;

    background-color: rgb(0, 87, 64);

    opacity: 90%;

}


#sidenav {
    position: fixed;

    right: 0;

    top: 0;

    padding-right:20px;

    padding:0;

    margin-top: 0;


}







@media screen and (min-width: 600px) {
  body {
    font-size: medium;
  }

  .carouselimg{
    max-height: 650px;
  }
}

@media screen and (min-width: 992px) {
    body{
        font-size: large;
    }
}



