@import url('https://fonts.googleapis.com/css?family=Roboto');
.navbar {
	margin-bottom: 0;
	min-height: 30px;
	position: fixed;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out; }
	@media only screen and (min-width: 900px) {
		.navbar {
			max-height: none;
			overflow: visible; } }
	.navbar.navbar-fixed-top {
		border-color: #dddddd;
		border-width: 0 0 1px;
		left: 0;
		right: 0;
		top: 0; }
.navbar.navbar-default {
		background-color: white;
		background-image: url('nav-bar.png');
		border-bottom: 1px solid #6f6f6f;
		background-position-y: center;
		background-repeat: no-repeat; }
.navbar .container-fluid {
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px; }
.navbar .container-fluid .navbar-header .navbar-brand {
			background: url('brand_logo.png') 0 50% no-repeat;
			width: 125px;
			height: 30px;
			text-decoration: none; }
	.container {
	border: 1px solid rgba(0, 0, 0, 0.33);
	padding: .5rem;
	border-radius: .5rem; }
	
	#mainContent {
	margin: 0 auto; }
	@media only screen and (max-width: 750px) {
		#mainContent {
			padding: 25px 0; } }
	@media only screen and (min-width: 750px) {
		#mainContent {
			padding: 0 5px; } }
	
	#mainContent.fatalError h3 {
	color: #ff414a;
	font-size: 2rem;
	text-align: center}

#mainContent.fatalError p {
	font-family: roboto, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.5rem;
	margin: 1rem;
	text-align:center;
	padding-top:50px;}

