@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
	background-repeat: no-repeat;
	background-size: contain; 
	background-position: top center; 
    border: 0;
    outline: 0;
}

@font-face {
    font-family: 'coolveticacompressed_heavy';
    src: url('../fonts/coolvetica_compressed_hv-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica_compressed_hv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'coolveticacondensed_regular';
    src: url('../fonts/coolvetica_condensed_rg-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica_condensed_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'coolveticacrammed_regular';
    src: url('../fonts/coolvetica_crammed_rg-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica_crammed_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'coolveticaregular_italic';
    src: url('../fonts/coolvetica_rg_it-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica_rg_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'coolveticaregular';
    src: url('../fonts/coolvetica_rg-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_24_display_stregular';
    src: url('../fonts/open_24_display_st-webfont.woff2') format('woff2'),
         url('../fonts/open_24_display_st-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: top center; 
}

body {
	background-color: #000; 
	font-family: 'coolveticaregular';
	font-size: larger;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none; 	
	font-weight: bold;
	color: #0076a3;
}

#contentholder {
	width: 100%;
	height: 100%;
	background-color: #000;
	margin-left: auto; 
	margin-right: auto; 
	left: 0; 
	right: 0; 
	position: fixed; 
	overflow-y: scroll;
    overflow-x: hidden;
}

#content1holder {
	height: auto;
	width: 100%;
}

#content1 {
	width: 80%; 
	margin: 5% 10%; 
	min-height: 25%;	
	display: inline-block;
	color: #FFF;
}

#biglogo {
	background-image: url('../pics/logos/intrologo.gif');	
	width: 50%; 
	height: 50%;
	margin: 12.5% 25% 6.25% 25%; 
}

#smalllogo {
	background-image: url('../pics/logos/intrologo.gif');	
	width: 25%; 
	height: 25%;
	margin: 6.25% 37.5% 6.25% 37.5%; 
}

h3 {
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 1em; 
}

div ul li {
	margin-bottom: 1em;	
}

.bigbtn {
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #0076a3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 2em;
    width: 100%;
    line-height: 2em;
    vertical-align: middle;
    font-size: xxx-large;
	margin-bottom: 1em;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.bigbtn:hover {
	cursor: pointer; 
	background-color: #005b7e;

}

.midbtn {
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #0076a3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 2em;
    width: 50%;
	margin-left: 25%;
	margin-right: 25%;
    line-height: 2em;
    vertical-align: middle;
    font-size: x-large;
	margin-bottom: 1em;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.midbtn:hover {
	cursor: pointer; 
	background-color: #005b7e;

}

.backbtn {
	background-image: url('http://battlebrains.ca/pics/ui/backbtn.png');
	width: 2em; 
	height: 2em; 
	top: 0; 
	right: 0; 
	position: absolute; 
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.backbtn:hover {
	cursor: pointer; 
	alpha: 0.5; 
}

.center {
	width: auto;
	margin: auto;
	position: relative; 
}

.centertext {
	text-align: center; 
}

#footerholder {
	width: 100%; 
	height: auto; 
	background-color: #FFF;
	float: left; 
	-webkit-box-shadow: inset 0px 0px 50px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 50px -9px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 50px -9px rgba(0,0,0,0.75);
}

#footer {
	min-height: 30%; 
	width: 80%;
	margin: 10%; 	
	display: inline-block; 
}

#footerlogo {
	width: 20%;	
	margin: 10% 40%; 
	background-image: url('../pics/logos/battlebrainsintrobrain.png'); 
}

#footerlogo:after {
  content: "";
  display: block;
  padding-bottom: 100%;		
}

#footernav {
	width: 80%; 	
}

label,input{
	float:left;
	margin: 3px 7px 3px 0px;
	line-height: 2em;
}

label,select{
	float:left;
	margin: 3px 7px 3px 0px;
}

label,input[type="submit"]{
	clear:left
}

label,textarea{
	float:left;
	margin: 3px 7px 3px 0px;
}


label {
	min-width:150px;
	width: auto; 
}

.btn {
	font-family: 'coolveticaregular';
	height: 2em;
    line-height: 2em;
	display: inline-block;
    text-align: center;
	padding: 0px 0.5em;
    background-color: #0076a3;
    color: #FFF;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border: 0px;
    -webkit-border-radius: 0;
    -webkit-text-size-adjust: 100%;
    border-radius: 0;
    -webkit-appearance: none;
	font-size: unset; 
	font-weight: bold;	
}

