/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Lora:wght@500&family=Overpass:wght@200&family=M+PLUS+Rounded+1c:wght@300&display=swap');

/* 
    font-family: 'Overpass', sans-serif;                    > p, li 
    font-family: 'Lora', serif;                             > heading
    font-family: 'M PLUS Rounded 1c', sans-serif;           >
*/


/* Styles */

body {
    padding-top: 100px;
}

.navbar {
    background: #3a4fe0;
}

.navbar-nav a.active,
.navbar-nav a:hover {
    border-bottom: 2px solid white;
}

.nav-link {
    font-family: 'Hammersmith One', sans-serif;
    color: white;
}

.footer-text {
    font-family: 'Overpass', sans-serif;  
    color: white;
}

.footer {
    background: #3a4fe0;
}

.heading-rounded-right {
    font-family: 'Lora', serif;
    font-size: 25px;
    display: inline-block;
}

p, li {
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
}

.give-online {
    font-family: 'Lora', serif;
    font-size: 25px;
    display: inline-block;
    text-decoration: none;
}

.give-online:hover {
    text-decoration: underline;
}

.welcome-text {
    font-family: 'Lora', serif;
}

.custom-rule {
    width: 50%;
    margin: 20px auto;
    border-top: 3px solid gray;
}

.social-icons i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.social-icons a {
    text-decoration: none;
}

.contact-social-icons i {
    font-size: 20px;
}

.contact-social-icons a:first-child {
    margin-right: 15px;
}

form label {
    color: #3a4fe0;
    font-weight: bold;
}

.contact-button {
    background-color: #3a4fe0;
    color: #fff;
}

.contact-button:hover {
    background-color: #1b6f89a0;
}

.quote {
    font-style: italic;
    color: #3a4fe0;
}

.form-text-body img {
    max-width: 100%;
    height: auto;
}

.carousel-inner img {
    max-height: 770px; /* Adjust as needed */
    object-fit: contain; /* Maintains aspect ratio */
}

.carousel-caption {
    background-color: rgba(110, 108, 151, 0.671);
    border-radius: 10px;
    backdrop-filter: blur();
    padding: 2px;
}

.location-caption {
    background-color: rgba(110, 108, 151, 0.694);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.bg-image-location {
    position: relative;
    background: url('../images/edmonton-clinic-health-academy.png') center center/cover no-repeat;
}

.bg-image-every-nation {
    position: relative;
    background: url('../images/world-map-home-transparent.png') center center/contain no-repeat;
}

@media (min-width: 0) {
    .text-overlay {
        font-size: 10px;
    }

    .welcome-text {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    .navbar-nav a {
        margin-right: 5px;
    }

    .text-overlay {
        font-size: 16px;
    }

    .welcome-text {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .home-body {
        width: 85%;
    }

    .form-body {
        width: 40%;
    }

    .form-text-body {
        width: 60%;
    }

    .heading-rounded-right {
        font-size: 35px;
    }

    p, li {
        font-size: 20px;
    }

    footer {
        padding: 0 20px;
    }

    .text-overlay {
        font-size: 25px;
    }

    .welcome-text {
        font-size: 30px;
    }
}