html, body{
    margin: 0px; padding: 0px; border: 0px;
    background-color: black;
    color: white;
    text-align: center;
    /* font-size: 2em; */
}
body{
    background-color: transparent;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;


    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    letter-spacing: calc(1.5rem*-.01);
    line-height: 1.25;
    text-rendering: optimizelegibility;

    transition: background-image 1s ease;
}

/* Prevent horizontal scrolling caused by off-canvas elements */
html, body {
    overflow-x: hidden;
}

main{
    background-color: transparent;
}


header{
    color: white;
    background-color: rgb(0, 38, 49);

    width: 100%;
    min-height: 2.3rem;
    height: 2.3rem;

    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    text-align: left;
    
    margin: 0px; 
    padding: 0.7rem;
    display: flex; flex-direction: column; justify-content: center;

    position: fixed;
    top: 0px;

    z-index: 1;

}




header h1{
    padding: 3px;
    border-radius: 15px;
    max-width: 90%;
    width: max-content;
    margin: auto;
}
nav{
    background-color: rgba(0, 0, 0, 0.514);
}

.sectionDiv {
    border: 1px solid white;
    background-color: rgb(0, 0, 0);
    /* background-color: rgb(255, 255, 255); */
    /* color: black; */
    width: 95%;
    margin: 3rem auto 7.5rem auto;
    border-radius: 25px;
    padding: 3px 5px 5px 5px;
}
.sectionDiv > h1, .sectionDiv > h2, .sectionDiv > h3, .sectionDiv > h4 {
    margin: 12px auto;
    width: max-content;
}
.sourceLink {
    color: white; 
}
.firstSectionDiv {
    /* padding-top: 20px; */
    margin-top: 3.3rem;
}

#worksCitedList { 
    text-align: left;
}





.parallaxBox {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    display: flex; flex-direction: column; justify-content: center;
    /* font-size: 1.2em; */
    text-align: center;
    background-color: transparent;
}
.firstParallaxBox{
    margin-top: 1rem;
    padding-top: 1rem;
}
.textBackground {
    width: max-content;
    background-color: rgba(0, 0, 0, 0.74);
    border: 1px solid white;
    padding: .2em;
    margin: auto;
    border-radius: 25px;
}

footer {
    min-height: 1200px;
}


.invisibleAnchorNavEl {
    position: relative;
    top: -55px;
}



/* Extra Small Devices */
@media (max-width: 575px) {

    body {
        font-size: 0.8rem;
        background-image: url('../images/parallaxBackgroundsOptimizedMedium/10_medium.webp');
    }

    .sectionDiv {
        margin: 3.75rem auto 1.5rem auto;
    }

}

/* Small Devices */
@media (min-width: 576px) and (max-width: 767px) {

    body {
        font-size: 1rem;
        background-image: url('../images/parallaxBackgroundsOptimizedMedium/10_medium.webp');
    }

    .sectionDiv {
        margin: 3.75rem auto 1.5rem auto;
    }

}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 1.1rem;
        background-image: url('../images/parallaxBackgroundsOptimizedMedium/10_medium.webp');
    }

    .sectionDiv {
        margin: 3.75rem auto 3.77rem auto;
    }
}

/* Large Devices */
@media (min-width: 992px) and (max-width: 1199px) {
    body{
        font-size: 1.4rem;
        background-image: url('../images/parallaxBackgroundsOptimizedMedium/10_medium.webp');
    }
}



/* Extra Large Devices */
@media (min-width: 1200px) and (max-width: 1348px) {
    body{
        font-size: 1.36rem;
        background-image: url('../images/parallaxBackgroundsOptimizedMedium/10_medium.webp');
    }
}


/* Extra Large Devices */
@media (min-width: 1349px) {
    body{
        font-size: 1.36rem;
        background-image: url('../images/parallaxBackgroundsOptimizedLarge/10_large.webp');
    }
}