﻿header {
    height: 70px;
}

header .leftLogo {
    background-image: url(/Content/Theme/hasc/logo.png);
    height: 62px;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
}

nav {
}

    nav .navbar-brand {
        background-image: url(/Content/Theme/hasc/logo.png);
        background-repeat: no-repeat;
        width: 200px;
        background-size: contain;
        margin-left: 10px !important;
        margin-top: 10px;
    }

footer {
    background: #48484A;
    margin-top: 20px;
    height: 320px !important;
    padding-bottom: 20px;
}

    footer .hr {
        border-top: 3px #A2A63C solid;
        width: 100%;
        height: 1px;
        display: block;
        margin: 5px 0 0;
    }
