body,
html {
    height: 100%;
    background-color: #14261C;
}

.bg {
    /* The image used */
    background-image: url("media/mountains.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-family: "Futura", sans-serif;


}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #14261C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #F3EEC6;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #F3EEC6;
    ;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 30px;
}

.openbtn {
    font-size: 25px;
    cursor: pointer;
    background-color: #14261C;
    color: #F3EEC6;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.box-area {

    border-radius: 15px;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 14em auto 0 auto;
    color: #F3EEC6;

}

.text-area {
    border-radius: 15px;
    text-align: left;
    max-width: 700px;
    width: 100%;
    margin: 12em auto 0 auto;
    color: #F3EEC6;
    background-color: #14261C;
    padding: 20px;

}

h1 {
    font-family: "Desdemona", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 8vw;
    /* letter-spacing: -0.02em; */
    /*border: 1.5px solid #F3EEC6; */

}

h2 {
    font-family: "Futura", sans-serif;
    font-size: 4.5vw;
}

h3 {
    font-family: "Desdemona", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 5vw;
    /* letter-spacing: -0.02em; */
    /*border: 1.5px solid #F3EEC6; */

}

h4 {
    font-family: "Futura", sans-serif;
    font-size: 1.3em;
    background-color: #F3EEC6;
    color: #14261C;
    padding: 5px;
}

h5 {
    font-family: "Futura", sans-serif;
    font-size: 1.5em;
    padding-top: 0px;
}

.box-area p:nth-of-type(3) {
    padding-top: 70px;
}

a {
    text-decoration: underline;
    color: #B4D5B0;
}

li {
    padding-top: 5px;

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height : 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
}