﻿html {
    background: url('images/templatemo_html_bg.jpg');
}
body {
    padding: 0;
    background: url('images/templatemo_page_bg.jpg');
    background-repeat:repeat-x;
}

/* Set 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
.dflex {
    padding-top: 7px;
    padding-bottom: 7px;
}
.lgo img {
    height: 50px;
    margin-top: 4px;
}
.lnks a {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    color: #fff;
}
.ptbx{
    background:#fff;
    padding:25px;
    margin:25px 100px;
}
.hdngs {
    font-size: 20px;
    margin: 30px 0 12px;
    font-weight:bold;
}
    .hdngs:first-child {
        margin-top: 10px;
    }
@media (max-width:767px){
    body {
        background-size: 54px;
    }
    .lgo img {
        height: 34px;
        margin-top: 4px;
    }

    .lnks a {
        display: inline-block;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 14px;
        color: #fff;
    }
    .ptbx {
        background: #fff;
        padding: 20px;
        margin: 0px;
    }
    .hdngs {
        font-size: 16px;
    }
    .hdngs:first-child{
        margin-top:0;
    }
    p{
        font-size:13px;
    }
}