* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;

}

header {
    background-image: -webkit-linear-gradient(#00000000, #000000), url("../images/headerimage.jpg");
    color: #fff;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

nav {
    position: sticky;
    top: 0;
    background-color: #000000;
    z-index: 1;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 70px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

nav li {
    margin: 0;
}

nav a {
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

nav a:hover {
    background-color: #6e6e6e;
}

nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    
}

main {
    padding: 20px;
}

header h2{
    background: none;
}

h2 {
    font-size: 35px;
    text-align: center;
    background-color: black;
    background-clip: content-box;
    color: rgb(255, 255, 255);
    padding-top: 90px;
    margin-top: -90px;
}

h3 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

ul {
    list-style: none;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

label {
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"] {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

input[type="submit"] {
    padding: 10px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    size: 500px;
}

input[type="submit"]:hover {
    background-color: #333;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 0;
    color: #ffffff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

table {
    border-collapse: separate; 
    margin-bottom: 20px;
    width: 80%;
    margin: auto;

}

th,
td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #000000;
}

tr:nth-child(even) {
    background-color: #cacaca96;
}

.about div {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    width: auto;
    padding: 8px;
    margin: 75px;
    text-align: justify;
}

.about section{
    border: none;
}

.headerImage {
    height: fit-content;
}

.location {
    text-align: center;
}

.location iframe {
    width: 1500px;
}

.slideshow {
    text-align: center;
}

.slideshow-btn {
    background-color: #333;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;

}

.slideshow-btn:hover {
    background-color: #555;

}

.slideshow-btn:active {
    background-color: #777;

}

.slideshow-control {
    text-align: center;
}

.slide img {
    height: 500px;

}

.registration {
    text-align: center;
}

form {
    display: inline-flex;
    width: 80%;
    margin-top: 5%;
}

section{
    border: 5px solid ;;
    border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(#000000, #afafafde);
    padding-bottom: 5px;
    margin-bottom: 100px;
}

.contact{
    text-align: center;
}

.contact textarea{
    width: 400px;
    height: 200px;
    resize: both;
    margin-bottom: 5px;
}

.location div{
    font-size: 18px;
    margin-bottom: 5px;

    
}

iframe {
    text-align: center;
}