body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

div#banner {
    background-color: black; 
    color: white;
    font-size: 18px;
    text-align: center;
}

div#banner>p {
    margin: 0;
}

div#banner>p>svg {
    vertical-align: middle;
}

div#banner>p>a {
    text-decoration: none;
    color: white;
}



div#title {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    min-height: 500px;
    max-width: 1200px;
    margin: 0 auto;
}

div#title>div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#title>div>h1 {
    font-family: "Niramit", sans-serif;
    font-weight: 700;
    font-size: 70px;
}

div#title>div>h1#title {
    color: #437955;
}

div#title>div>h2 {
    font-family: "Alegreya", serif;
    font-size: 30px;
    font-weight: 500;
    color: #4f4f4f;
    margin: 0;
}
div#title>div>h2:first-of-type {
    color: black;
    margin-top: 40px;
    font-weight: 600;
    font-size: 50px;
}
div#title>div>h2:last-of-type {
    font-weight: 300;
    font-size: 25px;
}

div#title>picture>img {
    height: 400px;
    width: 260px;
}
@media screen and (max-width: 768px) {
    div#title>picture>img {
        opacity: 0.2;
        position: absolute;
        z-index: -1;
        left: 40%;
    }
}
@media screen and (max-width: 432px) {
    div#title>picture>img {
        max-width: 70%;
        left: 30%;
    }
}



div#links {
    background-color: #f5ece1;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    div#links {
        display: none;
    }
}

div#links>div {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px 0;
}

div#links>div>a {
    text-decoration: none;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 25px;
    color: #435e55;
    padding: 10px;
    margin-inline: 20px;
}
div#links>div>a:hover {
    color: #437955;
}



div#presentations {
    background-color: #f5ece1;
    padding: 80px 0px 80px 0px;
    position: relative;
    z-index: 0;
}

div#presentations>div {
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

div#presentations>div>h3 {
    font-family: "Alegreya", serif;
    color: #435e55;
    font-size: 45px;
}

div#presentations>div>p {
    font-size: 20px;
    font-family: "Alegreya Sans", sans-serif;
}

div#presentations>div>p>a {
    text-decoration: none;
    font-family: "Alegreya Sans", sans-serif;
    color: #435e55;
}
div#presentations>div>p>a:hover {
    color: #437955;
}

@media screen and (min-width: 768px) {
    div#presentations>div.even-paragraph {
        padding-left: 20%;
    }

    div#presentations>div.odd-paragraph {
        padding-right: 20%;
    }
}



img#forme {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

img#forme2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

img#forme3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
@media screen and (min-width: 768px) {
    img#forme3 {
        display: none;
    }
}



div#contact {
    background-color: #437955;
    color: white;
    padding: 40px 0;
}

div#contact>h2 {
    font-family: "Alegreya", serif;
    text-align: center;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 40px;
}

div#contact>div {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 30px;
}

div#contact>div>p {
    font-size: 25px;
    font-family: "Alegreya Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 16px;
}
div#contact>div>p:last-child {
    font-size: 20px;
}
@media screen and (max-width: 432px) {
    div#contact>div>p {
        font-size: 22px;
    }
}

div#contact>div>p>picture>img.icon {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

div#contact>div>p>a {
    text-decoration: none;
    color: white;
}



footer {
    background-color: rgb(50, 54, 64); color: white;
    text-align: center;
    padding: 10px;
}

footer>a {
    color: white;
}



body#mentions {
    background-color: #f5ece1;
}

div#home-link {
    max-width: 1000px;
    margin: 50px auto;
}

div#home-link>a {
    text-decoration: none;
    color: #435e55;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 25px;
    padding: 5px;
}
div#home-link>a:hover {
    color: #437955
}

div#mentions {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
    font-size: 20px;
    font-family: "Alegreya Sans", sans-serif;
}

div#mentions>h1 {
    font-family: "Alegreya", serif;
    color: #435e55;
    font-size: 45px;
}