﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.jumbotron {
    border: thick solid #000000;
    padding: 0px 30px 30px 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 3;
    color: #000000;
    background-color: #CCCCCC;
    font-family: "Arial Black";
    text-align: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    padding: 15px;
    border: thin solid #FF0000;
    color: #FFFFFF;
    background-color: #1F2286;
    width: 175px;
    height: 100px;
}
.btn-default:hover, .btn-default:focus, .btn-group.open .dropdown-toggle.btn-default {
    background-color: #eeeeee;
    border-color: #e2e2e2;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #FFFFFF;
    background-color: #324A78;
}
.btn-primary{
    background-color: #5476B8;
    color: #FFFFFF;
}

.footer{
    display: block;
    background-color: #2C3E50;
    padding-bottom: 10px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #C0C0C0;
    padding-top: 10px;
    width: 100%;
    height: 50px;
}
.footer-text{
    display: block;
    background-color: #2C3E50;
    padding-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    height: 50px;
}
.navbar {
    border-style: solid;
    border-color: transparent;
    position: relative;
    min-height: 50px;
    margin-bottom: 2px;
    height: 50px;
}
.navbar-brand{
    padding-bottom: 0;
    padding-left: 30;
}
.navbar-inverse {
    background-color: rgba(255, 255, 255, 1);
    border-color: #080808;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: rgba(53, 126, 189, 1);
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgba(53, 126, 189, 1);
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-style: none;
    border-width: 0 0 0px 0;
}
.h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #5476B8;
    font-family: "Arial Black";
}
