#page-container {
    position: relative;
    min-height: 100vh;
}
  
#content-wrap {
    padding-bottom: 4rem;
}
 
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;
}

body {
    background-image: url("images/background.svg");
    background-color: black;
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
    background-position: 0 100px;
}

.navbar {
    height: auto;
    min-height: 100px;
}

.permanent-marker-regular {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 700px) {
    #content {
        width: 90%;
    }
    #dendrochronology {
        width: 80%;
    }
    #story {
        width: 100%;
    }
    #radiocarbon {
        width: 100%;
    }
    #stratigraphy {
        width: 100%;
    }
    #bioarchaeology {
        width: 100%;
    }
}

@media screen and (min-width: 701px) {
    #content {
        width: 60%;
    }
    #dendrochronology {
        width: 40%;
    }
    #story {
        width: 70%;
    }
    #radiocarbon {
        width: 60%;
    }
    #stratigraphy {
        width: 70%;
    }
    #bioarchaeology {
        width: 70%;
    }
}
