﻿body
{
	font-family: Calibri;
	color: #262626;
	background-color: #262626;
}
.container-fluid
{
	background-color: white;	
}
.coloredRow
{
	background-color: #262626;
	height: 100%;
	color: white;
}
.headerRow
{
	height: 100%;
	color: white;
    background: linear-gradient(#262626 90%, #e60000 10%);
}
.footerRow
{
	height: 100%;
	color: white;
    background: linear-gradient(to top, #262626 86%, #e60000 14%);
}
.headerCols
{
	margin-bottom: 1%;
}
.logo
{
	margin-top:1%;
	width: 60%;
}
h1
{
	font-family: Verdana;
	font-size: 400%;
}
h2
{
	font-family: Verdana;
	font-size: 200%;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
h3
{
	font-size: 200%;
}
h4
{
	font-size: 135%;
	padding: 0px;
	margin: 0px;
}
h5
{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 100%;
}
h6
{
	text-align: center;
	font-size: 225%;
}
p
{
	font-size: 125%;
}
.headerText
{
	margin-top: 5%;
}
.headerTextAlignment
{
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.navBarStyle
{
 	box-shadow: 0px 5px 5px #888888;
	padding: 5px 0 5px 0;
	font-size: 155%;
}
.navBarButton
{
	float: left;
}
.navBarAlignment
{
	margin-left: -26px;
}
.mainPictureRow
{
	margin-left: -17px;
}
.mainPicture
{
	width: 100%;
}
.map
{
	width: 100%;
	height: 40em;
}