#full-container {
	width: 100%;
	height: 100%;
	margin-top: 25px;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
}

#sponsor-container {
	width: 700px;
	border-radius: 2px;
	border: 4px solid rgb(0, 0, 0);
}

#sponsor-label {
	min-width: 500px;
	height: 18px;
	background-color: rgba(73, 0, 0, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#label {
	margin: 0px;
	padding: 0px;
	color: rgb(0, 0, 0);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

#sponsor-logo {
	min-width: 500px;
	min-height: 50px;
	background-color: rgb(73, 0, 0);
	border-right: 1px solid rgb(0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo {
	margin: 0px;
	font-size: 30px;
	color: white;
	font-family: 'Abril Fatface', cursive;
	opacity: 0;
	-webkit-transition: opacity 2.0s linear 0s;
	transition: opacity 2.0s linear 0s;
}

#menu-container {
	width: 100%;
        min-height: 45px;
	margin-bottom: 10px;
	background-color: rgb(73, 80, 0);
	display: flex;
	align-content: center;
	justify-content: center;
        position: fixed;
}

.menu-box {
	min-width: 250px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu {
	width: 1250px;
        padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 30px;
	color: rgb(50, 0, 0);
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
	border-right: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.9);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 1px;
	font-family: 'Abril Fatface', cursive;
	font-size: 15px;
	text-decoration: none;
	transition: all 700ms;
	box-shadow: 0px 0px 0px 1px rgb(255, 255, 204), 0px 0px 0px 1px rgb(0, 0, 0) inset;
}

.menu:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5), 0px 0px 0px 3px rgb(0, 0, 0) inset;
}

.menu:active {
	background-color: rgb(255, 255, 255);
}

a {
	text-decoration: none !important;
}

.fa {
	color: white;
	position: relative;
	top: 7px;
}


.noticeBox {
	width: 800px;
	margin-top: 50px;
	border: solid 4px black;
}


.nocticeBanner {
	width: 90%;
	padding: 5px;
	border-bottom: dashed 2px black;
	font-size: 25px;
	font-weight: bold;
	color: red;
	display: flex;
	text-align: center;
	justify-content: center;
}


.noticeContent {
	width: 100%;
	padding: 3px;
	font-size: 17px;
}				