/*
    * Debtor Services Styles
    * Created by Mitch Sporar, Venturetech Solutions
 */

body
{
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Open Sans' ,Sans-Serif;
    font-size: 12pt;
    line-height: 1.5;
    background-image: url("/images/banner-bg.png");
    background-position: center 110px;
    background-repeat: no-repeat;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */


.masthead
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #cccccc;
}
.logoContainer
{
    xmargin-left: -30px;
}
#logo
{
    margin: 5px 0 5px 0;
}

.banner .bgraphic
{
    float: left;
}
.banner .btitle
{
    float: right;
}
.banner .btitle h1
{
    font-family: Oswald;
    font-size: 40pt;
    line-height: 1.25;
    text-shadow: 0px 0px 0px transparent;
    text-transform: uppercase;
    color: #673c65;
}

.contentMain
{
    margin: 10px 0px 10px 0px;
}
.contentMain p
{
    width: 95%;
    margin: 15px 0px 10px 20px;
}

.footerContainer
{
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #666666;
    padding: 20px;
    color: #fff;
    font-size: 85%;
}
.footerContainer p
{
    text-align: center;
}
.footerContainer p a
{
    color: #76d9ff;
    text-decoration: none;
    font-weight: 600;
}
.footerContainer p a:hover
{
    text-decoration: underline;
}

@media (min-width: 1800px)
{
    .container
    {
        width: 85%;
    }
}
@media (max-width: 1799px)
{
    .container
    {
        width: 95%;
    }
}
@media (max-width: 1350px)
{
    .container
    {
        width: 100%;
    }
}
@media (max-width: 1050px)
{
    .banner .btitle h1
    {
        font-size: 35pt;
    }
}

@media (max-width: 991px)
{
    body
    {
        background-image: none;
    }
    .banner .bgraphic 
    {
        float: none;
        display: inline-block;
        margin: 0px auto 0px;
        text-align: center;
    }

}

@media (max-width: 767px)
{
    .banner .btitle h1
    {
        font-size: 24pt;
    }
    .logoContainer
    {
        xmargin-left: -30px;
        text-align: center;
    }
    #logo
    {
        float: none;
        display: inline-block;
        margin: 5px auto 5px;
        text-align: center;
    }
}

@media (max-width: 480px)
{
    .banner .bgraphic img
    {
        max-width: 100%;
    }
    .container-fluid
    {
        padding: 0px 0px 0px 0px;
    }
    .contentMain p
    {
        width: 100%;
        margin: 15px 0px 10px 5px;
    }
}
