#main {
	background-image: url("/Images/Slab3.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	text-align: center;
	font-size: 1vw;
}

#Events {
	background-image: url("/Images/Light_Brown_Marble.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	text-align: center;
	font-size: 1vw;
}


h1 {
	color: black;
	font-size: 4vw;
}
 
h2 {
	color: black;
	font-size: 2vw;
}

:root {
    --menu-count: 8;
}

.mobile-menu-btn {
    display: none;
}

.logo {
    display: none;
}

.header-main {
    width: 97%;
    padding: 0 20px 0 20px;
    height: 50px;
    background-color: #FCF3CF;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 100;
}

.header-main nav {
    display: flex;
}

.header-main ul {
    height: 100%;
    padding-left: 40px;
    list-style: none;
    display: flex;
    align-self: center;
}

.header-main ul li {
    position: relative;
}

.header-main ul li a {
    display: block;
    padding: 0 10px;
    height: 100%;
    line-height: 60px;
    font-size: 1rem;
    color: green;
    background-color: #FCF3CF;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out 100ms;
}

.header-main ul li a:hover {
    background-color: #F7DC6F;
    color: green;
}

/* DROPDOWN STYLING START */

.header-main ul li ul {
    visibility: hidden;
    opacity: 0;
    display: none;
    position: relative;
    left: -40px;
    transition: all ease-in-out 100ms;
}

.header-main ul li a {
    white-space: nowrap;
}

.header-main ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

/* DROPDOWN STYLING STOP */

.header-main .sm-links {
    height: 60px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.header-main .sm-links a {
    display: block;
    height: 30px;
    margin-left: auto;
    cursor: pointer;
    align-self: center;
}

.header-main .sm-links img {
    height: 100%;
}

@media screen and (max-width: 600px) {
    
    .header-main {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
        justify-content: center;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        background-color: white;
    }
    
    .mobile-menu-btn img {
        height: 80%;
        align-self: center;
    }
    
    .header-main {
        height: 100vh;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        justify-content: flex-start;
    }
    
    .header-main nav {
        width: 100%;
        height: 80vh;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: stretch;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .header-main .logo {
        height: 30%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
    
    .header-main .logo img {
        height: 60%;
        align-self: center;
    }
    
    .header-main ul {
        height: 70%;
        width: 100%;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-between;
    }
    
    .header-main ul li {
        width: 100%;
        height: calc(100% / var(--menu-count));
        padding: 0;
        margin: 0;
        border-top: 1px solid black;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        transition: all ease-in-out 100ms;
    }
    
    .header-main ul li:nth-last-child(1) {
        border-bottom: 1px solid black;
    }
    
    .header-main ul li a {
        width: 100%;
        height: fit-content;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 2.5rem;
    }
    
    .header-main ul li a:hover {
        background-color: #F7DC6F;
        color: green;
    }
    
    .header-main ul li ul {
        display: none;
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        top: 0;
        z-index: 2000;
        left: 0;
    }
    
    .header-main ul li ul li {
        height: fit-content;
        display: block;
        background-color: #FCF3CF;
    }
    
    .header-main ul li ul li a {
        background-color: #FCF3CF;
        color: green;
    }
    
    .header-main ul li ul li a:hover {
        background-color: #F7DC6F;
        color: green;
    }
    
    .header-main ul li:focus>ul,
    .header-main ul li:hover>ul {
        display: flex;
        opacity: 1;
    }
    
    .header-main .sm-links {
        width: 100%;
        height: 20vh;
        margin: 0;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;    
    }
    
    .header-main .sm-links a {
        height: 60%;
        margin: 0 2%;
        padding: 0;
    }
    
}

.list-style-one {
	text-align:center;
	list-style-position: inside;
	
}

.container {
	position: relative;
	width: 600px;
	display: flex;
	align-items: center;
	margin: auto;
}

.swiper {
	width: fit-content;
	height: fit-content;
	z-index: -1;
}

.swiper-slide img {
	width: 100%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
	color: white;
}

.swiper .swiper-pagination-bullet-active {
	background: white;
}

#sponsor {
	border: 3px solid black; 
	border-collapse: collapse;
	margin: 30px;
	background-color: #FCF3CF
}

#sponsor {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #F7DC6F;
	color: green;
	font-size: 1.75vw;
	border-bottom: 2px solid black;
}

#sponsor {
	font-size: 1vw;
	color: black;
	padding-left: 40px;
	padding-bottom: 60px;
	border-bottom: 1px solid black;
}

.zoom {
	transition: transform .2s;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.zoom:hover {
	-ms-transform: scale(3.0);
	-webkit-transform: scale(3.0);
	-moz-transform: scale(3.0);
	transform: scale(3.0);
	-o-transform: scale(3.0);
}

