html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;;
}

.navbar-brand-custom img {
    width: 60px;
}

.navbar-brand-custom span {
    font-size: 1.3rem
}

@media only screen and (max-width: 576px) {
    .navbar-brand-custom {
        width: 70%;
        margin-left: -30px;
    }

    .navbar-brand-custom img {
        width: 50px;
    }

    .navbar-brand-custom span {
        font-size: 1rem
    }
}

.header-custom {
    text-shadow: 2px 2px 4px #000000;
    font-size: 18px;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .header-custom {
        background-color: #212529;
    }
}

.bg-brown {
    background-color: #A9BA9D;
}

p {
    font-family: Georgia, serif;
    font-size: 16px;
}

.color-red {
    color: #d71920;
}

.color-blue {
    color: #271e61;
}

.bg-red {
    background-color: #d71920 !important;
}

.bg-blue {
    background-color: #271e61 !important;
}

.footer-red {
    background-color: #d71920;
}

.footer-dark {
    background-color: #333333;
}

.footer-strong {
    font-size: 1.1rem;
}

.footer-red hr {
    background-color: white;
}

.editor-image img {
    max-width: 100%;
    height: auto;
}

.news-dot {
    height: 0.6rem;
    width: 0.6rem;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

header .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

header .fa:hover {
    opacity: 0.7;
}

header .dropdown:hover .dropdown-menu {
    display: block;
}

.btn-camp {
    color: white;
    background-color: goldenrod;
    border-color: #c7920c;
}

.btn-camp:hover {
    color: white;
    background-color: #c7920c;
}

.btn-kids {
    color: white;
    background-color: indianred;
    border-color: #d94343;
}

.btn-kids:hover {
    color: white;
    background-color: #d94343;
}

.secondary-header-btn {
    background-color: white;
    color: black !important;
}

.secondary-header-btn :hover {
    background-color: #d71920;
    color: white !important;
}

.primary-header-btn {
    background-color: #d71920;
    color: white !important;
}

.primary-header-btn:hover {
    background-color: #271e61;
    color: white;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    color: #d71920 !important;
    background-color: white !important;
}

#primary-nav ul {
    width: 100%;
}

#primary-nav .nav-item {
    width: calc(100% / 6) !important;
    text-align: center;
    align-items: center;
}

.primary-header-btn a {
    color: white !important;
}

.primary-header-btn .dropdown-menu {
    background-color: #271e61;
    top: 95%;
}


@media only screen and (max-width: 991px) {

    .hp-row h2 {
        font-size: 1.6rem;
        padding: 1rem 1rem;
    }

}

@media only screen and (min-width: 992px) {

    .hp-row h2 {
        padding-left: 20%;
    }

    .footer-link {
        width: 100% !important;
    }
}


@media only screen and (min-width: 576px) {

    .footer-link {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {

    .footer-link {
        width: 90%;
    }
}

.news-all-paginator .page-link {
    color: #271e61;
}

.news-all-paginator .page-item.active .page-link {
    background-color: #271e61 !important;
    border-color: #271e61 !important;
    color: white !important;
}

.news-all-paginator .page-item.disabled .page-link {
    color: #271e61;
    opacity: 0.5;
}

.contact-a {
    padding: 10px 25px;
    background-color: #271e61;
    color: white;
    display: block;
}

.contact-a:hover {
    opacity: 0.9;
    color: white;
    text-decoration: none;
}

.contact-mr {
    position: absolute;
    right: 30px;
    font-size: 22px;
}

.contact-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.contact-function {
    color: gray;
    font-size: 0.9rem;
}

.contact-email {
    font-style: italic;
    color: gray;
    font-size: 0.9rem;
}

.contact-tel {
    font-style: italic;
    color: gray;
    font-size: 0.9rem;
}

.hp-h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: gray;
}

.program-container {
    background-color: #d71920;
    padding: 0.5rem;
    border-radius: 50%;
    border-color: #d71920;
    color: white;
    text-align: center;
    font-weight: 700;
    height: 75px;
    width: 75px;
}

.news-container {
    box-shadow: 5px 10px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.admins .dropdown-menu {
    background-color: gray !important;
}

h2 {
    font-family: 'Dancing Script', sans-serif;
    color: black;
    font-weight: 500;
    font-size: 3rem;
}

.login-box {
    max-width: 400px;
}

.login-logo {
    height: 60px;
}

.input-group {
    flex-wrap: wrap;
}

.input-group .form-control {
    order: 1;
}

.input-group .input-group-text {
    order: 2;
}

.input-group .help-block {
    order: 3;
    flex: 0 0 100%;
}
