p {
    font-size: 1.8em;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    margin: 16px 0 0 0;
}

h1 {
    font-size: 7em;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

h2 {
    font-size: 2.5em;
    margin-bottom: 16px;
}

@font-face {
    font-family: "CrimsonText";
    font-style: normal;
    font-weight: 400;
}

.icon {
    font-family: "Icons";
}

body {
    color: #1d1d1d;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.menu {
    background: white;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #1d1d1d;
    padding-left: 16px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 8px 10px;
}

.menu-inner {
    display: flex;
    align-items: left;
    padding-left: 0;
}

.menu a {
    text-decoration: none;
    padding: 8px 23px 11px 0;
    color: #1d1d1d;
}

.menu a:hover {
    background: white;
}

.section {
    background: white;
    padding: 0 16px 0 16px;
}

.section .container {
    padding: 0 0 0 0;
}

.stacked-menu {
    flex-direction: column;
}

.left_most {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
}

.cover-box {
    width: 100%;
}

.cover-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.contact {
    line-height: 2em;
    font-size: 1.6em;
    font-family: "Inter";
    padding-bottom: 2em;
}

@media (max-width: 800px) {
    h1 {
        font-size: 6em;
    }
    p {
        font-size: 1.7em;
    }
    .contact {
        font-size: 1.35em;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 4.5em;
    }
    p {
        font-size: 1.55em;
    }
    .contact {
        font-size: 1.15em;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 3.5em;
    }
    p {
        font-size: 1.4em;
    }
    .contact {
        font-size: 1em;
    }
}

@media (max-width: 300px) {
    h1 {
        font-size: 2.8em;
    }
    p {
        font-size: 1.26em;
    }
    .contact {
        font-size: 0.8em;
    }
}

a {
    color: #4285f4;
}

.separator {
    height: 1em;
    width: 100%;
    background: linear-gradient(#efefef, #ffffff);
}
