﻿/* Move down content because we have a fixed navbar that is 90px tall */
body {
    padding-top: 90px;
    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;
    }
}
.navbar-collapse collapse {
    background-color: #0081C7;
}
.carousel-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.head {
    text-align: right;
    margin-top: 10px;
    color: #0081C7;
    font-size: 18px;
}

.home-content {
    margin: 5px 5px 10px 15px;
	padding: 2px 2px 2px 10px;
}
.home-content h1 {
    font: bold xx-large Pristina, Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
    color: #0081C7;
    text-decoration: underline;
    text-align: center;
    margin-top: 2px;
}
.home-content h2 {
    font: bold large Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
    margin-top: 10px;
}
.home-content h3 {
    font: bold large Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
    margin-top: 10px;
    text-align: center;
}

.home-content h5 {
    font: bold large Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 5px;
    background-color: #0081C7;
    color: white;
    text-align: center;
}
.home-content p {
    font: 14px Arial, Helvetica, sans-serif;
}
.bold {
    text-align: center;
}
.navbar-brand {
    padding: 0;        
}

.navbar-brand img {
    margin-top: 5px;
    margin-left: 5px;
}
.navbar-brand h1{
    font: bold xx-large Pristina, Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
    color: #0081C7;
}
.img-lf {
    max-width: 100%;
    margin-right: 15px;
	margin-top: 6px;
    margin-bottom: 6px;
    float: left;
}
.img-rt {
    margin-left: 15px;
	margin-top: 6px;
    margin-bottom: 6px;
    float: right;
}
.bold-right-line {
	font-weight: bold;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #0081C7;
}
.text-hyperlink {
	text-decoration: underline;
	color: #000000;
}
.bottomFootprint {
    padding-top: 10px;
    background-color: cornflowerblue;
}
.foot-content {
    text-align: center;
}
.foot-content h2 {
    font: bold large Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
    margin-top: 10px;
    color: white;
    text-decoration:underline;
}
.foot-content p {
    font: 14px Arial, Helvetica, sans-serif;
    color: white;
}
.foot-hyperlink {
    color: white;
    text-decoration: underline;
}
.myfooter {
    background-color: royalblue;
    color: white;
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
}
.row {
   margin-top: 15px;
}
.col-home {
    border-right: 2px solid white;
    border-left: 2px solid white;
}
/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

