@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

/* ------------------------------------------ General Styling */

body {
    font-family: "Quicksand", sans-serif;
    background-color: #fff;
}

p, a, li, label {
    font-size: 16px;
    color: #0c3470;
}

.new-section {
    margin-top: 50px;
}

.image-styling {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

footer p, footer a {
    font-size: 16px;
    color: #fff;
}

.two-font-weight {
    font-weight: 200;
}

.eight-font-weight {
    font-weight: 800;
}

.green-text {
    color: #0cc0df;
}

.blue-text {
    color: #0c3470;
}

.green-statement {
    margin-top: 100px;
    margin-bottom: 100px;
}

.no-list-style {
    list-style-type: none;
    padding: 0;
}

.no-decoration {
    text-decoration: none;
}

/* ------------------------------------------ Navbar */

#logo {
    background: url(../images/logo-ukmf.webp) no-repeat center center;
    background-size: contain;
    height: 120px;
    width: 120px;
}

.nav-link {
    font-size: 20px;
    color: #0c3470;
}

.nav-link:hover {
    color: #0cc0df;
}

.fa-bars {
    font-size: 25px;
}

.bars-toggler {
    background: none;
    border: 1px solid #808080;
    border-radius: 2px;
}

.bars-toggler:hover {
    background-color: #0cc0df;
    border: 1px solid #0cc0df;
}

.bars-toggler:focus {
    border: 1px solid #808080;
    box-shadow: none;
}

/* ------------------------------------------ Event Banner */

.event-date {
    height: 550px;
    overflow: hidden;
    background-image: url('../images/banner.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
    transform: scaleX(-1);
    user-select: none;
}

.transparent-overlay {
    background: rgb(255,255,255,0.7);
    height: 100%;
}

.date-text {
    font-family: "Sofia Sans", sans-serif;
    transform: scaleX(-1);
}

.break-mold {
    color: #0c3470;
}

#next-event-date {
    font-size: 40px;
    color: #0c3470;
}

.dark-blue-button {
    background-color: #0c3470;
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
}

.dark-blue-button:hover {
    background-color: #0cc0df;
    color: #fff;
}

/* ------------------------------------------ Get Involved section */

.get-involved-div {
    border: 6px solid #0cc0df;
    background-color: #EDFBFD;
    color: #0c3470;
    border-radius: 15px;
    padding: 20px;
}

/* ------------------------------------------ Get Involved Cards */

.get-involved-card {
    border: 10px solid #0c3470;
    border-radius: 25px;
}

.hand-icon {
    color: #fb8500;
}

.bg-dark-blue {
    background-color: #0c3470;
}

.blue-text {
    color: #0c3470;
}

/* ------------------------------------------ Contact Us */

#contact-us {
    background-color: #0cc0df;
    border-radius: 30px;
    font-weight: 500;
    height: 1300px;
}

.venue-map {
    border: 0;
    border-radius: 10px;
}

.contact-list:hover {
    border-bottom: 2px solid #0c3470;
}

/* ----------------- Contact Us Form */

.form-background {
    background-color: rgb(255,255,255,0.5);
    padding: 25px 10px;
    border-radius: 25px;
}

.form-control:focus {
    border-color: #0c3470;
    box-shadow: 0 0 0 .15rem rgba(4, 32, 124, 0.3)
}

.form-check-input {
    background-image: none;
}

.form-check-input:checked {
    background-color: #0c3470;
    border-color: #0c3470;
}

.form-check-input[type=radio]{
    border-radius: 20%;
}

.form-check-input:focus {
    border-color: #0c3470;
    box-shadow: none;
}

.submit-btn {
    background-color: #F3EFF6;
    border-width: 1px;
    border-radius: 10px;
}

.submit-btn:hover {
    border-width: 1px;
    background-color: #F3EFF6;
    border-color: #585693;
}

/* ----- Contact Us Form Message Box */

#message {
    height: 130px;
    resize: none;
    overflow: auto;
}

textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.375rem;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0.375rem;
  border: 1px solid #f1f1f1;
}

/* ------------------------------------------ Our Supporters */
.support-logo {
    object-fit: cover;
    width: 200px;
    height: auto;
}

#our-supporters {
    color:#0c3470;
}

#headline-logo {
    height: 150px;
    width: auto;
    margin: auto;
}

/* ------------------------------------------ Our Mission */

.our-mission-div {
    border-top: 4px solid #0cc0df;
    border-bottom: 4px solid #0cc0df;
}

.mission-image-div {
    background-image: url('../images/our-mission.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 95%;
    width: 100%;
    height: 150px;
}

/* ------------------------------------------ Footer */

footer {
    background-color: #0c3470;
    color: #fff;
    font-family: "Sofia Sans", sans-serif;
}

.footer-socials {
    font-size: 20px;
}

footer li {
    margin-bottom: 1rem;
}

.footer-links:hover {
    border-bottom: 2px solid #fff;
}


/* ----------------------------------------------------------------------------- Media Queries */

@media (min-width: 576px) {

    /* General Styling */
    p, a, li, label, .dark-blue-button {
        font-size: 18px;
    }

    /* Event Banner */
    #next-event-date {
        font-size: 45px;
    }

    .form-background {
        border-radius: 15px;
    }

    /* Our Mission */
    .mission-image-div{
        height: 200px;
    }
}

@media (min-width: 768px){

    /* Event Banner */
    .event-date {
        background-position: center;
        height: 500px;
    }

    .transparent-overlay {
        background: rgb(255,255,255,0.5);
    }

    /* Our Mission */
    .mission-image-div{
        height: 300px;
    }
}

@media (min-width:992px) {

    /* General Styling */
    .align-items-none {
        align-items: none;
    }

    /* Navbar */
    .navbar-nav a {
        border-bottom: none;
    }

    /* Event Banner */
    .transparent-overlay {
        background: none;
        height: 100%;
    }

    /* Contact Us */
    #contact-us {
        height: 670px;
    }

    /* Our Supporters */
    .support-logo {
        object-fit: cover;
        height: 100px;
        width: auto;
    }

    /* Our Mission */
    .mission-image-div{
        height: 400px;
    }
}

@media (min-width:1200px) {

    /* Navbar */
    .nav-link {
        font-size: 22px;
    }

    /* Event Banner */
    #next-event-date {
        font-size: 55px;
    }
}

@media (min-width:1700px) {

    /* Banner */
    .event-date {
        height: 600px;
        background-position: center 30%;
    }

    /* Our Mission */
    .mission-image-div{
        height: 500px;
    }
}

@media (min-width:2000px) {

    /* General Styling */
    p, a, li, label, .dark-blue-button {
        font-size: 20px;
    }

    /* Navbar */
    .nav-link {
        font-size: 24px;
    }

    /* Banner */
    #next-event-date {
        font-size: 60px;
    }

    /* Footer */
    footer p, footer a {
        font-size: 18px;
        color: #fff;
    }
}
