
/* ====================== Mobile and Up ========================== */


		h1.main-header {
		color:  black;
		}

		span.top-header {
		color: black;
		}

		span.mid-header {
		color:  black;
		}

		span.bottom-header {
		color: black;
		}
		.button-wrapper {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: center;
		}

		a.button-shadow.button-shadow-green-l2 {
		width: 50vw;
		margin: 10px;
		font-size: 30px;
		}

		.subheadings {
		font-size: 50px;
		/* text-align: center; */
		}

		p.about-text-wrapper {
		font-size: 30px;
		font-family: 'Rajdhani';
		}

		.date-wrapper {
		font-size: 30px;
		font-family: 'Rajdhani';
		font-weight: 800;
		display: flex;
		}

		.agenda-wrapper {
		font-size: 30px;
		font-family: 'Rajdhani';
		font-weight: 200;
		    padding-left: 20px;
		}

		.judges-wrapper {
		font-size: 30px;
		font-family: 'Rajdhani';
		/* font-weight: 800; */
		}
		.process-td {
    width: 30vw;
    height: 18vh;
    /* padding-bottom: 10px; */
}

tr.process-tr {
    margin-bottom: 20px;
}
		.comp-tr {
    font-size: 30px;
    font-family: 'Rajdhani';
    font-weight: 400;
}
		td.comp-td {
    width: 40vw;
    font-weight: 800;
    height: 10vh;
		padding-left: 20px;
}
.judges-body-text {
    font-size: 30px;
    font-family: 'Rajdhani';
    font-weight: 500;
}
		.comp-table {
    display: flex;
    justify-content: center;
}
		.hotel-body-wrapper{
		 font-size: 30px;
    font-family: 'Rajdhani';
    font-weight: 300;
		}
		td.comp-td-info {
    padding-right: 50px;
    width: 40vw;
}
		.header-opacity-2 {
    background-color: rgb(254 251 251 / 62%);
}
		.mid-header{
			font-size: 10vh;
		}




/*End mobile and up styles*/
/* ====================== Mobile  ========================== */
@media only screen and (max-width: 768px) {
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Tablet (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 996px) and (max-width: 1100px){
	
}
/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	

}/*end media query*/
/*End desktop only styles*/

/* ====================== XL Screens Only (Overrides Mobile and Tablet and Desktop Styles) ========================== */
@media only screen and (min-width: 1200px) {
	

}/*end media query*/ 
/*End extra-large-screen styles*/
/*END OF DOCUMENT*/