.whitebtn {
	font-family: 'coolveticaregular';
	height: 2em;
    line-height: 2em;
	display: inline-block;
    text-align: center;
	padding: 0px 0.5em;
    background-color: #FFFFFF;
    color: #000;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border: 0px;
    -webkit-border-radius: 0;
    -webkit-text-size-adjust: 100%;
    border-radius: 0;
    -webkit-appearance: none;
	font-size: unset; 
	font-weight: bold;
	cursor: pointer;
}

.whitebtn:hover {
	background-color: #999999; 
}

.blackbtn {
	font-family: 'coolveticaregular';
	height: 2em;
    line-height: 2em;
	display: inline-block;
    text-align: center;
	padding: 0px 0.5em;
    background-color: #000000;
    color: #FFF;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border: 0px;
    -webkit-border-radius: 0;
    -webkit-text-size-adjust: 100%;
    border-radius: 0;
    -webkit-appearance: none;
	font-size: unset; 
	font-weight: bold;	
	border: 3px solid #CCC;
	cursor: pointer;
}

.blackbtn:hover {
	background-color: #696969; 
}

.close {
	float: right;
	cursor: pointer;
}

input[type=submit] {
	font-family: 'coolveticaregular';
	height: 2em;
    line-height: 2em;
	vertical-align: middle;
	display: inline-block;
    text-align: center;
    background-color: #0076a3;
    color: #FFF;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border: 0px;
    -webkit-border-radius: 0;
    -webkit-text-size-adjust: 100%;
    border-radius: 0;
    -webkit-appearance: none;
	font-size: unset; 
	font-weight: bold;
}

select {
	font-family: 'coolveticaregular';
    padding: 0px 7px;
    background-color: #fff;

}

input[type=date] {

	background-color: #FFF;
		
}

input[type=date] {
	background-color: #FFF;
}

input[type=text] {
	font-family: 'coolveticaregular';
	padding: 0px 7px; 	
}

input[type=password] {
	font-family: 'coolveticaregular';
	padding: 0px 7px; 	
}

input[type=submit]:hover {
	cursor: pointer; 
}

textarea {
	min-width: 50%;
	height: 200px;
	float: left; 
	font-family: 'coolveticaregular';	
	padding: 3px 7px; 

}

.smalltext {
	font-size: 10px;
}

.newline {
	margin-top: 2em; 
	width: 100%; 
	line-height: 1em;
	float: left;
}

.invalid {
	color: #FF0000; 
	width: 100%;
	margin-bottom: 1em; 
}

.success {
	color: #00FF00; 
	width: 100%;
	margin-bottom: 1em; 
}

canvas {
	image-rendering: crisp-edges;	
}

.whitebricktext {
	padding: 5%;
	margin: 1em 20%; 
	font-size: xx-large;
	display: inline-block; 
	width: 50%;
	font-family: 'coolveticaregular';
	font-weight: bold;
	background-color: #FFF;
	color: #000;
	border: 5px solid #999; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	
	resize:none;
	overflow:auto;
	outline:0px;	
	
}

.whitebricktext:after {
  content: "";
  display: block;
  padding-bottom: 100%;		
}

#blackbricktextholder {
	width: 100%; 
	clear: both; 
	position: relative;
}



.smallwhitebricktext {
	float: left;
	width: 30%;
	height: 10em; 
	margin: 1em 0% 1em 5%;
	position: relative;
	overflow: unset; 
}

.blackbricktext {
	height: 10em;
	min-width: unset; 
	float: left; 
	position: relative; 
	padding: 5%;
	margin: 1em 5% 1em 0%;
	font-size: xx-large;
	display: inline-block; 
	width: 30%;
	font-family: 'coolveticaregular';
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	border: 5px solid #FFF; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	resize:none;
	overflow:auto;
	outline:0px;	
}

.blackbricktext:after {
  content: "";
  display: block;
  padding-bottom: 100%;		
}

#rightarrow {
	float: left; 
	width: 7%; 
	height: 10em;
	background-image: url('../pics/ui/arrow.png');
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
}

#rightarrow:after {
  content: "";
  display: block;
  padding-bottom: 100%;		
}