html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 160px;
    font-family: 'Open Sans', sans-serif;
    color: #4f4f4f;
    background-image: url('images/storagebg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}

.van {
    background-image: url('images/vanbg.jpg')!important;
    background-position: center center!important;
}

.prices {
    background-image: url('images/pricesbg.jpg')!important;
}

.contact {
    background-image: url('images/locationbg.jpg')!important;
}

.faqs {
    background-image: url('images/unitbg.jpg')!important;
}

.vehicle {
    background-image: url('images/vehiclebg.jpg')!important;
}


#break {
    border: 2px solid #961619;
}

#hero {
    background-color: rgba(150,22,25,0.75);
    /*background-color: rgba(185,48,52,0.75);*/
    min-height: 80px;
    padding: 30px 10px;
    color: #FFF!important;
    text-align: center;
    font-size: 14px;
}

#hero h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF!important;
    margin: 0 0 10px 0;
}

#main {
    background-color: #FFFFFF;
    font-size: 16px;
}

#main a:link,
#main a:active,
#main a:visited {
    color: #961619!important;
    text-decoration: none;
}

#main a:hover {
    color: #000000!important;
    text-decoration: none;
}

#main s {
    color: red;
}

#callout {
    background-color: #961619!important;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

#callout a:link,
#callout a:active,
#callout a:visited {
    color: #FFF!important;
    text-decoration: none;
}

#callout a:hover {
    color: #d0d0d0;
    text-decoration: none;
}

a[href^=tel]{
    color:inherit;
    text-decoration: inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 200px;
    background-color: #303030;
    border-top: 4px solid #961619;
    color: #9fa4a9;
    padding: 14px 10px;
}

.subfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #000000;
    padding: 16px 10px;
}


.container .text-muted {
    margin: 20px 0;
}

.alt {
    padding: 20px 0;
    background-color: #F4F4F4!important;
}

.pad {
    padding: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.prenav {
    background-color: #F8F8F8;
    font-weight: 500;
    padding: 10px 0;
}

.prenav a:link,
.prenav a:active,
.prenav a:visited {
    color: #8e8e8e;
    text-decoration: none;
}

.prenav a:hover {
    color: #d0d0d0;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0px!important;
    border-bottom: 0px!important;
    background-color: #FFFFFF!important;
}

#logo {
    font-family: 'Marcellus SC', serif;
    text-align: center;
    margin: 10px 0 10px 10px;
    width: auto;
    display: inline-block;
}

#logo a {
    color: inherit;
    text-decoration: none;
}

.logo {
    font-size: 22px;
    border-bottom: 1px solid #CCC;
    padding: 0;
}

.logosub {
    display: block;
    font-size: 22px;
}

.navbar-default {
    border-top: 1px solid #d0d0d0!important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #fafafa;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fafafa;
}

.navbar-toggle {
    margin-top: 20px;
    border-color: #961619!important;
}

.icon-bar {
    background-color: #961619!important;
}
/* Animated Menu Icon*/

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent!important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.prenav i {
    margin: 0px 10px;
}

.footer i {
    margin: 0px 4px;
}

.img-thumbnail {
    margin-bottom: 10px;
}

h1, h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    line-height: 1.2em;
    padding: 0;
    margin: 20px 0 0 0;
    color: #961619;
    font-weight: bold;
}

.plan {
    text-align: center;
    background: #fff;
    border: 1px solid #d9dbde;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.planheading {
    background: #961619;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.cbg1 {
    background: #961619!important;
    border: 1px solid #961619!important;
}

.cbg2 {
    background: #0D5C59!important;
}

.cbg3 {
    background: #177B12!important;
}

.planoption {
    border-bottom: 1px dashed #d9dbde;
    display: block;
    padding: 14px;
    margin: 0 20px;
}

.readmore {
    padding: 14px;
    margin: 0 20px;
}

.btn-custom a:link, .btn-custom a:active, .btn-custom a:focus, .btn-custom a:visited {
    color: #FFFFFF!important;
}

#plans a:link,
#plans a:active,
#plans a:visited {
    color: #FFFFFF!important;
    text-decoration: none;
    text-transform: uppercase;
}

#plans a:hover {
    color: #FFFFFF!important;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (min-width : 768px) {

    #logo {
        margin-top: 18px;
        width: auto;
    }

    .logo {
        font-size: 24px;
        border-bottom: 1px solid #CCC;
        padding: 0;
    }

    .logosub {
        display: block;
        font-size: 20px;
    }

    .nav>li>a {
        padding: 36px 10px;
        color: #4f4f4f!important;
        border-bottom: 4px solid #FFFFFF;
        text-transform: uppercase;
        transition: 400ms;
        font-weight: bold;
        font-size: 12px;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        border-bottom: 4px solid #961619;
        color: #961619!important;
        transition: 400ms;
    }

    .navbar-nav>.active>a {
        border-bottom: 4px solid #961619;
        color: #961619!important;
        transition: 400ms;
        background-color: #ffffff!important;
    }
}

@media only screen and (min-width : 992px) {

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 160px;
        background-color: #303030;
        border-top: 4px solid #961619;
        color: #9fa4a9;
        padding: 14px 10px;
    }

    #hero {
        background-color: rgba(150,22,25,0.75);
        /*background-color: rgba(185,48,52,0.75);*/
        height: 300px;
        padding-top: 100px;
        color: #FFF!important;
        text-align: center;
        font-size: 18px;
    }

    #hero h1, h2 {
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF!important;
    }

    #hero h2 {
        font-size: 34px;
    }

    .subfooter {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        background-color: #000000;
        padding: 16px 10px;
    }

    .nav>li>a {
        padding: 36px 18px;
        color: #4f4f4f!important;
        border-bottom: 4px solid #FFFFFF;
        text-transform: uppercase;
        transition: 400ms;
        font-weight: bold;
        font-size: 14px;
    }

    #logo {
        margin-top: 8px;
        width: auto;
    }

    .logo {
        font-size: 30px;
        border-bottom: 1px solid #CCC;
        padding: 0;
    }

    .logosub {
        display: block;
        font-size: 30px;
        margin-bottom: -10px;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        border-bottom: 4px solid #961619;
        color: #961619!important;
        transition: 400ms;
    }

    .navbar-nav>.active>a {
        border-bottom: 4px solid #961619;
        color: #961619!important;
        transition: 400ms;
        background-color: #ffffff!important;
    }
}