@import url("/?originalUrl=http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DRaleway%3A400%2C600%2C800");

b {
font-weight: 600;
}

p {
font-size: 125%;
}

html, body {
height: 100%;
font-family: 'Raleway';
scroll-behavior: smooth;
}

body {
padding-top: 150px;
overflow-x: hidden;

}

.full-height {
height: 100%;
}

.center-vertical {
top: 40%;
transform: translateY(-50%);
}

.animated {
-webkit-animation-fill-mode: both;
-webkit-animation-duration: 1000ms;
animation-fill-mode: both;
animation-duration: 1000ms;
}

@-webkit-keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
100% {
	opacity: 1;
}
}	

@keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
100% {
	opacity: 1;
}
}

@-webkit-keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

@keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

@-webkit-keyframes fadeInUp {
0% {
	opacity: 0;
	transform: translateY(100%);
}
100% {
	opacity: 1;
}
}

@keyframes fadeInUp {
0% {
	opacity: 0;
	transform: translateY(100%);
}
100% {
	opacity: 1;
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

.hack {
color: #333;
font-weight: 600;
}

.mann {
font-family: "Roboto Mono", monospace;
color: #9E191F;
font-weight: 800;
}

.scroll-anchor {
position: relative;
top: -200%;
}

.schedule {
font-size: 125%;
}

#header {
height: 100%;
}

#c2a {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 7.5%;
}

#c2a a {
display: block;
height: 100%;
}

#c2a a:hover {
opacity: 0.75;
}

#c2a img {
height: 100%;
width: auto;
}

#header-logo {
position: relative;
margin-top: 0;
margin-bottom: 0;
}

#header-logo-text {
position: relative;
overflow: hidden;
font-size: 25px;
}

@media (min-width: 768px) {
#header-logo-text {
	font-size: 50px;
	white-space: nowrap;
}
}

@media (min-width: 992px) {
#header-logo-text {
	font-size: 75px;
}
}

@media (min-width: 1200px) {
#header-logo-text {
	font-size: 100px;
}
}

@-webkit-keyframes headerTextAppear {
0% {
	width: 0;
	left: 50%;
	right: 50%;
}
100% {
	width: 100%;
	left: 0;
	right: 0;
}
}

@keyframes headerTextAppear {
0% {
	width: 0;
	left: 50%;
	right: 50%;
}
100% {
	width: 100%;
	left: 0;
	right: 0;
}
}

.headerTextAppear {
-webkit-animation-name: headerTextAppear;
-webkit-animation-duration: 450ms;
-webkit-animation-delay: 550ms;
animation-name: headerTextAppear;
animation-duration: 450ms;
animation-delay: 550ms;
}

.chevron {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}

.chevron img {
display: block;
height: 100%;
width: auto;
}

.chevron-left {
left: 0;
}

.chevron-right {
right: 0;
}

@-webkit-keyframes chevronLeftSlide {
0% {
	transform: translateX(50%);
}
100% {
	transform: translateX(0);
}
}

@keyframes chevronLeftSlide {
0% {
	transform: translateX(50%);
}
100% {
	transform: translateX(0);
}
}

@-webkit-keyframes chevronRightSlide {
0% {
	transform: translateX(-50%) scaleX(-1);
}
100% {
	transform: translateX(0) scaleX(-1);
}
}

@keyframes chevronRightSlide {
0% {
	transform: translateX(-50%) scaleX(-1);
}
100% {
	transform: translateX(0) scaleX(-1);
}
}

.chevronLeftSlide {
-webkit-animation-delay: 500ms;
-webkit-animation-duration: 500ms;
animation-delay: 500ms;
animation-duration: 500ms;
-webkit-animation-name: chevronLeftSlide;
animation-name: chevronLeftSlide;
}

.chevronRightSlide {
-webkit-animation-delay: 500ms;
-webkit-animation-duration: 500ms;
animation-delay: 500ms;
animation-duration: 500ms;
-webkit-animation-name: chevronRightSlide;
animation-name: chevronRightSlide;
}

#contact img {
height: 100px;
width: auto;
margin-top: 15px;
}

#contact a:hover {
opacity: 0.75;
}

#sponsors img {
height: 150px;
width: auto;
margin-top: 15px;
}

#sponsors a:hover {
opacity: 0.75;
}


.box{
position: relative;
display: inline-block; /* Make the width of box same as image */
}
.box .text{
position: absolute;
z-index: 999;
margin: 0 auto;
left: 0;
right: 0;
top: 40%; /* Adjust this value to move the positioned div up and down */
text-align: center;
width: 60%; /* Set the width of the positioned div */
}

h2 {
font-size: 24px;
}

h3 {
font-family: "Roboto Mono", monospace;
}

.subtitle {
font-family: 'Raleway', sans-serif;
}

.day-header {
margin-top: 2%;
}

fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
background: #3B5998;
color: white;
}

.fa-twitter {
background: #55ACEE;
color: white;
}

.fa-instagram {
background: #125688;
color: white;
}

.prizes {
	font-size: 18px;
}

.reg-btn {
	font-size: 18px;
	font-family: "Roboto Mono", monospace;
}

.card-body {
	font-size: 16px;
}

.socials {
	font-size: 14px;
	font-family: "Roboto Mono", monospace;
}

.dark-text {
	color: #000000;
}

.mono {
	font-family: "Robot Mono", monospace;
}