﻿@font-face {
  font-family: Michroma;
  src: local("Michroma"),
       url(Michroma.ttf);
  font-weight: bold;
}

html, body {
    margin: 0;
    height: 100%;
    font-family: Michroma;
}

h1,h2,h3 {
    font-family: Michroma;
    font-weight: 900;
}

.body-content {
    padding-top: 66px; /*header height*/
    padding-bottom: 218px; /*footer height*/
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
}
 
footer {
    position: relative;
	margin-top: -208px; /*footer height*/
	height: 208px; /*footer height*/
	clear:both;
}

header img {    
    width: 100%;
}

header h1 {
    color: #016994;
    line-height: 45px;
    margin: 2px 2px;
}

.background-img {
    background-position: center top; 
    background-size: 100% auto; 
    background-repeat: no-repeat;
}

li {
    font-family: Michroma;
    text-align: right;
    padding-top: 5px;
    font-size: 85%

}

 li.active > a,
 .btn.active {
    color: #ff8a00 !important;
}

.btn {
    font-family: Michroma;
}

section {
    margin-left: 20px;
    margin-right: 5px;
    font-family: Open Sans;
    color: #000000;
}   

section h2 {
    width: 100%; 
    text-align: right; 
    color: #556670;
}

section h2 strong {
    color: #ff8a00;
}
section h2:before {
    content: '“';
}

section h2:after{
    content: '”';
}

section h3 {
    color: #556670;
    margin-left: -15px;
}

section h3 span.glyphicon {
    font-size: 70%;
}

.img-link {
    text-align: center;
    max-width: 299px; 
    width: 100%; 
    margin: 5px 0;
}

.navbar-top-img {
    margin-left: 10px; 
    margin-top: 4px; 
    margin-bottom: 6px;
}

.navbar-bottom-img {
    max-width: 300px; 
    width: 100%; 
    margin-top: 10px;
}

.navbar-bottom {
    width: 100%; 
    margin: 10px 5px;
    align-content: center;
    text-align: center;
}

.navbar {
    margin-bottom: 0;
}