body, html {
    height: 100%;
    margin: 0;
    text-align: center;
}

div#content {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
      margin: auto;
}

.carousel-item {
	justify-content: center;
}

div#main-content {
	display: block;
	padding-top: 1em;
	width: 90%;
	padding-left: 10%;
}

div#main-content a {
	text-decoration: none;
	color: #c2272f;
}

div#main-content a:hover { 
	font-weight: bold;
}

div#main-background img {
  	opacity: 0.05;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
div#register {
	width: 300px;
	height: 50px;
	background-color: #c2272f;
	color: white;
	text-align: center;
	vertical-align: middle;
	display: table;
}

div#register_teams {
	margin-left: 250px;
	width: 300px;
	height: 50px;
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	display: table;
}
div#register_teams span {
	vertical-align: middle;
	display: table-cell;
	font-size: 25px;
}
div#register span {
	vertical-align: middle;
	display: table-cell;
	font-size: 25px;
}

a#registerLink {
	padding: 10px;
}

div#main-background img {
  	opacity: 0.05;
}

div#header div.row {
	margin: 0;
}

div#header-title {
	font-size: 4em;
	font-weight: bold;
	padding-top: 40px;
}

div#header-nav ul {
	list-style: none;
    margin-top: 15px;
    font-size: .75em;
}

div#header-nav ul li {
	display: inline-block;
    padding: 0 13px 0 0;
    font-size: 1.5em;
    font-family: "Arial";
}

div#header-nav ul a {
	color: black;
    text-decoration: none;
}

div#header-nav ul a:link {
    color: black;
	text-decoration: none;
}

div#header-nav ul a:hover {
    color: #c2272f;
	text-decoration: none;
}

div#header-nav ul li a.selected {
	color:#c2272f;
}

div#container {
	width: 90%;
	overflow: hidden;
	background: transparent;
	margin: 0 auto;
}

div#photo-carousel {
	max-width: 800px;
}

.padl-15 {
	padding-left: 15px;
}

.full-image {
	max-width: 60%;
	margin-left: 20%;
	margin-bottom: 20px;
}

.video {
	margin-bottom: 20px;
	width: 800px;
	height: 500px;
}

div.news-post {
	font-weight: bold;
	font-size: 1.5em;
}

td.announce {
	font-family: "Arial";
    font-size: 2em;
}

div.news-title {
	font-weight: bold;
}

td.event-name {
	text-align: left;
    font-family: "Arial";
    font-size: 2em;
    color: #c2272f;
}

td.event-detail-label {
	width: 30%;
	font-weight: bold;
	text-align: right;
	padding-right: .5em;
	vertical-align: top;
}

div.event-spacer {
	height: 3em;
}

div.disclaimer {
	font-weight: bold;
	font-size: 1.5em;
}

div.disclaimer2 {
	font-weight: bold;
	font-size: 1em;
}

div.location {
	font-weight: bold;
	font-size: 1.5em;
}

div.covid {
	font-weight: bold;
	font-size: 1.5em;
	color: #c2272f;
}
div.sponsor-title {
	font-weight: bold;
	font-size: 1.5em;
}

div.event-spacer2 {
	height: 2em;
}

div#contact-info table {
	margin: 0 auto;
}

.col-centered {
	display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    text-align: center;
}

@media (max-width: 1024px) {
    div#header .header-img {
    	display: none;
    }

    div#main-background img {
    	opacity: 0.03;
    	height: auto;
    }

    div#header-title {
		font-size: 2.5em;
		font-weight: bold;
		padding-top: 20px;
	}

	div#main-content, div#content {
		width: 100%;
		margin: 0;
		padding: 0 10px 0 10px;
	}

	img#twitter {
		padding-left: 15px;
	}

	div#header-nav ul li {
	    font-size: 1.2em;
	}

	div#header {
		text-align: left;
	}

	.video {
		margin-bottom: 20px;
		width: auto;
		height: auto;
	}

	div.friend-container .col, div.friend-container .text-right {
		display: inline-block;
	    float: none;
	    /* reset the text-align */
	    text-align: left;
	    /* inline-block space fix */
	    margin-right: -4px;
	    text-align: center!important;
	    padding-bottom: 2em;
	}
}