#slogan {
    border: 1px solid white;
    border-radius: 15px;
}

.bios {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1%;
    width: 95%;
}

.bio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    width: 49%;
    padding-bottom: 20px;
}

#rascal {
    width: 100%;
}

.bio img {
    height: 495px;
    width: 330px;
    padding-bottom: 10px;
}

.profile-img{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.about-section{
    width: 50%;
    margin-left: 5%;
    margin-right: 5%;
}

#center{
    text-align: center;
}

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

.center-mission{
    background-image: url('./assets/20220924_192341-2.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1400px;
    text-align: center;
    display: flex;
    align-content:space-around;
}

.pic-text{
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    font-size: small;
}

.statement {
    min-width: 500px;
    width: 30%;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statement-header {
    display: flex;
    justify-content: center;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid white;
}

.statement-text {
    width: 80%;
}

@media only screen and (max-width: 1500px) {
    .bios {
        display: flex;
        flex-wrap: wrap;
    }
    .bio {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .slogan-img img {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .bio-text {
        font-size: small;
    }
}

@media only screen and (max-width: 700px) {
    .bio {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .bio img {
        width: 280px;
        height: 420px;
    }

    .about-section {
        width: 300px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .slogan-img img {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    #rascal-pic{
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .bio-text {
    text-align: center;
    }
}