﻿@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);

html {
	position: relative;
	min-height: 100%;
}

body {
    background-color: #c7d0d8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 80px; /* Margin bottom by footer height */
}

#ContentHeader {
    background-image: url(/img/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #011526;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

#ContentBody {
	padding: 30px 0px 10px 0px;
}

#ContentFooter {
    background-color: #021d34;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px; /* Set the fixed height of the footer here */
    line-height: 25px; /* Vertically center the text there */
    padding-top: 10px;
}

a:hover {
	text-decoration: none;
}

h1 {
    font-family: 'Noto Sans', serif;
    font-weight: 700;
    font-size: 1.8em;
    color: #033568;
    text-transform: uppercase;
}

h1.SubTitle {
    font-family: 'Noto Sans', serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #021d34;
    margin-bottom: 2px;
    text-transform: none;
}

h2 {
    font-family: 'Noto Sans', serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #021d34;
    margin-bottom: 2px;
}

h2 a {
    color: #5899cb;
}

h2 a:hover {
	color: #d9b040;
}

h3 {
    font-family: 'Noto Sans', serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #021d34;
    margin-bottom: 6px;
}

.navbar-light .navbar-toggler {
	border: none;
}

.TopTitle {
    font-family: 'Noto Sans', serif;
    font-weight: 700;
    font-size: 1.8em;
    color: #033568;
    text-transform: uppercase;
}

.contentbox {
	padding: 15px;
	background-color: #f8f8f8;
	border-radius: 0;
	color: #555;
	line-height: 1.5em;
}

.reporttext a {
    color: #5899cb;
}

.reporttext a:hover {
	color: #d9b040;
}

.footertext a {
	color: #fff;
}

.footertext a:hover {
	color: #d9b040;
}

.siteinfo a {
    color: #4179a4;
}

.siteinfo a:hover {
	color: #d9b040;
}

.map-responsive{
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.reportmeta {
	font-size: 0.8em;
	color: #8b8c80;
}

.LightText {
	color: #8b8c80;
}

.badge-grey {
	background-color: #8b8c80;
	color: #fff;
}

.btn-specialred {
    background-color: #d9b040;
    color: #fff;
}
.btn-specialred:hover {
    color: #fff;
    background-color: #bb9632;
}

.MainPicBorder {
	border: 3px solid #28a745;
}

.ContentFaded {
	background: rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.3) ;
}
.ContentFaded .badge {
	background: rgba(0,0,0,0.2);
}
.ContentFaded a {
	color: rgba(0,0,0,0.3);
}
