﻿
@media only screen and (max-width : 768px) {
    .example2 .navbar-brand > img {
        height: 30px;
    }

    .header-right {
        text-align: center;
        float: none !important;
    }

    .header-left {
        float: none !important;
        text-align: center;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width : 768px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .navbar-default {
        margin-bottom: 20px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .banner {
        height: 45% !important;
    }
}

.home-images img {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 220px;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}

.inner-page-image {
    width: 60%;
    float: left;
    padding: 10px;
}

.inner-page-image-home {
    width: 40%;
    float: left;
    padding: 10px;
}

.inner-page-image-bottom {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.inner-page-image-bottom-art {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.inner-page-text {
    padding-top: 10px;
    font-size: larger;
    color: white;
}

.contact-text {
    padding-top: 10px;
    font-size: larger;
    color: white;
    text-align: center;
}

.about-text {
    padding-top: 10px;
}

    .about-text p {
        font-size: larger;
        text-indent: 0px;
        text-align: justify;
    }

body, html {
    background-color: #263b79;
    height: 100%;
}

.header-right, .header-left {
    color: white;
}

#header-top, #footer {
    border: 1px solid black;
    background-color: #3C508D;
    color: white;
}

.header-inner {
    padding-top: 5px;
    display: block;
    font-size: 12px;
}

.header-right {
    float: right;
}

.header-left {
    float: left;
}

.navbar-nav li a {
    line-height: 50px;
}

.navbar-brand > img {
    height: 50px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: lightblue; /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { /* current page button */
    color: black;
    background-color: lightblue;
}

.navbar-default {
    background-color: #263b79;
    border-color: #263b79;
    margin-bottom: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: white; /*Change rollover cell color here*/
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

h3, h4 {
    text-align: center;
}

p, h3, h2, h1, h4, li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.banner {
    height: 40%;
    background-image: url('../images/bighomeimage.jpg');
    background-size: cover;
    background-position: 50% 60%;
}

.glyphicon {
    padding-left: 3px;
    padding-right: 3px;
}

#lenders-container {
    padding-bottom: 20px;
}

.middlebar {
    border: 1px solid black;
    background-color: #263b79;
}

    .middlebar h2 {
        color: white;
        padding: 20px !important;
        margin: 0 !important;
        text-align: center;
        text-shadow: black 2px 2px 3px;
    }

    .middlebar p {
        text-align: center;
        color: white;
        text-shadow: black 2px 2px 3px;
    }

.contactinfo {
    padding-top: 2%;
}

    .contactinfo h4 {
        padding-top: 10px;
    }

.contactmap {
    padding: 10px;
}