/** site behaviors **/


html {
	width:100%;
	height:100%;
}

body {
	background: #000000;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.logo {
	float:left;
	max-width: 135px;
	position:absolute;
	left:0%;
	top: 130px;
	padding: 0;
	z-index:99999;
}

.logo img {
	width:100%;
}

.splash {
	font-size: xxx-large;
	font-weight:normal;
	font-family: 'Didact Gothic', sans-serif;
	line-height: 1.2;
	text-shadow: 2px 2px 1px black;
	text-align:right;
	padding-top:70px;
}


.text {
	line-height:1.5;
	font-size:20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #eeeeee;
	text-shadow: 1px 1px #333333;
	margin-top:15px;
}


a { 
	font-size:x-large;
	text-shadow: black 1px 1px 1px;
	color: #daecff;
}

a:visited, a:active, a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color:unset;
}

.socialmedia {
	float:right;
	width:40%;
}

.socialmedia img {
	max-width:25%;
	padding: 5px 5px 0px 5px;
}

.copybox {
	width:100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 16px;
}

p {
	padding: 15px 15px 0px 15px;
}

ul {
	list-style:none;
	padding-left: 0;
	cursor: pointer;
}

.headerlayout {
	height: 75px;
}

.headertext{
	color: #cc0000;
	font-size:xxx-large;
	font-family: 'Didact Gothic', sans-serif;
	position:absolute;
	top:25%;
	left:2%;
}

/*** old stuff? **/

.catheading {
	background-color: #eeeeee;
	text-align:center;
	padding:10px;
	margin:10px;
	font-size: large;
	font-weight: bold;
}

hr {
    display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	background-color: #EA7521;
	border-color: #EA7521;
	width:70%;
}

p {
	font-size: large;
	font-weight: bold;
	line-height:1.8;
	padding-top:10px;
}

table, tr, td {
	text-align: center;
	width: auto;
	color: #daecff;
	font-size: large;
	min-width: 10px;
	border-collapse: collapse;
	border-spacing: 5px;
	padding: 0px 20px 0px 0px;
	vertical-align:top;
	margin: 0 auto;
}

th {
	color: #daecff;
	padding: 5px 10px;
	text-align: left;
}

.fields {
	margin:2px;
	width:40%;
}

textarea {
	width:40%;
	height:100px;
}

.content {
	color: #d1d1d1;
	font-family: Times New Roman;
	font-size:large;
	line-height:1.8;
}

.socialmedia {
	float:right;
	width:30%;
	text-align:right;
	position:relative;
	top:400px;
}

.socialmedia img {
	max-width:12%;
	padding: 15px 5px 0px 5px;
}

/** carousel **/

* {
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel {
    position: relative;
    height: 125px;
    overflow: hidden;
    background-color: #ffffff;
	border-bottom: 1px solid #787878;
	box-shadow: 0px 0px 2px 2px #bfbfbf;
}

.carousel-item {
    position: absolute;
    width: 100%;
    height: 160px;
    border: none;
    top: 0;
    left: 100%;
}

.carousel-item.active {
    left: 0;
    transition: all 0.3s ease-out;
}

.carousel-item div {
    height: 100%;
}

.gameday {
	border: 1px solid #3f74aa;
	border-radius: 8px;
	display:inline-flex;
	font-size:large;
	padding:5px;
	margin:5px;
	background: #ffffff;
	background: linear-gradient(131deg,rgba(255, 255, 255, 1) 45%, rgba(237, 237, 237, 1) 100%);
}



/** responsive edits **/


@media only screen and (min-width: 768px) {
	
	.logo {
		max-width:250px;
		left:0%;
		top:30px;
		z-index:99999;
		position:absolute;
	}
	
}

@media only screen and (min-width: 1200px) {
	
	.logo {
		max-width:240px;
		left:0%;
		top:30px;
		z-index:99999;
		position:absolute;
	}
}
