/* Reset some default styles */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}
h2 {
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:bold;
    color: #fbdc00;
}
a {
    color: #fbdc00;
}
a:hover {
    color: #ffec5f;
}

body {
    font-family: 'Raleway', sans-serif;
}

.logo img {
    height: 80px;
    max-width:120px;
    padding: 10px 0;
}

/* about */

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 20px 20px;
}
.text {
    flex: 1;
    padding: 0 20px;
    font-size:0.8em;
}
.text h2 {
    text-align: center;
    margin-bottom:20px;
    color:#fbdc00;
    text-transform:uppercase;
    font-style:italic;
    letter-spacing:2px;
}
.text p {
    text-align:justify;
    color:#ddd;
    line-height:1.5em;
}
.text-right {
    text-align: right;
}
.text-left {
    padding-left:40px;
}
.image {
    flex: 1;
    width: 200px;
    text-align: center;
}
.image img {
    max-width: 100%;
    border: 10px solid #fbdc00;
}


/*typing text*/
.typing-container {
    display: flex;
    align-items: center;
    height: 5em;
    color:#eee;
    margin:150px 0;
    justify-content: center;
}

#cursor {
    display: inline-block;
    width: 8px;
    height: 5em;
    background-color: #eee;
    text-shadow:0px 0px 10px #222;
    animation: blink 0.7s infinite alternate;
}

.main-slogan {
    text-align:center;
    font-size:5em;
    text-transform:uppercase;
    font-style:italic;
    color:#eee;
    text-shadow:0px 0px 10px #222;
    margin:150px 0;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* tabling */

/* CSS for slider */
.slider-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 1s ease-in-out;
}

