/* CSS Document */
/* Afew Admin processing error / success styles */
html {
	scroll-behavior: smooth;	
}
.stop {
	color:red;
	background-color:#ffe2e2;
}
.go {
	color:green;
	background-color:#edffcf;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}
a {
	color: #ffc600;
	text-decoration: none;
}
a:hover {
	color: #ff9313;	
}
body {
	font-family: 'Roboto',Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;	
	background-color: #555;
	/*background-image: url(http://jouster.ca/images/gojetsgo.png);*/
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.clearlft {
	clear: left;	
}
h2, h3 {
	color: #CCC;	
}
#main {
/*Top margin number to accommodate the Rules page*/
	margin: 210px auto;
	width: 86%;
	text-align: center;
	max-width: 700px;
	min-width: 360px;
}
#title_holder {
	font-family: 'Roboto',Verdana, Geneva, sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.main_title {
	font-family: 'Roboto',Verdana, Geneva, sans-serif;
	margin: 0px;
	width: 100%;
	padding: 20px 0px;
	background-color: #333;
	color: #CCC;
	z-index: 30;
}
.red_horse {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -210px;	
}
.blue_horse {
	position: absolute;
	top: 10px;
	right: 50%;
	margin-right: -210px;	
}
.secondary_title {
	font-family: 'Roboto',Verdana, Geneva, sans-serif;
	margin: 0px;
	width: 100%;
	padding: 12px 0px;
	background-color: #00afb1;
	color: #333;
	position: relative;	
	z-index: 20;
}
.third_title {
	font-family: 'Roboto',Verdana, Geneva, sans-serif;
	margin: 0px;
	width: 100%;
	padding: 6px 0px;
	background-color: #00cfd1;
	color: #333;
	box-shadow: 0px 14px 30px 0px #222;	
	position: relative;
	z-index: 10;
}
.redtext {
	color: #C03;	
}
.announcements h1, .announcements h2, .announcements h3 {
	color: #C03;
	margin-bottom: 6px;	
}
.announcements h3 {
	margin-bottom: 6px;
	margin-top: 20px;
}
.announcements {
	color: #333;
	padding: 5%;
	margin-bottom: 40px;
	width: 90%;
	text-align: center;
	background-color: #fff1c1;
	border: 1px solid #C03;
	border-radius: 20px;
}
.announcements p {
	text-align: left;	
}
.announcements a {
	font-weight: 500;
	color: #C03;
	text-decoration: underline;
}
.announcements a:hover {
	text-decoration: none;
}
#video-holder {
	width: 300px;
	height: 534px;
	border: 3px solid #333;
	margin: 0px;
	text-align: left;	
}
#hs-icon {
	padding: 0px 10px 0px 0px;
	float: left;
	height: 57px;
	width: 57px;
}
p.tinytext {
	font-size: .8em;
	text-transform: none;
	padding-top: 6px;
	padding-left: 8px;
}
.dotted_line {
	height: 8px;
	background: transparent url(../images/dot.png) repeat-x;
	opacity: .7;
}
hr {
	margin: 20px;
	border: 2px dotted #222;
}
/*Common button styles*/
input[type=button].standard, input[type=submit].standard {
	text-transform: uppercase;
	display: block;
	padding: 16px 30px;
	border: 2px solid #333;
	border-radius: 34px;
	margin: 30px auto;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 900;
	min-width: 220px;
	/*Stop ios from adding white gradient and proprietery styling to buttons*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.yellow {
	background-color: #ffc600;
	color: #333;	
}
.yellow:hover {
	background-color: #ff9313;
} 
.green {
	background-color: #47ae2f;
	color: #333;	
}
.green:hover {
	background-color: #2a661c;
}
.red {
	background-color: #fe6363;
	color: #333;	
}
.red:hover {
	background-color: #b61515;
}
input[type='button'].blue {
	background-color: #57afe7;
	color: #333;
}
input[type='button'].blue:hover {
	background-color: #206595;
}
input[type='text'], input[type='password'] {
	border: 2px solid #c8c8c8;
	background-color: #f4f4f4;
	padding: 6px;
	margin: 0px;
}
/*Visually show only lower case so if a user enters a cap it still shows as a lower case
This only happens visually, however the js function format_creds() will strip white space and covert all characters to lower case*/
input[type=text]#em, input[type=text]#un, input[type=text]#sc {
	text-transform: lowercase;	
}
/*Green hover and focus state on form inputs*/
input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus {
	background-color: #d7ffd5;
	border: 2px solid #47ae2f;
}

@media screen and (max-width: 2030px) {
}
@media screen and (max-width: 1030px) {
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 520px) {

}