/* Reset default browser styles */
body, h1, h2, p {
    margin: 0;
    padding: 0;
}

/* Set a background color and text color for the body */
body {
    background-color: #f0f8ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

/* Styling for the header */
header {
    background-color: #00008b;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px; /* Adjust this value to move the text away from the logo */
    height: 110px; 
    line-height: 110px; /* Align text vertically in the middle */
    background-size: 200px auto;
}
.logo {
    margin: 0; 
    padding: 0; 
}
.logo img {
    max-width: 100%;
    height: auto;
}
/* Styling for the navigation bar */
nav {
    text-align: center;
    background-color: #1e1e1e;
    padding: 10px 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

nav a:hover {
    background-color: #333;
}
nav a:active {
    color: purple;
}

/* Styling for the main content area */
.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    margin-bottom: 80px;
    overflow: auto; /* Clear floats */
}

/* Styling for the footer */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
	
}
/* Style for the unordered list */
ul {
  margin-top: 20px; /* Add space above the list */
  margin-bottom: 20px; /* Add space below the list */
  padding-left: 20px; /* Add left padding to align with text */
}

/* Style for list items */
ul li {
  margin-bottom: 10px; /* Add space between list items */
  line-height: 1.4; /* Increase line height for better readability */
}
.Promo {
    font-family: Arial, sans-serif;
    text-align: center;
	margin-bottom: 80px; /* tries to keeps footer out of paragraph */
}
#promo p {
    margin-bottom: 80px; /* actually keeps footer out of paragraph */
}


.indexhero {
    text-align: center; 
    margin-top: 20px; /* Add some space between the image and the navigation bar */
}

.indexhero img {
    max-width: 100%; /* Ensure the image doesn't exceed its container's width */
    height: auto; /* Maintain aspect ratio */
    max-width: 1175px; 
    margin-top: 20px; /* Add some space between the image and the navigation bar */
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}
.Experience {
    text-align: center;
    padding-bottom: 2px;
}
.about {
    font-family: Arial, sans-serif;
}

ul {
    padding: 2px;
}

li {
    padding: 4px;
}

.Coursehero1 {
    position: relative;
    height: 400px; 
    overflow: hidden; 
	margin-bottom: 80px; /* needed to keep the footer out again */
}

.image-left, .image-right {
    width: 50%; 
    height: 100%; 
    float: left; 
    position: relative; /* Position the image containers relative to the parent */
    padding: 10px; 
    box-sizing: border-box; 
}

.image-right {
    float: right; 
}

.Coursehero1 img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; /* Scale the image to cover the entire container */
    border: 1px solid #ddd; 
}

/* Styling for the tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

table th {
    background-color: #A9A9A9;
}

/* Styling for the table headers */
th {
    background-color: #A9A9A9;
    color: #000000;
    padding: 10px 0;
    font-size: 16px;
}

/* Styling for the table cells */
td {
    padding: 10px;
    font-size: 14px;
}

/* Styling for alternate row colors */
tr:nth-child(even) {
    background-color: #ADD8E6;
}

.pricing {
    text-align: center;
}

#Events {
    text-align: center;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#Contact {
    text-align: center;
    margin-bottom: 40px;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.contact-info p {
    margin-bottom: 10px;
}

.contact-form {
    float: left;
    width: calc(50% - 10px); 
    margin-right: 20px; 
    padding: 20px; 
    border: 3px solid #000; 
    box-sizing: border-box; 
}
.contact-form input[type="submit"] {
    background-color: #337ab7;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 10px; 
}




.reservation-form {
    float: right;
    width: calc(50% - 10px); 
    padding: 20px; 
    border: 3px solid #000; 
    box-sizing: border-box; 
}
.reservation-form input[type="submit"] {
    background-color: #337ab7;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 55px; 
}



.divider {
    border-top: 2px solid #ccc;
    margin: 20px 0;
}

.event-image {
    max-width: 80%;
    width: 80%;
    height: auto;
}

#Events {
    margin-bottom: 60px; 
}
