/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #1c1c1c;
    color: #e0e0e0;
    line-height: 1.6;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Default Link Color */
a {
    color: #bdbdbd; /* Light gray */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover State */
a:hover {
    color: #ffffff; /* White on hover */
}

/* Active/Focus State */
a:active, a:focus {
    color: #e0e0e0; /* Slightly brighter gray */
}



/* Header & Navigation */
header {
    background-color: #000;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    font-size: 11px;
}

.logo h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 100;
}

.logos h4 {
    text-align: center;
    padding: 10px;
    background-color: #000;
    color: #aaa;
    font-size: 11px;
    font-weight: normal !important;
    line-height: 1pt;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    text-decoration: none;
    color: #9f9f9f;
    font-size: 14px;
    padding: 2px;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.nav-list a:hover {
    color: #fff;
    transition: all 0.2s;
}


.circle-container {
    width: 100%;
  }

#circleDiv {
    width: 100%;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

.circle { 
   width: 600px;
   height: 600px;
   background: #292121;
   -moz-border-radius: 300px; 
   -webkit-border-radius: 300px; 
   border-radius: 300px;
   flex: 0 0 auto;
}

.circle2 { 
   width: 580px;
   height: 580px;
   background: #402e2d;
   -moz-border-radius: 290px; 
   -webkit-border-radius: 290px; 
   border-radius: 290px;
}

.circle3 { 
   width: 560px;
   height: 560px;
   background: #403232;
   -moz-border-radius: 580px; 
   -webkit-border-radius: 580px; 
   border-radius: 580px;
   white-space: initial;
}

 .map-container {
        width: 300px;
        height: 300px;
      }

 .ra-container {
    padding-top: 150px;
    align-items: center;
    width: 100%;
    max-width: 600px;
    height: 100%;
    overflow-y: auto;
     }

/* Mobile Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
}

/* Sections */
section {
    padding: 140px 20px;
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #2a2a2a;
    background-color: #1c1c1c; 
    overflow-x: hidden;
}

h2 {
    padding: 40px;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

p {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
    color: #d4d4d4;
    font-weight: lighter;
    margin-right: 30px;
    margin-left: 30px;
    text-align: justify;
    text-justify: inter-word;
}


/* Schedule Table Container */
.schedule-container {
    padding: 5px;
    margin: 5px;
    overflow-x: auto;
}

/* Table Styles */

td:hover {
    background-color: #005555;
}

td:not(:empty) {
    transition: background-color 0.3s ease;
}

.schedule-table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 12px;
    font-weight: lighter;
    overflow: auto;
}

.schedule-table th, .schedule-table td {
    padding: 2px;
    text-align: center;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    color: #ffffff;
}

.schedule-table th {
    background-color: #333333;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.schedule-table td {
    line-height: 10.5pt;
    letter-spacing: 0.05em;
}


.menu-table {
    width: 100%;
    max-width: 800px;
    border: 0px;
    font-size: 14px;
    font-weight: lighter;
    overflow: auto;
}

.menu-table th, .menu-table td {
    padding: 2px;
    text-align: left;
    color: #ffffff;
}

.menu-table th {
    background-color: #333333;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.menu-table td {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    padding: 20px;
    color: #d4d4d4;
    font-weight: lighter;
}

/* table {
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    border: none;
    padding: 10px;
    font-weight: lighter;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 14pt;
    letter-spacing: 0.05em;
    overflow: auto;
}

th {
    padding: 10px;
    font-weight: lighter;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 14pt;
    letter-spacing: 0.05em;
}

td {
    padding: 10px;
    font-weight: lighter;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 14pt;
    letter-spacing: 0.05em;
} */

footer {
    text-align: center;
    padding: 20px 20px;
    background-color: #000;
    color: #aaa;
    font-size: 11px;
}

footer .foot  {
    text-align: right;
    font-size: 14px;
    }

.splash-container {
    position: relative;
    height: 100vh;
    background: url('./images/splashrock.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;	
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

@media (max-width: 768px) {
    .content h1 {
        font-size: 3rem;
    }

    .content p {
        font-size: 1.2rem;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: #000;
        top: 60px;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 15px 0;
    }

    section {
        padding: 40px 10px;
    }
}

@media (min-width: 769px) {
    .nav-list {
        display: flex;
    }

    section {
        padding: 100px 20px;
    }

    footer {
        padding: 30px 10px;
    }
}


@media (max-width: 768px) {
	.schedule-table {
    		width: 95%;
    		max-width: 760px;
    		border-collapse: collapse;
    		border: 1px solid #444;
    		border-radius: 4px;
            overflow: auto;
    }
	.schedule-table th, .schedule-table td {
	    padding: 2px;
	    text-align: center;
	    border-bottom: 1px solid #444;
	    border-right: 1px solid #444;
	    color: #ffffff;
	}

	.schedule-table th {
	    background-color: #333333;
	    font-size: 12px;
        padding: 8px;
	    font-weight: 8;
	    text-transform: capitalize;
	    letter-spacing: -0.5px;
	}

	.schedule-table td {
	    font-size: 12px;
        padding: 8px;
	    line-height: 10.5pt;
	    letter-spacing: 0.05em;
	}

.menu-table {
    width: 95%;
    max-width: 800px;
    border: 0px;
    overflow: auto;
}

.menu-table th, .menu-table td {
text-align: left;
color: #ffffff;
font-size: 11px;
padding: 8px;
font-weight: lighter;
line-height: 10.5pt;
letter-spacing: 0.1em;
}


.menu-table th {
    background-color: #333333;
    font-size: 10px;
    font-weight: 8;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.menu-table td {
    font-size: 11px;
    padding: 8px;
    line-height: 10.5pt;
    letter-spacing: 0.05em;
}
}

@media (max-width: 480px) {
	.schedule-table {
    		width: 95%;
    		max-width: 470px;
    		border-collapse: collapse;
    		border: 1px solid #444;
    		border-radius: 4px;
            overflow: auto;	
    }
    
	.schedule-table th, .schedule-table td {
	    padding: 1px;
	    text-align: center;
	    border-bottom: 1px solid #444;
	    border-right: 1px solid #444;
	    color: #ffffff;
	}

	.schedule-table th {
	    background-color: #333333;
	    font-size: 11px;
        padding: 8px;
	    text-transform: capitalize;
	    letter-spacing: -0.5px;
	}

    .menu-table {
        width: 95%;
        max-width: 470px;
        border-collapse: collapse;
        border: 0px;
        overflow: auto;
}

.menu-table th, .menu-table td {
    padding: 1px;
    text-align: left;
    color: #ffffff;
}

.menu-table th {
    background-color: #333333;
    font-size: 11px;
    padding: 8px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.menu-table td {
    font-size: 11px;
    padding: 8px;
    line-height: 10.5pt;
    letter-spacing: 0.05em;
    overflow: auto;
}
}