body {
    /* background-color: beige; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    color: rgb(101, 67, 33);
    font-weight: 200;
}
[aria-current='page'] {
    font-weight: 400;
}
html {
    width: 100vw;
}

header {
    text-align: center;
    width: 100vw;
    font-size: 30px;
    position: fixed;
    z-index: 9;
    background-color: white;
    margin-top: -2em;
}
nav {
    text-decoration: none;
}

li {
    padding-top: .7em;    
}

nav a {
    text-decoration: none;
    color: rgb(101, 67, 33); 
}

ul {
    list-style-type: none; 
    display: flex;
    justify-content: space-around;
    position: relative;
}
.couturiers section {
    display: flex;
    align-items: center;
}
article {
    width: 50vw;
    
}
article img {
    width: 50vw;
}
.couturiers article p {
    margin-left: 3vw;
    margin-right: 3.5vw;
}

#chanel {
    font-size: 25px;
}

#ysl {
    font-size: 25px;
}
#title {
    font-size: 70px;
    rotate: 270deg;
    margin-left: -19em;
    display: flex;
    justify-content: center;
    margin-top: 5.5em;
    color: white;
    background-color: rgb(101, 67, 33);
    padding: .3em;
    z-index: 12;
    position: relative;
}
#quote{
    font-size: 20px;

}
#SectionQuote {
    display: flex;
    justify-content: center;
}

#intro, #ff {
    display: flex;
    width: 50vw;
    margin-left: 25vw;
    margin-top: -12em;
}

#juliaRoberts, #florencePugh {
    display: flex;
    justify-content: center;
    width: 25vw;
    margin-left: 37.5vw;
    z-index: 4;
    position: relative;
    
}

#florenceSection{
    padding-top: 15em;
    padding-bottom: 10em;
}



#juliaArticle, #florenceArticle {
    z-index: 3;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 25vw;
    margin-left: calc(75vw * .5);
    margin-top: -27.6em;
    height: 27.6em;
    
}

#JuliaSection {
    padding-top: 10em;
}
h1{
    font-weight: 200;
}
.waves section {
    
    padding: 13em;
    margin-left: -3.4em;
    display: flex;
}
.waves article {
    width: 50vw;
}
.waves img {
    width: 20vw;
}
.waves img {
    margin-top: -5em;
    margin-left: 12em;
}
#leSmokin {
    margin-top: -2em;
}
#vivianWestwood {
    margin-top: -2em;
}
#dior {
    margin-top: -1em;
    
}
.couturiers main{
    margin-top: 3em;
}
.waves main{
    margin-top: 3em;
}
#section_1{
    padding-top: 18em;
}
#section_2{
    padding-top: 15em;
}
.index header{
    margin-top: -13.2em;
}
.statements header nav{
    margin-top: 2.7em;
}
