body {
    background-image: url("bg.JPG");
    background-size: cover;
    background-attachment: fixed;
    margin-top: 100px;
    font-family: sans-serif;
    min-height: 100vh;
    position: relative;
    padding-bottom: 300px;
}

.bg-dark {
    background-color: #5c4035 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #c7b299;
    font-size: 1.2em;
}

.container {

}


#box {
    background: #ffffff77;
    min-height: 20vh;
    padding: 10px;
}
#box h1 {
    text-align: center;
}

footer {
    background-color: #5c4035bb;
    color: #c7b299;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;

}

footer p {
    margin-bottom: 0;
}

.footer-copyright {
    background-color: #5c4035bb;
}

@media only screen and (max-width: 991px) {
      body {
        background-image: url("bg.JPG");
        background-size: cover;
        background-attachment: fixed;
        font-family: sans-serif;
      }
}
