ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #252136;
}

li {
    float: left;
}

li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
    background-color: #b48f5d;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #252136;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #b48f5d;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.footerbttm {
    color: white;
    background-color: #252136;
}

.indyh1 {
    background-color: #252136;
    color: white;
    text-align: center;
}

.responsiveCal {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 16/9;
}

.responsiveCal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .responsiveCal {
        aspect-ratio: 9/16;
    }
}

footer {
    background-color: #252136;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.banner {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    display: block;
}

.infgctational {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.infgctational img {
    width: min(500px, 90%);
    height: auto;
}

table {
    border-collapse: collapse;
    width: 300px;
    margin: 0 auto;
}

th,
td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

.belts {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.belts img {
    width: 40%;
    height: auto;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
