
/* Layout */
.seg1 {
    width: 100%;
    height: fit-content;
    display: block;
    padding: 60px 0 60px 0;
}

.seg1 div {
    height: 100%;
}

.seg1 > * {
    margin: 0 auto;
    width: 100%;
}

@media (min-width:1220px) {
    .seg1 {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
    }
}

@media screen and (max-width:1220px) {
    #background-2 {
        top: 0;
        left: 0;
        background-image: url(../img/background-2.jpg);
        background-size: cover;
}
}

.column1 {
    width: 100%;
    height: fit-content;
    display: block;
}

.column1 div {
    height: 100%;
}

.column1 img {
    width: 100%;
    height: auto;
}

.column1 .statement {
    width: 100%;
    height: fit-content;
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 0 3px rgba(169,169,169,0.75);
}

.column2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column2 div {
    height: 100%;
}

.column2 .bio {
    width: 100%;
    height: fit-content;
    backdrop-filter: blur(10px);
}

.column2 img {
    width: 100%;
    height: auto;
}

.column2 img {
    display: block;
    height: 100%;
}

.seg2 {
    width: 100%;
    height: 500px;
    display: flex;
}

.seg2 div {
    height: 100%;
}

section {
    font-family: 'Righteous';
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
}

article {
    font-family: 'JosefinSans';
    font-weight: 400;
    margin: 30px;
    line-height: 1.5;
}