body {
    font-family: Arial, sans-serif;
    background-color: white;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler {
    margin-left: auto;
    left: 15px;
    border: none;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
}

.nav-item {
    margin: 0 10px;
}

.nav-item :hover {
    color: white;
    text-shadow:
        0 0 0px #a9cfe9,
        0 0 1px #8ac6ee,
        0 0 2px #8ac6ee,
        0 0 6px #8ac6ee,
        0 0 4px #8ac6ee,
        0 0 10px #8ac6ee,
        0 0 2px #8ac6ee,
        0 0 12px #8ac6ee;
}

.navbar-toggler:focus,
.nav-link:focus {
    outline: none;
    box-shadow: none;
}

.section {
    scroll-margin-top: 90px;
}

.card {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 5px;
}

.card-header {
    text-align: center;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.2rem;
    background-color: beige;
}

a {
    text-decoration: none;
    color: black;
}

.background-video {
    width: 100%;
    height: 100%;
    z-index: -1;
}

iframe {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

.about-logo {
    width: 300px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.about-photo {
    width: 100%;
    height: auto;
}

.about-text {
    text-align: justify;
    font-size: 1.2rem;
}

.contact-icon {
    color: black;
}

.form-content {
    margin-bottom: 250px;
}

.centered {
    text-align: center;
}

p {
    font-size: 1.2rem;
}

.form-control {
    background-color: beige;
    font-size: 1.2rem;
}

.facebook-icon {
    color: rgb(89, 89, 228);
    margin-top: 12px;
}

.facebook-icon :hover {
    color: rgb(118, 118, 189);
    text-shadow:
        0 0 0px #a9cfe9,
        0 0 1px #8ac6ee,
        0 0 2px #8ac6ee,
        0 0 6px #8ac6ee,
        0 0 4px #8ac6ee,
        0 0 10px #8ac6ee,
        0 0 2px #8ac6ee,
        0 0 12px #8ac6ee;
}

.youtube-icon {
    color: rgb(173, 8, 8);
    margin-top: 12px;
}

.youtube-icon :hover {
    color: rgb(190, 39, 39);
    text-shadow:
        0 0 0px #a9cfe9,
        0 0 1px #8ac6ee,
        0 0 2px #8ac6ee,
        0 0 6px #8ac6ee,
        0 0 4px #8ac6ee,
        0 0 10px #8ac6ee,
        0 0 2px #8ac6ee,
        0 0 12px #8ac6ee;
}

.btn:focus,
.nav-link:focus,
.form-control:focus,
.input-group:focus,
.dropdown-toggle:focus,
.navbar-toggler:focus,
.custom-control-input:focus {
    border-color: beige !important;
}

.btn:hover {
    text-shadow:
    0 0 0px #a9cfe9,
    0 0 1px #8ac6ee,
    0 0 2px #8ac6ee,
    0 0 6px #8ac6ee,
    0 0 4px #8ac6ee,
    0 0 10px #8ac6ee,
    0 0 2px #8ac6ee,
    0 0 12px #8ac6ee;
    background-color: black;
}


@media (max-width: 992px) {

    .about-logo {
        margin-top: 0px;
    }

    .background-video {
        margin-top: 50px;
    }

    .contact-info {
    font-size: 1.2rem;
    }
}


@media (max-width: 400px) {

    .contact-info {
    font-size: 1rem;
    }
}