h1, h2, h3, h4, h5, p, a, li {
    font-family: 'Nunito', sans-serif !important;
}

.web-desc {
    font-size: 14pt;
}
.web-desc-two {
    font-size: 12pt;
}

#menuBar ul li.active>a,
a[aria-expanded="true"] {
    color: #b62732;
}

.custom-form-control {
    background-color: #b62732;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    height: 5vh;
    width: 25vw;
    font-size: 14pt;
}

.custom-th {
    background-color: #343A40 !important;
    color:#FFFFFF;
    font-size: 14pt;
}

.table-striped-custom {
    border: 1px solid #343A40;
    letter-spacing: 1px;
}

.table-striped-custom>tbody>tr:nth-child(even){
    background-color:#b62732;
    color:#FFFFFF;
}

.table-striped-custom>tbody>tr:nth-child(odd){
    background-color:#FFFFFF;
}

.custom-t-head {
    border: 1px solid #343A40
}
/**
COLORS
BACKGROUND COLORS AND FONT COLORS
 */
.custom-blue {
    color: #6bcaef !important;
}

.custom-blue-bg {
    background-color: #6bcaef !important;
}

.custom-red-btn {
    background-color: #b62732 !important;
    color: white;
}

.custom-red-btn:hover {
    background-color: #A6212C !important;
    color: white;
}
/**
END COLORS
 */

.nav-item {
    font-size: 14pt !important;
    text-shadow: 0 1px #2f2f2f;
}

.place-top {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    position: absolute;
}

.custom-margin-medium {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.custom-margin-medium-top {
    margin-top: 7rem !important;
}

.custom-margin-full {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}

.custom-padding-medium {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.custom-padding-medium-top {
    padding-top: 7rem !important;
}

.custom-padding-full {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}

.nav-link-custom.active  {
    border: 1px solid #ff4b4c;
    color: #adadad;
}

.contact-page-section-info {
    padding: 25px;
}
.contact-page-section-icon {
    font-size: 46px;
    color: #b62732;
}
.contact-page-section-header {
    font-size: 36px;
    font-weight: 700;
    color: #b62732;
    margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
    .navbar-collapse {
        background-color: #FFFFFF;
        padding: 10px;
        border-radius: 10px;
    }
}
/**
Carousel caption adjustment
 */
@media only screen and (min-width: 1400px) {
    .carousel-caption {
        bottom: 40%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .carousel-caption {
        bottom: 20%;
    }

}
@media only screen and (min-width: 750px) and (max-width: 999px) {
    .carousel-caption {
        bottom: 15%;
    }
}
/**
End carousel caption adjustment
 */

@media only screen and (min-width: 700px) {
    .nav-link:hover {
        color: #0a53be !important;
        border-bottom: 1px solid #0a53be !important;
    }

    .nav-link.active {
        border-bottom: 1px solid black !important;
    }

    #menuBar ul li.active a {
        color: #0a53be !important;
    }

    .carousel-h1, .carousel-h2, .carousel-p {
        text-shadow: 0 0.4pt #2f2f2f;
    }
}
