*{
    box-sizing:border-box;
}

html {
    height: 100%;
    font-size:5vmin; 
    scroll-behavior: smooth;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}

body,main{
    min-height: 200%;
    padding:0;
    margin:0;
    background-color: #FBF9F6;

}

main{
    width:100vmin;
    margin: auto;
}


@font-face {
    font-family: leJourSerif;
    src: url("/static/fonts/le-jour-serif.otf");
} 

@font-face {
    font-family: parfumerieScriptPro;
    src: url("/static/fonts/ParfumerieScriptPro.woff");
} 

nav {
  overflow: hidden;
  background-color: #6588B8;
  position: fixed;
  width: 100%;
  z-index: 999;
}

#nav-container{
    margin: auto;
    width: 100%;
}

nav a {
    display: block;
    color: #FBF9F6;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

nav a:hover {
    background-color: #ADCCE8;
}

.nav-unfold {
    display:block;
    position: absolute;
    right:0px;
    top:0px;
}

.nav-hidden {
    display: none;
}

h1 {
    font-family: leJourSerif;
    font-weight: 200;
    font-size: 4rem;
    color:#6588B8;
    padding: 15vmin 0 0 10vmin;
    margin:0;
    text-align: left;
    line-height: 120%;
}

.amp {
    font-family: parfumerieScriptPro;
    font-weight: 100;
    color: #ADCCE8;
    transform: scale(3) translate(-2.5vmin, 0.7vmin);
    display: inline-block;
}

h2{
    font-family: leJourSerif;
    font-weight: 200;
    font-size: 2rem;
    text-transform: uppercase;
    text-align:center;
    margin: 0;
    padding: 10vmin 0;
    color: #DF7F12;
}

h3{
    color:#DF7F12;
    text-transform: uppercase;
    font-weight: 100;
    text-align:center;
    margin:0;
    padding:0;
}

h4{
    color:#6588B8;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5rem;
    text-align:left;
    margin:0;
    padding:1.25rem 0.75rem 0.1rem 0.75rem;
}

p {
    font-weight: 100;
    padding: 0.75rem;
    font-size: 100%;
    text-align: justify;
}

.blue1{
    color:#6588B8;
}
.blue2{
    color: #ADCCE8
}
.blue3{
    color:#E5F5FF
}

.orange1{
    color:#DF7F12;
}
.orange2{
    color:#DFA461;
}
.orange3{
    color:#F4E6D0;
}


.separator{
    display: block;
    padding: 4rem 0 0 0;
    margin: 0;
    width: 100vw;
    height: 0;
}




.two-part-container {
    width:100%
}

.two-part-content{
    display: block;
    width:100%;
    overflow:hidden;
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 600px) {
    p {
        font-size: 0.8rem;
    }


    #nav-container{
        margin: auto;
        width: fit-content;
    }

    nav a {
        float: left;
        text-align: center;
    }

    .nav-unfold {
        display:none;
    }

    .nav-hidden {
        display: block;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    p {
        font-size: 0.5rem;
    }
}
