*{
    margin: 0;
    box-sizing:border-box;
}
/*Joyce's Part starts here (fonts and font sizing)*/
header{
    font-size: calc(2px + 1.5vw);
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
}
header p, footer {
    font-size: calc(2px + 1.5vw);
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
}
#nav-ul, nav ul, nav li, nav a {
    font-size: 105%;
    font-family: 'Inconsolata', monospace; !important;
    font-weight: 100; !important;
    padding: 2% 2%;
}
#nav-wrapper{
    color: #123458;
}
ul{
    list-style-type: disc;
}
nav{
    margin:auto;
    padding: 3%;
    background-color: #123458;
    text-align: center;
    border-width: 17px;
    border-style: solid;
    border-color: #123458;
    position: sticky;
    top: 0;
    z-index: 10;
}
nav li{
    display: inline;
    border-width: 10px;
    border-style: solid;
    padding: 0.3vw;
    border-color: white;
    background-color: white;
    border-radius: 150px;
}
body{
    font-size: 50%;
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
}
/*Joyce's Part ends here*/
.img{
    background-image: url("src/louvre-header.jpg");
    background-size: cover;
}
a img{
    max-width: 60%;
    order: 1;
}
#x{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
}
#y{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
div img {
    max-width: 72vw;
    max-height: 72vh;
}
header p, body, li, footer{
    font-size: 50%;
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
    color: white;
}
header h1, header h2, header h3{
    background-color: white;
    color: #213547;
    text-align: center;
    border-width: 17px;
    border-style: solid;
    border-color: white;
    opacity: 70%;
}
header{
    margin:auto;
    padding: 3%;
    background-color: white;
    text-align: center;
    color: white
}
header{
    margin:auto;
    padding: 3%;
    background-color: white;
    text-align: center;
}
main h4{
    padding-bottom: 5%;
}
#page-wrapper{
    width: 80vw;
    margin:0 auto;
}
nav{
    margin:auto;
    padding: 3%;
    background-color: #213547;
    text-align: center;
    border-width: 17px;
    border-style: solid;
    border-color: #213547;
    position: sticky;
    top: 0;
    z-index: 10;
}
nav li{
    display: inline;
    border-width: 10px;
    border-style: solid;
    padding: 0.3vw;
    border-color: white;
    background-color: white;
    border-radius: 150px;
}
nav, nav a{
    text-decoration:none;
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
    color: #213547;
}
nav li{
    padding: 1.5% 1% 1.5% 1%;
}
li{
    font-size: calc(2px + 1.5vw);
}
body{
    font-size: 120%;
    line-height: 220%;
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
}
main img{
    height: 60%;
}
main{
    margin: auto;
    padding: 2%;
    padding-top: 8%;
    background-color: #213547;
    text-align: center;
}
main h2{
    margin:auto;
    padding: 5%;
    text-align: center;
    color: white;
}
main h3{
    margin:auto;
    padding: 3%;
    text-align: center;
    color: white;
}
main h4{
    padding: 1%;
    color: white;
}
#oil{
    padding-bottom: 3%;
}
main h5{
    padding: 3%;
}
main p{
    margin:auto;
    padding: 4%;
    text-align: center;
}
.longer-paragraph{
    color: #213547;
    background-color: white;
    padding: 5%;
}
/*Scroll feature shown to me by TA*/
.longest-paragraph{
    font-size: 100%;
    background-color: white;
    color: #213547;
    overflow: scroll;
    height: 72vh;
}
.credits-p{
    color: white; !important;
}
footer {
    margin: auto;
    padding: 2%;
    background-color: #213547;
    text-align: center;
    font-size: calc(2px + 1.5vw);
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
    color: white;
}
/*Worked with TA to align image with text using flex-direction: row and adding style.display=flex in JS*/
#y{
    margin-top: 5%;
    display: none;
    flex-direction: row;
}




@media screen and (max-width: 720px) {
    .x{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #page-wrapper {
        width: 100%;
    }
    .y{
        flex-direction: column;
    }
}
/*Paulina's part ends here*/

