@import url("header.css");
@import url("footer.css");

.index-banner {
    padding: 0%;
    background-image: url("../images/banner2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 465px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-banner-foreground {
    background-color: rgba(70, 70, 70, 0.589);
    min-height: 465px;
    width: 100%;
}

.index-content-banner-container {
    padding: 0%;
}

.index-main-container {
    padding: 0%;
}

.index-banner-text {
    font-family: "Lato", sans-serif;
    padding-top: 10%;
}

.index-banner-text-heading {
    color: #ffffff;
    font-weight: 900;
    font-size: 42px;
    width: 70%;
    font-family: "PT Sans", sans-serif;
}

.index-banner-text-subtext {
    color: #ffffff;
    width: 70%;
    font-family: "PT Sans", sans-serif;
}

.index-content {
    margin-top: 2%;
}

.card {
    max-width: 100%;
}

.index-card-header1 {
    background-color: #1F99B3;
}

.index-card-header2 {
    background-color: #E4B23E;
}

.index-card-header3 {
    background-color: #D43E46;
}

.index-card-header4 {
    background-color: #00C36F;
}

.card-title {
    font-family: "PT Sans", sans-serif;
}

.card-body {
    font-family: "Lato", sans-serif;
}