﻿html,
body {
    height: 100%;
}

body {
    font-size:16px;
    padding-top: 50px;
}

#MainContent {
    margin-top:10px;
}

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

footer {
    margin: 50px 0;
}

.text-red {
    color: #d81307;
}

.bg-red {
    background-color: #d81307;
}

.navbar-brand {
    font-style: italic;
    padding:15px 5px;
}

.navbar-brand #fg {
    font-weight:bold;
    font-size:32px;
}

.navbar-brand #inc {
    font-size: 16px;
}

.nav > li > a {
    padding: 14.5px 12px;
}

.btn-red {
    color: #FFF;
    background-color: #d81307;
}

.jumbotron p {
    font-weight: 400;
}

.jumbotron h1 {
    text-align: center;
}

.jumbotron h5 {
    text-align: center;
    margin-bottom: 40px;
}

.lead {
    font-weight: 400;
}

.jumbotron {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
}

.page-header {
    font-weight: 400;
}

.request-section-header {
    color: #2780e3;
}