@charset "windows-1252";
/*
Small: max-width: 400px
Smartphones: max-width: 768px;
Tablets: max-width: 992px
Small Desktop: max-width: 1200px;
Large Desktop: max-width: ...
*/

body {
	height: 100%;
}


h1 {
	font-size: 40px;
	text-align: center;
}

h2 {
	font-size: 26px;
	text-align: center;
}

a {
	cursor: pointer;
}

img {
	padding: 10px;
	width: 90%;
	height: auto;
	
}

.content.main {
	position: absolute;
	height: 100%;
}

.row {
	height: 40%;
}

.row.header {
	height: auto;
}

.row.yellow {
	background-color: yellow;
}

.row.yellow a {
	color: black;
}

.row.blue {
	background-color: blue;
	color: white;
}

.row.blue a {
	color: white;
}

.row .col-xs-4 {
	border: 1px solid #cccccc;
	height: 100%;
}

.row .col-xs-6 {
	border: 1px solid #cccccc;
	height: 100%;
}

.note {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.overlayer {
	background: #eee;
	position: fixed;
	z-index:199;
	height:100%;
	max-height: 100%;
	opacity: 0.95;
}





@media (min-width: 1200px){
	
}