.slider-item {
    flex: 0 0 100%;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.slider-content-holder {
    background: linear-gradient(to bottom, #fbdc0088, #33333388);
    border-radius:120px;
    padding: 0 0 30px;;

}

.slider-item h3 {
    font-size:3em;
    text-transform:uppercase;
    font-style:italic;
    color:#eee;
    text-shadow:0px 0px 10px #222;
    margin:20px auto;
}
.slider-item img {
    max-width:Calc(100% - 20px);
    margin:0px auto;
    border-radius:100px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border: 10px solid #fbdc00;
}
.slider-item video {
    max-width:Calc(100% - 20px);
    margin:0px auto;
    border-radius:100px;
    border: 10px solid #fbdc00;
}
.slider-item p {
    padding:10px;
    color:#eee;
    margin-bottom: 20px;
    letter-spacing:1px;
    line-height:22px;
}
.fixed-size {
    width:600px;
    margin:0 auto;
    padding:30px;
}

/* donations */

.donations-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #333;
    border: 1px solid #ccc;
    color:#fff;
    border-radius: 5px;
}
.form-group {
    display:grid;
    margin-bottom: 15px;
}
.form-group input {
    width:auto !important;
}
label {
    display: block;
    text-transform:uppercase;
    font-size:0.7em;
    padding: 3px 0;
    font-style: italic;
    letter-spacing:2px;
}
input[type="text"],
input[type="email"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input[type="checkbox"]:checked {
    background-color: #fbdc00; /* Change this to your desired background color when checked */
}
.checkbox-group {
    display: grid;
}
.checkbox-group label {
    margin-right: 15px;
}
button[type="submit"] {
    background-color: #fbdc00;
    text-transform:uppercase;
    color: #333;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
button[type="submit"]:hover {
    background-color: #ffec5f;
}

/* gees */
.gees-joke-container {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
}
.gees-joke-container img {
    max-width:10%;
    padding: 20px;
}

/* CSS for modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-content {
    position: relative;
    background-color: #fff;
    padding: 0px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    text-align: center;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    color: #fbdc00;
    padding: 10px 0;
    width:100%;
    margin: 0 auto;
}

.header-inner {
    display:flex;
    width:100%;
    margin: 0 20%; /* Set 20% margin on either side */
}

.menu, .logo {
    display:inline-flex;
    align-items: center;
}

.menu {
    justify-content: flex-end;
    width: 80%;
}

.logo img {
    height: auto;
    max-width: 100%;
}

.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 0.8em;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    text-transform:uppercase;
    letter-spacing:2px;
    color: #fbdc00;
    font-weight: 100;
}
.menu a:hover {
    color: #ffec5f;
}

.inline-menu-link {
    display:flex;
}
.inline-menu-img {
    width:50px;
    height:50px;
    margin: 0 auto;
}
.inline-menu-text {
    margin:20px 0;
}

/* Main Content Styles */
.main-content {
    padding: 20px;
    background: url("img/gorge_back.jpg");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}
.main-container {
    width:100%;
}

/* Footer Styles */
.footer {
    background-color: #222;
    color: #fbdc00;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.footer-inner {
    display:flex;
    width:100%;
    margin: 0 20%; /* Set 20% margin on either side */
}

.footer-column {
    flex: 1;
    margin: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.footer-column:last-child {
    margin-right: 0;
}

.footer h3 {
    margin-bottom: 10px;
    font-size:2em;
    text-transform: uppercase;
    text-align: center;
    color: #ff3333;
    font-weight:900;
    -webkit-text-stroke: 0.015em #fbdc00; /* Webkit browsers like Chrome and Safari */
    text-stroke: 0.015em #fbdc00; /* Standard syntax */
}

.footer-link {
    display: flex;
    text-align: center;
    margin-bottom:10px;
    justify-content: center;
    letter-spacing:2px;
}
.footer-link a {
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-icons img {
    max-width: 24px;
    height: auto;
}
.footer-copyright {
    background:#111;
    width:100%;
    color:#ffec5f;
    text-align:center;
    padding:20px 0;
    letter-spacing:2px;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    
    .fixed-size {
        width:300px;
        padding:20px;
    }
    .header-inner {
        margin: 10px 30px; /* Adjust margin for smaller screens */
    }

    .menu {
        width: 100%;
        justify-content: center; /* Center menu items on smaller screens */
    }

    .menu a {
        font-size: 0.7em;
    }

    .menu ul {
        flex-direction: column; /* Stack menu items vertically on smaller screens */
        gap: 10px; /* Reduce the gap between menu items */
    }

    .main-container {
        margin: 20px auto; /* Adjust margin for smaller screens */
    }

    .main-slogan {
        font-size: 2.2em; /* Reduce font size for smaller screens */
    }

    .slider-item {
        padding: 0;
        width: 100%;
    }

    .footer-inner {
        margin: 0 10px; /* Adjust margin for smaller screens */
        flex-direction: column; /* Stack footer elements vertically on smaller screens */
    }

    .footer-column {
        margin-bottom: 20px; /* Adjust margin for smaller screens */
        text-align: center; /* Center text in footer columns on smaller screens */
    }

    .footer h3 {
        font-size: 1.2em; /* Reduce font size for smaller screens */
    }

    .footer-link {
        flex-direction: column; /* Stack footer links vertically on smaller screens */
        font-size:0.7em;
    }

    .footer-copyright {
        font-size: 0.8em; /* Reduce font size for smaller screens */
    }
    .jumbos-list {
        display:none;
    }
    .gees {
        display:none;
    }
    .social-icons svg {
        width:17px;
        height:17px
    }
    .container {
        padding:10px 0;
    }
    .content-row{
        padding:10px 15px 10px 10px;
    }
    .text {
        padding:0 5px;
    }
    .text h2{
        font-size:0.8em;
        margin-bottom:10px;
    }
    .text p {
        font-size:0.7em;
    }
    .image{
        width:100px;
    }
    .image img {
        width:100px;
        border:5px solid #fbdc00
    }
    .golfdayvid {
        display: block;
    }
    .video video {
        width: 101%;
        height: auto;
        margin-top: 20px;
    }
    .text-right {
        padding-left:10px;
    }
    
    .slider-item img {
        max-width:Calc(100% - 10px);
        margin:0px auto;
        border-radius:100px;
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
        border: 5px solid #fbdc00;
    }
    .slider-item video {
        max-width:Calc(100% - 10px);
        margin:0px auto;
        border-radius:100px;
        border: 5px solid #fbdc00;
    }
    .slider-item h3 {
        font-size:1.5em;
    }
    .slider {
        transition: transform 0.4s ease-out;
    }
    
    .typing-container {
        height: 2.2em;
        margin:50px 0;
    }
    #cursor {
        height: 2.2em;
    }
}
