﻿/* 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 {
}
    .body-content {
        padding: 0;
    }
}

.navbar-brand{
    padding:0;
    padding-right:15px;
}
.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;
  color:saddlebrown;
  border-style:double;
  border-width: 0 0 5px;
}

.footer-border {  
  border-width:2px 0 0 0;
  border-color:black;
}

.img-50  { height: 50px;width:50px; }
.img-100 { height:100px;width:100px; }
.img-150 { height:150px;width:150px; }
.img-200 { height:200px;width:200px; }

.img-w50  { height:auto;width:50px; }
.img-w100 { height:auto;width:100px; }
.img-w150 { height:auto;width:150px; }
.img-w200 { height:auto;width:200px; }

.img-h50  { height:50px; width:auto;}
.img-h100 { height:100px;width:auto; }
.img-h150 { height:150px;width:auto; }
.img-h200 { height:200px;width:auto; }

.img-w200pg {
    border: solid;
    border-width: inherit;
    border-color: #D6D6D6;
    padding: 2px;
    width: 200px;
    height: 150px;
}

.blockquote p{
    font-style:italic;
    font-size:13px;    
}
.blockquote footer{
    padding-left: 20px;
    font-style:normal;
    font-size: 10px;
}
.hrfooter{
    border-top-style:solid; border-top-width: thin; border-top-color: #000000; display: block;
    vertical-align: bottom;
    padding-bottom: 10px;
}
.footertext{
    font-size: 9pt;
    color: #000000;
    font-weight: normal;
    text-align: center;
    font-family: Arial;
}
.footer{
    display: block;
    background-color: #F0F0F0;
    padding-bottom: 10px;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #868686;
    padding-top: 10px;
}
 
.footer-text{
    display: block;
    background-color: #FFFFFF;
    padding-bottom: 10px;}
.footer-text-i{
    display: block;
    background-color: #FFFFFF;
    padding-bottom: 10px;}
  .hs-i{
    font-size: 14px;
    font-style: italic;
}
.h1s-b{
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #000080;
}
  .h2s-b{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
  .h3s-b{
    font-weight: bold;
    font-family: inherit;
    font-size: 18px;
    color: #000000;
}
   .Heading1 {
            font-family: inherit;
            font-weight: bold;
            line-height: 1.1;
            color: #333333;
            font-size: 24px;
            margin-top: 25px;
            margin-bottom: 10px;
        }
  .blockquote-footer{
    padding-left: 20px;
    font-style: normal;
    font-size: 10px;
    background-color: #FFFFFF;
}
   .table-gallery{
    width: 800px;
}
.SO-Button{
    background-color: rgba(53, 126, 189, 1);
}
h4, .h4 {
    font-size: 15px;
    font-weight: bold;
}
h6, .h6 {
    font-style: italic;
    font-weight: bold;
}
h5, .h5 {
    font-size: large;
    font-weight: bold;
    color: #CC0000;
    font-family: "Arial Black";
}
.navbar .nav > li > a {
    color: black;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 0px 0 #ffffff;
}
