:root {
    font-size: 62.5%;

    body {
        margin: 0;
        font-size: 2rem;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    transition: all 0.25s;
    color: #222;
    overflow-x: hidden;
    font-size: 18px;
}

/* ----------------------------- container ------------------------------*/

.Container-full {
    width: 100%;
    padding: 70px 0;
}

.Container-cluster {
    position: relative;
    width: 55%;
    margin: 0 auto;
    /* max-width: 1100px; */
    padding: 70px 0;
}

@media (max-width: 1440px) {
    .Container-cluster {
        position: relative;
        width: 60%;
        margin: 0 auto;
        padding: 70px 0;
    }
}
@media (max-width: 1200px) {
    .Container-cluster {
        position: relative;
        width: 75%;
        margin: 0 auto;
        padding: 70px 0;
    }
}
@media (max-width: 1100px) {
    .Container-cluster {
        position: relative;
        width: 68%;
        margin: 0 auto;
        padding: 70px 0;
    }
}
@media (max-width: 992px) {
    .Container-cluster {
        position: relative;
        width: 70%;
        margin: 0 auto;
        padding: 70px 0;
    }
}
@media (max-width: 768px) { /* For narrower screens */
    .Container-cluster {
        position: relative;
        width: 80%;
        margin: 0 auto;
        padding: 70px 0;
    }
}
/* ----------------------------- text ------------------------------*/

.content-title {
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4.8rem;
    font-size: 3rem;
    font-family: "Roboto Slab";
}

.content-subtitle {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 4.8rem;
    font-size: 2.2rem;
    font-family: "Roboto Slab";
    /* text-align: right !important; */
}

.content-text {
    line-height: 2;
    font-size: 1.7rem;
    margin-top: 2.4rem;
    letter-spacing: 0.05rem;

}

.content-annotation {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-top: 0rem;
}

.caption-title {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Arimo";
    text-transform: lowercase;
}

/* ----------------------------- menu ------------------------------*/

.Menu a {
    color: #444;
    text-decoration: none;
}

.Menu a:hover {
    color: #888;
}

.Container-Menu {
    width: 90%;
    margin: 0 auto;
    height: 2.7vh;
}

.Menu {
    text-align: right;
    z-index: 1000;
    width: 100%;
    position: fixed;
    padding: 2vh;
    top: 0;
    background-color: #fff;
}

.Menu-item {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 1.8rem;
    transition: all 0.25s;
    padding-left: 50px;
}

.Menu-item:hover {
    opacity: 0.5;
}

.Menu-title {
    font-weight: 700 !important;
    font-family: "Arimo", sans-serif !important;
    padding-left: 0px !important;
    font-size: 2.4rem;
}

.Container-flex {
    display: flex;
    z-index: 100;
    position: relative;
    justify-content: space-between;
}

.Menu-mark {
    height: 3px;
    margin: auto;
    width: 100%;
}


/* ----------------------------- splash ------------------------------*/

#splash {
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
    height: 25rem;
}

#splash-image {
    width: 25rem;
    height: 25rem;
    margin: auto;
    justify-content: cover;
    top: 0;
    left: 0;
}



@media (min-width: 2000px) {
    :root {
        font-size: 68.75%;
    }

    body {
        font-size: 2rem;
    }
}

@media (min-width: 2300px) {
    :root {
        font-size: 75%;
    }

    body {
        font-size: 2rem;
    }
}
