body {
    background-color: rgb(20, 9, 114);
}




.testimonialsSection {
    font-family: "Montserrat", sans-serif;
    margin: auto;
    width: 100vw;
    padding: 1vw 5vw 5vw 1vw;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

.testimonial {
    background-color: white;
    box-shadow: 0px 4px 15px 1px rgba(255, 255, 255, 0.788);
    min-width: 280px;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;

}

.testimonialText {

    display: flex;
    flex-direction: column;
     font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.3vh;
    text-align: left;
    line-height: 140%;
    margin: 3vh;


}

.testimonialHighlight {
    padding: 1vh;
    background-image: radial-gradient(rgb(247, 217, 19), rgba(247, 217, 19, 0.603));
    font-size: 130%;
    line-height: 150%;
    font-weight: 700;
    text-align: center;

}

.testimonialAuthor {
    font-size: 2.5vh;
    font-style: italic;
    font-weight: bold;
    padding: 1vh;
    text-align: right;
    align-self: flex-end;
    justify-self: flex-end;
    margin-right: 5vw;
}

.sectionHeader {
    max-width: 80vw;
    min-width: 50vw;
    margin: auto;
    padding: 2vh;
    background-image: radial-gradient(rgb(247, 217, 19), rgba(247, 217, 19, 0.764));
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 20vh;
    font-size: 3vh;

}





@media (min-width: 330px) and (max-width: 852px) and (orientation: portrait) {

    .testimonialsSection {
        padding: 1vh;
        font-size: 90%;
        width: 80vw;
        margin-bottom: 5vh;

    }

    .testimonial {
        padding: 0.3vh;

    }

    .testimonialAuthor {
        font-size: 16px;
    }

    #mobileNavigation,
    #naviDrawer,
    #mobileNavigation>* >*{
        background-color: white;
        color: rgb(20, 9, 114);
    }

    #smallLogo {
        background-image: url(./../logo_w_whitebckg.jpg);
    }
}

@media (min-width: 1180px) and (max-width: 1640px) and (orientation: landscape) {}