﻿
body {
    background-color: #f5f5f5;
}

.hero-section {
    background-image: url('../images/hero.png');
    background-size: cover;    
    color: #fff;
    padding: 100px 0;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.hero-text {
    font-size: 20px;
    margin-bottom: 22px;
    color: #f5f5f5;
    font-weight: 600;
    background-color: #064f8d;
    padding: 4px;
}

.hero-button {
    background-color: #fff; 
    color: #000;
    padding: 12px 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.learnmore-highlight {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .1rem;
    background-color: #ee0979;
    border-color: #ee0979;
} 

#about-us {
    background-color: #fff;
    padding: 100px 0;   
    margin-top: 50px;
}

/* Masthead styles
------------------------------------------------- */
/*
header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
}

header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
}

header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(7rem + 72px);
    padding-bottom: 7rem;
    background: linear-gradient(0deg,#ff6a00,#ee0979);
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: scroll;
    background-size: cover;
}

    header.masthead .masthead-content {
        z-index: 1;
        position: relative;
    }

    header.masthead .bg-circle-1 {
        height: 90rem;
        width: 90rem;
        bottom: -55rem;
        left: -55rem;
    }

    header.masthead .bg-circle-2 {
        height: 50rem;
        width: 50rem;
        top: -25rem;
        right: -25rem;
    }

    header.masthead .bg-circle-3 {
        height: 20rem;
        width: 20rem;
        bottom: -10rem;
        right: 5%;
    }

    header.masthead .bg-circle-4 {
        height: 30rem;
        width: 30rem;
        top: -5rem;
        right: 35%;
    }

    header.masthead .bg-circle {
        z-index: 0;
        position: absolute;
        border-radius: 100%;
        background: linear-gradient(0deg,#ee0979,#ff6a00);
    }


@media (min-width:992px) {
    header.masthead {
        padding-top: calc(10rem + 55px);
        padding-bottom: 10rem;
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 6rem;
        }

        header.masthead .masthead-content .masthead-subheading {
            font-size: 4rem;
        }
}*/
