@import "./navbar.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');
/* This css file houses selectors for the about page styling */

body {
    background-color: gainsboro !important;
    font-family: 'Roboto', sans-serif !important;
}

body::before { 
    background-image: url("/assets/courthouse.jpg") !important; 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    content: ""; 
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: -2; 
    opacity: 0.7;
} 

body::after { 
    background-color: #4d0101; 
    content: ""; 
    display: block; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: -1; 
    opacity: 0.7;
} 

.about-page-container {
    color: white;
    margin-top: 20%;
    padding: 0 10% 0 10%;
}

h1 {
    color: white;
    font-family: "Montserrat";
    font-size: 30px !important;
    font-weight: bold !important;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px rgba(0,0,0,0.46);
}

.about-statement-container p {
    font-size: 20px;
}

.about-statement-divider {
    border-bottom: 3px solid white;
    display: block;
    margin-bottom: 3%;
    width: 100%;
}

.statement-paragraph {
    text-align: justify;
}

#statement-p3 {
    text-align: center;
}

.ribbons-container {
    display: flex;
    flex-direction: row;
    margin-top: 10%;
    justify-content: space-evenly;
}

.img-ribbons {
    height: 40px;
    margin-left: 2%;
    padding-bottom: 1%;
    width: 20px;
}

@media (max-width: 329.98px) {
    
    .container {
        margin-top: 5%;
    }

    h1 {
        margin: 0;
    }

    .about-page-container {
        margin-top: 13%;
    }

    .about-statement-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .about-statement-container p {
        font-weight: 400;
        font-size: 14px;
    }

    .ribbons-container {
        margin-top: 0%;
    }

    .img-ribbons {
        height: 30px;
        margin-left: 2%;
        padding-bottom: 2%;
        width: 13px;
    }
}

@media (min-width:330px) and (max-width: 424.98px) {

    .container {
        margin-top: 5%;
    }

    h1 {
        margin: 0;
        padding: 0 10% 0 15%;
        text-transform: uppercase;
    }
    
    .about-page-container {
        margin-top: 14%;
    }

    .about-statement-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .about-statement-container p {
        font-weight: 400;
        font-size: 14px;
    }

    .ribbons-container {
        margin-top: 0%;
    }

    .img-ribbons {
        height: 30px;
        margin-left: 2%;
        padding-bottom: 2%;
        width: 13px;
    }
}

@media (min-width:425px) and (max-width: 499.98px) {

    .container {
        margin-top: 5%;
    }

    body {
        background-color: #EFEFEF !important;
    }

    h1 {
        font-size: 50px !important;
        margin: 0;
        padding: 0 10% 0 15%;
    }
    
    .about-page-container {
        margin-top: 7%;
    }

    .about-statement-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .about-statement-container p {
        font-size: 16px;
        font-weight: 400;
    }

    .statement-paragraph {
        margin-bottom: 1.5%;
    }

    .ribbons-container {
        margin-top: 0%;
    }

    .img-ribbons {
        height: 30px;
        margin-left: 2%;
        padding-bottom: 2%;
        width: 13px;
    }
}


@media (min-width: 500px) and (max-width: 575.98px) {
    
   .container {
       margin-top: 5%;
   }

    h1 {
        color: white;
        font-size: 50px !important;
        font-weight: bold !important;
        margin: 0;
        padding: 0 15% 0 20%;
        text-transform: uppercase;
    }

    .about-page-container {
        margin-top: 5%;   
    }

    .about-statement-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .about-statement-container p {
        font-size: 16px;
        font-weight: 400;
    }

    .statement-paragraph {
        margin-bottom: 1.5%;
    }

    .ribbons-container {
        margin-top: 0%;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .container {
        margin-top: 5%;
    }

    span {
        display: none;
    }

    .about-statement-container p {
        font-size: 18px;
    }

    .about-page-container {
        color: white;
        margin-top: 7%;
        padding: 0 10% 0 10%;
        text-shadow: 1px 1.5px rgba(0,0,0,0.5);
    }

    h1 {
        font-size: 50px !important;
    }

    .ribbons-container {
        margin-top: 1%;
    }

    .img-ribbons {
        height: 40px;
        margin-left: 2%;
        padding-bottom: 3%;
        width: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .container {
        margin-top: 5%;
    }

    .about-statement-container p {
        font-size: 18px;
    }

    .about-page-container {
        color: white;
        margin-top: 5%;
        padding: 0 10% 0 10%;
        text-shadow: 1px 1.5px rgba(0,0,0,0.5);
    }

    h1 {
        font-size: 60px !important;
    }

    .ribbons-container {
        margin-top: 3%;
    }

    .img-ribbons {
        height: 50px;
        margin-left: 2%;
        padding-bottom: 3%;
        width: 20px;
    }
}

@media (min-width: 992px) {

    .container {
        margin-top: 5%;
    }

    .about-page-container{
        color: white;
        display: flex;
        margin-top: 6%;
        padding: 0% 5% 0 5%;
        text-shadow: 1px 1.5px rgba(0,0,0,0.5);
    }

    .about-statement-container {
        align-items: center;
    }

    .ribbons-container {
        margin-top: 0% !important;
        justify-content: center;
    }

    h1 {
        font-size: 60px !important;
    }

    .img-ribbons {
        height: 50px;
        margin-left: 20px;
        padding-bottom: 0%;
        width: 20px;
    }
}