*, *::before, *::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    font-family: 'EB Garamond', Times New Roman, Times, serif; /* Crimson Text*/
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0.2px;
    color: black;
}

.layout {
    margin: 0px 50px;
    max-width: 800px;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 3rem 0 0.5rem 0;
    padding: 0;
}

h2 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: normal;
    /*cursor: pointer;*/
}

h2.active {
    color: #a20144;
}

/* ------------- section-work --------------- */

.section-work {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.work {
    margin-bottom: 4rem;
}

.work img {
    max-width: 100%;
    height: auto;
}

.work .work-subscript {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0;
    text-align: center;
}

.work-subscript .title-year {
    font-weight: bold;
}

.work-subscript .material-measurements {
    font-weight: normal;
}


.section-work .repo {
    font-size: 1.2rem;
    font-style: italic;
    text-align: center;
    color: #8d8d8d;
}

@media (max-width: 767px) {
    .layout {
        margin: 0 10px;
        text-align: left;
    }

    .h1 {
        margin: 10px 0;
    }

    .section-works {
        align-items: center;
    }

    .work {
        margin-bottom: 40px;
    }

    .work .work-subscript {
        font-size: 1.0rem;
        margin: 10px 0;
    }
}

/* ------------- section-info --------------- */

.section-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.section-info p {
    font-size: 1.2rem;
    margin: 0.1rem 0;
}

/* ------------- section-contact --------------- */

.section-contact {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.section-contact p {
    font-size: 1.2rem;
    margin: 0 0;
}

/* ------------- footer --------------- */

.footer {
    margin-top: 5rem; 
    padding-bottom: 1rem;
}
.footer p {
    font-size: 1.2rem;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer a:hover {
    color: #a20144;
    text-decoration: none;
}

/* ------------- imprint --------------- */

.back {
    font-size: 2rem;
    margin: 1rem;

}

.section-imprint {
    margin: 2rem 3rem;
    max-width: 800px;
    padding-bottom: 3rem;
}

.section-imprint .imprint {
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.5rem;
}

.section-imprint h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.section-imprint h4 {
    font-size: 1.0rem;
    margin-top: 2rem; 
    margin-bottom: 0rem;
}

.section-imprint p {
    margin: 0;
    line-height: 1.2;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #a20144;
    /*filter: drop-shadow(6px 5px 5px #4444dd);*/
}