* {
    font-family: Roboto, sans-serif;
}



/* Set a fixed height for the role section */
.col-md-3 h5 {
    height: 10px !important;
}

.jumbotron {
    border-style: solid;
    border-width: 5px;
    border-color: grey;
    border-radius: 1px;
}

.jumbotron h1 {
    color: #ffffff;
}

body {
    overflow-x: hidden;
    /* Hide scrollbars */
    background-color: #f9f9f9;

}

.text_center {
    text-align: center;
}

/* Thank you https://stackoverflow.com/questions/4098195/can-ordered-list-produce-result-that-looks-like-1-1-1-2-1-3-instead-of-just-1 */
ol li {
    display: block;
}

ol>li:first-child {
    counter-reset: item;
}

ol>li {
    counter-increment: item;
    position: relative;
}

ol>li:before {
    content: counters(item, ".") ". ";
    position: absolute;
    margin-right: 100%;
    right: 10px;
}

.btn.btn-social-icon {
    width: 176px;
    height: 38px;
    padding: 0
}

.btn-outline-facebook {
    border: 1px solid #3b579d;
    color: #3b579d
}

.btn-outline-facebook:hover {
    background: #3b579d;
    color: #ffffff
}


.btn-facebook:hover,
.btn-facebook:focus {
    background: #2d4278;
    color: #ffffff
}

.btn-outline-twitter {
    border: 1px solid #000000;
    color: #000000
}

.btn-outline-twitter:hover {
    background: #000000;
    color: #ffffff
}

.btn-twitter:hover,
.btn-twitter:focus {
    background: #000000;
    color: #ffffff
}

.btn-outline-instagram {
    border: 1px solid #dd2a7b;
    color: #dd2a7b
}

.btn-outline-instagram:hover {
    background: #dd2a7b;
    color: #ffffff
}

.btn-instagram:hover,
.btn-instagram:focus {
    background: #dd2a7b;
    color: #ffffff
}

.btn-outline-phone {
    border: 1px solid #31394d;
    color: #31394d
}

.btn-outline-phone:hover {
    background: #31394d;
    color: #ffffff
}


.btn-phone:hover,
.btn-phone:focus {
    background: #31394d;
    color: #ffffff
}

.btn-outline-email {
    border: 1px solid #a1a1a1;
    color: #a1a1a1
}

.btn-outline-email:hover {
    background: #a1a1a1;
    color: #ffffff
}

.btn-email:hover,
.btn-email:focus {
    background: #a1a1a1;
    color: #ffffff
}

.btn-outline-website-link {
    border: 1px solid #4e0b12;
    color: #4E0B12
}

.btn-outline-website-link:hover {
    background: #4E0B12;
    color: #ffffff
}

/* .btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:visited {
    background-color: #7232bd;
} */

.player-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-radius: 5px;
    box-shadow: 2px 2px 15px #A5A5A5;
}

p {
    text-align: justify;
    font-size: 17px;
}

a {
    color: #4E0B12
}

a:hover {
    color: #420b10;
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}

.content-container {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 3%;
    padding: 10px
}

.iframe {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ */
.faq {
    margin-left: 3%;
    margin-right: 3%;
}

.faq-container {
    padding: 10px;
}

.faq-btn {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid #4E0B12;
    padding: 20px;
    width: 100%;
    display: block;
    text-align: left;
    font-weight: bolder;
    font-size: 20px;
}

button:focus {
    outline: 0 !important;
}

.faq-btn:hover {
    cursor: pointer;
    border-color: #4E0B12;
    color: #4E0B12;
    box-shadow: 2px 2px 10px #A5A5A5;
}

#question1,
#question2,
#question3,
#question4,
#question5,
#question6,
#question7,
#question8,
#question9,
#question10,
#question11,
#question12 {
    border-left: #4E0B12 1px solid;
    border-right: #4E0B12 1px solid;
    border-bottom: #4E0B12 1px solid;
    border-top: none;
    color: black;
    width: 100%;
    padding: 20px;
    height: 100%;
    display: block;
    margin-bottom: 0%;
    padding-bottom: 5px;
}

.icon {
    float: right;
    padding-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.main-header {
    background-color: #4E0B12;
    display: flex;
    justify-content: center;  /* Center the title horizontally */
    align-items: center;      /* Vertically center the content */
    width: 100%;
    position: relative;
    padding: 15px 20px;
    border-bottom: 2px solid #ffffff;
}

.geegee-title {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Bebas Neue', sans-serif;
}

.language-options {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 20px;
}

.language-options a img {
    width: 25px;
    height: 25px;
}

.topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4E0B12;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.logo-img {
    width: 50px;
    height: auto;
}

.nav-icon {
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.subheader {
    display: none;
    flex-direction: row;
    background: #4E0B12;
    padding: 4px;
    text-align: center;
    width: 100%;
    z-index: 10;
    margin: 0;
    overflow-x: auto;  /* Enable horizontal scrolling */
    white-space: nowrap;  /* Prevent wrapping of nav items */
    -webkit-overflow-scrolling: touch;
}

.nav-links {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 15px;
    font-family: 'Bebas Neue', sans-serif;
}

.nav-links a:hover {
    color: #a7a7a7;
}

@media screen and (max-width: 768px) {
    .subheader {
        display: none;
    }

    .subheader.active {
        display: flex;
        flex-direction: column;
    }

    .nav-links {
        flex-direction: column;
    }
}

.links-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1%;
    flex-wrap: wrap;
}

.social-media-icon,
.social-media-icon:active,
.social-media-icon:hover {
    color: #4E0B12 !important;
}

a.btn-link:focus,
a.btn-link:active {
    outline: none !important;
    box-shadow: none !important;
}

.uo-container {
    display: flex;
    align-items: center;
}

.text-container {
    flex: 1;
    margin-right: 20px;
    /* Adjust the margin as needed to control spacing */
}

.iframe-container {
    flex: 1;
}

/* Additional CSS for iframe styling */
.iframe {
    border: none;
    /* Remove iframe border if desired */
}

.coach-pic {
    border-radius: 5px;
    box-shadow: 2px 2px 15px #A5A5A5;
}

@media (max-width: 768px) {

    p,
    li {
        font-size: 16px;
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4,
    h5 {
        font-size: 23px;
    }

    h6 {
        font-size: 18px;
    }

    .content-container {
        margin-left: 8%;
        margin-right: 8%;
        margin-bottom: 6%;
    }

    .player-pic {
        width: 80%;
    }

    .uo-container {
        flex-direction: column;
        /* Stack elements vertically */
    }

    .text-container {
        margin-right: 0;
        /* Remove margin for text container */
    }
    .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .gap-5 {
        gap: 2rem !important;
    }
}

.bg-maroon {
    background-color: #4E0B12;
}

.logo-spacing {
    margin-right: 50px;
}

.logo-spacing-2 {
    margin-right: 25px;
}

.logo-spacing:last-child {
    margin-right: 0;
}

.footer-font {
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: bold;
    font-size: 2rem;
}