@import "./navbar.css";

@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');
/* This css file houses selectors for the contact page styling */

body {
    background-color: gainsboro !important;
    font-family: 'Roboto', sans-serif !important;
}

body::before { 
    background-image: url("/assets/musicCitySkyline2.jpg") !important; 
    background-size: cover; 
    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;
}

.contact-page-container {
    color: white;
    margin-top: 13%;
}

h1 {
    color: white;
    font-family: "Montserrat";
    text-align: center;
    text-shadow: 1px 2px rgba(0,0,0,0.45);
}

.contact-statement-container p {
    font-size: 20px;
}

.contact-statement-divider {
    border-bottom: 3px solid white;
    display: block;
    margin-bottom: 3%;
    width: 100%;
}

.contact-paragraph {
    text-align: justify;
}

.contact-info {
    display: flex;
    flex-direction: row;
}

.contact-info a {
    color: white;
}

.contact-info svg {
    height: 1.5em;
    margin-right: 3%;
    width: 1.5em;
}



@media (max-width: 329.98px) {
    
   .container {
       margin-top: 10%;
   }

    h1 {
        color: white;
        font-size: 30px !important;
        font-weight: bold !important;
        margin: 0;
        padding: 0 0% 0 00%;
        text-transform: uppercase;
        text-shadow: 1px 3px rgba(0,0,0,0.7) !important;
    }

    .contact-paragraph {
        margin-bottom: 10%;
    }

    .contact-info {
        font-size: 12px;
    }

    .contact-info svg {
        height: 1.3em;
        margin-right: 2%;
        width: 1.3em;
    }

    .contact-page-container {
        margin-top: 7%;
    }

    .contact-statement-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .contact-statement-container p {
        font-weight: 400;
        font-size: 14px;
    }
}

@media (min-width:330px) and (max-width: 424.98px) {

    .container {
        margin-top: 5%;
    }

    h1 {
        color: white;
        font-size: 30px !important;
        font-weight: bold !important;
        margin: 0;
        padding: 0 15% 0 15%;
        text-transform: uppercase;
        text-shadow: 1px 2px rgba(0,0,0,0.7) !important;
    }
    
    .contact-page-container {
        margin-top: 7%;
    }

    .contact-statement-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .contact-statement-container p {
        font-weight: 400;
        font-size: 14px;
    }

    .contact-paragraph {
        margin-bottom: 10%;
    }

    .contact-info {
        font-size: 14px;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {

    .container {
        margin-top: 5%;
    }

    h1 {
        font-size: 50px !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

    p {
        font-size: 20px;
        text-shadow: 1px 2px rgba(0,0,0,0.45);
    }

    .contact-page-container {
        color: white;
        justify-content: center;
        margin-top: 10%;
        padding: 0 5% 0 5%;
    }

    .contact-paragraph {
        margin-bottom: 10%;
        text-align: justify;
    }

    .contact-statement-divider {
        border-bottom: 3px solid white;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .container {
        margin-top: 5%;
    }

    h1 {
        font-size: 60px !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

    p {
        font-size: 20px;
        text-shadow: 1px 2px rgba(0,0,0,0.45);
    } 

    .contact-page-container {
        color: white;
        justify-content: center;
        margin-top: 7%;
        padding: 0 5% 0 5%;
    }

    .contact-paragraph {
        margin-bottom: 10%;
        text-align: justify;
    }
}

@media (min-width: 992px) {

    .container {
        margin-top: 5%;
    }

    h1 {
        font-size: 60px !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

    p {
        font-size: 20px;
        text-shadow: 1px 2px rgba(0,0,0,0.45);
    } 

    .contact-page-container {
        color: white;
        justify-content: center;
        margin-top: 0%;
        padding: 0 15% 0 15%;
    }

    .contact-paragraph {
        margin-bottom: 7%;
    }

    .contact-statement-divider {
        border-bottom: 3px solid white;
    }
}