@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: #F7F7F7;
}
.navbar-brand {
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-toggle {
	float: right!important;
	border-radius: 5px;
	border: 1px solid silver;
	width: 40px;
	height: 40px;
}
.icon-bar::after {
	font-size: 1.25em;
	font-weight: bold;
	content: '\2014';
	display:block;
	line-height: .4em;
}
label {
	font-size: .9em;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 0px;
}
input[type=submit] {
	color: white;
	background-color: black;
	padding: 5px;
}
.notice {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid gray;
	margin: 10px 0;
}
.tableRow {
	border-bottom: 1px solid silver;
}
#myCarousel {
	margin:0px!important;
}
#myCarousel img {
	width: 100%;
	height: auto;
}
h1 {
	text-transform: uppercase;
	margin: 20px 0px;
}
#header {
    max-height: 550px;
    max-width: 2000px;
    min-height: 350px;
    min-width: 100%;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
}