/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
.uvu-green-room .page-header {
    height: 200px;
    padding: 0;
    display: flex;
    align-items: center;
}

h1 {
    padding: 15px;
    margin: 0 auto;
}

.side-header {
	position: relative;
    z-index: 3;
}
.side-heading {
    margin: 0;
    text-align: left;
}

.padding-bottom-80 {
	padding-bottom: 40px;
}

.button-solid {
    border-radius: 8px;
    font-size: 22px;
    padding: 10px 40px;
    text-transform: unset;
    font-weight: bold;
	margin-top: 10px;
}

.contest-links {
    display: flex;
    flex-direction: column;
}
.contest-links p {
    margin-bottom: 0;
}
.event-box .button-solid.button-solid-small {
    border-radius: 8px;
    font-size: 16px;
    padding: 5px;
    text-transform: unset;
	margin: 0;
    font-weight: 600;
	margin-bottom: 10px;
}

/*LIST CSS*/
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul>li {
	margin-bottom: 20px;
}
.fa-li {
    left: -47px !important;
	top: -5px !important;
	 color: #75B233;
    font-size: 26px;
}

/*EVENT BOXES*/
.event-box {
	margin: 5px;
    padding: 15px;
	border: 1px solid #275d38;
}
.event-info {
    color: #275d38;
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
	font-weight: 500;
}
.event-info p {
    margin: 0;
}

/*FANX LOGO*/
.fanx-logo {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: -107px;
}
.fanx-logo img {
    width: 200px;
}
.collab-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.collab-logos p {
    margin-bottom: 20px;
}

/*TIMER*/
.countdown-prompt {
    border-top: 2px solid #275d38;
    margin-top: 30px;
    padding-top: 20px;
}
uvu-countdown-timer {
	margin-top: 10px;
	--countdown-ticker-frame-size: 81px !important;
}
uvu-countdown-timer time [data-countdown-frame="seconds"] {
	display: none;
}
uvu-countdown-timer time {
	justify-content: left !important;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.side-header {
		margin-top: -20px;
		width: 70%;
		padding-left: 20px;
	}
	.side-heading {
		font-size: 32px;
	}
	
	.uvu-green-room [data-uvu-section="2"] [data-uvu-region="2"] {
		margin-top: 50px;
	}
	
	/*FANX LOGO*/
	.fanx-logo {
		bottom: -41px;
	}
	.collab-logos {
		flex-direction: row;
		justify-content: center;
	}
	.collab-logos p {
		margin-bottom: 0px;
	}
	.collab-logos p:first-child {
		margin-right: 30px;
	}
	
	/*EVENT BOXES*/
	.event-box {
		    padding: 30px;
		display: flex;
		align-items: center;
	}
	.event-info {
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 27px;
	}
	
	/*TIMER*/
	uvu-countdown-timer {
   	 --countdown-ticker-frame-size: 91px !important;
}
	uvu-countdown-timer time {
		justify-content: center !important;
	}

	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	.uvu-green-room .page-header {
		height: 300px;
	}

	.side-header {
		margin-top: -50px;
	}
	
	.padding-bottom-80 {
		padding-bottom: 80px;
	}
	
	.uvu-green-room [data-uvu-section="2"] [data-uvu-region="2"] {
		margin-top: 30px;
	}
	
	.uvu-green-room [data-uvu-section="7"] [data-uvu-region="1"] {
		margin-top: 80px;
	}
	
	/*FANX LOGO*/
	.fanx-logo {
		bottom: -100px;
	}
	.fanx-logo img {
		width: 300px;
	}
	
	.contest-links {
		    flex-direction: row;
    grid-gap: 10px;
	}
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
	/*TIMER*/
	uvu-countdown-timer {
   	 --countdown-ticker-frame-size: 88px !important;
}

	.side-heading {
		font-size: 36px;
	}
	
	
}/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1400px) {
	/*inpage header*/
	.side-header {
		padding-left: 100px;
	}


}/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1800px) {
	/*inpage header*/
	.side-header {
		padding-left: 340px;
	}


}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/