/* Splash Page Styles */
.container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main-content-welcome {
    text-align: center;
    color: #5F6169;
    width: 49vw;
}
.main-content {
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.welcome {
    background-color: #F7F7FA;
    width: 100%;
    text-align: center;
    color: #5F6169;
    font-family: 'Lato', sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 10px;
    font-size: 14px;
}
.picture-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 22px;
    /*3/22/2022*/
    padding-top: 65px;
}
.picture-holder img {
    width: 465px;
}
.banner {
    padding-top: 77px;
    padding-bottom: 65px;
}
.footer {
    width: 100%;
    padding-top: 63px;
    background-color: #5F6169;
}
.footer img {
    display: block;
    margin: 0 auto;
}
.logo {
    width: 250px;
}
.rLogo {
    padding: 2rem 0 1.5rem;
    width: 120px;
}
.about-text {
    padding-bottom: 20px;
    width: 40vw;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #5F6169;
}
.headshot {
    width: 150px;
}
.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}
.about-welcome {
    text-align: center;
    color: #5F6169;
    width: 49vw;
    /*3/22/2022*/
    padding: 35px 0 10px 0;
}

.bottom-row {
    padding-top: 128px;
    padding-bottom: 20px;
    display: grid; 
    grid-template-columns: 33% 33% 33%;
    align-content: center;
    align-items: end;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
.bottom-row-left, .bottom-row-right {
    color: white;
}
.bottom-row-left {
    text-align: center;
}
.bottom-row-right {
    text-align: center;
}
.bottom-row-middle {
    padding: 0 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom-row-right a:link, .bottom-row-right a:hover, .bottom-row-right a:active, .bottom-row-right {
    text-decoration: none;
    color: #FDCB01;
}
.bottom-row-middle a:link, .bottom-row-middle a:visited, .bottom-row-middle a:hover, .bottom-row-middle a:active, .bottom-row-middle {
    text-decoration: none;
    color: white;
}
.btn a:link, .btn a:hover, .btn a:active, .btn {
    text-decoration: none;
    background-color: #F3B919;
    border: none;
    color: white;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.bottom-row-vertical {
    display: none;
}


@media screen and (max-width: 1439px) {
    .main-content-welcome, .about-welcome {
        width: 60vw;
    }
    .about-text {
        width: 49vw;
    }
}
@media screen and (max-width: 1066px) {
    .main-content-welcome, .about-welcome {
        width: 70vw;
    }
    .about-text {
        width: 57vw;
    }
}
@media screen and (max-width: 986px) {
    .main-content-welcome, .about-welcome {
        width: 80vw;
    }
    .about-text {
        width: 65vw;
    }
}
@media screen and (max-width: 960px) {
    .picture-holder {
        align-items: center;
        flex-direction: column;
        row-gap: 22px;
    }
}
@media screen and (max-width: 864px) {
    .main-content-welcome, .about-welcome {
        width: 90vw;
    }
    .about-text {
        width: 73vw;
    }
}
@media screen and (max-width: 711px) {
    .main-content-welcome, .about-welcome {
        width: 95vw;
    }
    .about-text {
        width: 77vw;
    }
}
/*3/22/2022 - forces about-welcome to 4 lines that potentially look ok - begin*/
@media screen and (max-width: 672px) {
    .about-welcome {
        width: 50vw;
    }
}
@media screen and (max-width: 632px) {
    .about-welcome {
        width: 53vw;
    }
}
@media screen and (max-width: 598px) {
    .about-welcome {
        width: 56vw;
    }
}
@media screen and (max-width: 566px) {
    .about-welcome {
        width: 59vw;
    }
}
@media screen and (max-width: 537px) {
    .about-welcome {
        width: 63vw;
    }
}
@media screen and (max-width: 503px) {
    .about-welcome {
        width: 67vw;
    }
}
@media screen and (max-width: 473px) {
    .about-welcome {
        width: 71vw;
    }
}
/*3/22/2022 - forces about-welcome to 4 lines that potentially look ok - end*/
/*3/22/2022 - forces main-content-welcome to 4 lines that potentially look ok - begin*/
@media screen and (max-width: 562px) {
    .main-content-welcome {
        width: 76vw;
    }
}
@media screen and (max-width: 538px) {
    .main-content-welcome {
        width: 87vw;
    }
}
@media screen and (max-width: 470px) {
    .main-content-welcome {
        width: 99vw;
    }
}
/*3/22/2022 - forces main-content-welcome to 4 lines that potentially look ok - end*/
@media screen and (max-width: 580px) {
    .bottom-row-middle {
        padding: 0 3vw;
    }
}
@media screen and (max-width: 465px) {
    .picture-holder img {
        width: 95vw;
    }
    .bottom-row-middle {
        padding: 0 3vw;
    }
    .bottom-row {
        display: none;
    }
    .bottom-row-vertical {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        row-gap: 5px;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        padding: 2rem 0;
    }
}
/*3/22/2022 - designating this (and below) as "mobile"*/
@media screen and (max-width: 451px) {
    .about-welcome {
        width: 95vw;
    }
    .main-content-welcome {
        padding-bottom: 10px;
    }
    /*3/22/2022*/
    .logo {
        width: 10rem;
    }
}