.cover-container {
    
    /* max-width: 42em; */
}

.section-cover{
    min-height: 100vh;
    padding-top: 5vh;
    font-size: 16px;
    background-image: url('../img/cover.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-image: url('../img/under_constraction.jpg'); */
    /* background-size: contain; */
    box-shadow: inset 0 0 0 1000px rgba(214, 208, 96, .75);
}

.section-cover h1,
.section-cover h2,
.section-cover h3,
.section-cover h4 {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
}

.section-cover h1 {
    margin-bottom: 1.2em;
    color: var(--color-primary-mid);
    font-size: 1.8em;
}
.section-cover h2 {
    margin-bottom: 1em;
    color: var(--color-primary-mid);
    font-size: 1.6em;
}
.section-cover h3 {
    margin-bottom: 0.8em;
    font-size: 1.4em;
}
.section-cover h4 {
    margin-bottom: 0.6em;
    font-size: 1.2em;
}

