body {
    background-image: url(../Images/Noise\ Background.png);
}

.aboutus {
    background: linear-gradient(to bottom, transparent -5%, black 93%), url(../Images/Placeholder\ 1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    text-align: center;
    position: relative;
}
.aboutus h1 {
    font-size: 300%;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    padding-top: 32px;
    margin: 0;
}
.aboutus p {
    width: 50%;
    display: inline-block;
    font-weight: bold;
    word-spacing: 2px;
    text-shadow: 0px 0px 20px black;
}

.figurines {
    position: absolute;
    align-items: end;
    width: 100%;
    bottom: 0;
}
.figurines img:first-child {
    height: 60px;
    margin-left: 10%;
}
.figurines img:last-child {
    height: 30px;
    margin-left: 15%;
}

.portraittitle {
    font-size: 200%;
    text-align: center;
    padding-top: 40px;
}

.portraits {
    flex-flow: wrap;
    justify-content: space-evenly;
    padding-bottom: 100px;
    gap: 40px;
    padding: 0px 20px 50px 20px;
}
.portraits div {
    display: inline-block;
    width: 30%;
    max-width: 40ch;
    min-width: 300px;
    text-align: center;
}
.portraits img {
    width: 70%;
    margin: 0px auto;
}
.portraits p:last-of-type {
    font-size: 110%;
    line-height: 25px;
}
.name {
    font-size: 160%;
    margin-bottom: 10px;
    max-width: 15ch;
    margin: 0px auto;
}

@media screen and (min-width: 1160px) {
    .aboutus {
        height: 550px;
    }
    .aboutus h1 {
        padding-top: 100px;
    }
    .name {
        max-width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .aboutus {
        height: 700px;
    }
    .aboutus h1 {
        padding-top: 160px;
    }
    .aboutus p {
        margin-top: 10px;
        width: 40%;
    }
}

@media screen and (max-width: 780px) {
    .aboutus {
        background-size: 780px;
    }
    .aboutus p {
        width: 80%;
    }
    .portraits div {
        width: 40%;
        min-width: 350px;
    }
}
@media screen and (max-width: 560px) {
    .portraits p:last-of-type {
        font-size: 100%;
        line-height: 25px;
    }
    .name {
        font-size: 140%;
    }
    .portraits div {
        min-width: 260px;
    }
    .logo {
        width: 50px;
    }
}
@media screen and (max-width: 350px) {
    .logo {
        display: none;
    }
}