/* Brand color1: #ed2124 */
/* Brand color2: #000000 */

body,
html {
    text-rendering: optimizeLegibility;
}

html, html a {
  /* Antialised fonts */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

nav#menu-left {
    display: none;
    width: 457px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: black url(../img/bg.png) no-repeat;
}

nav#menu-left ul {
    text-align: right;
    position: absolute;
    top: 190px;
    left: 336px;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav#menu-left ul li {
    margin-bottom: 9px;
}

nav#menu-left ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

nav#menu-left ul li a:hover,
nav#menu-left ul li a:active,
nav#menu-left ul li a.selected {
    color: #d70004;
}

@media (min-width: 992px) {
    nav#menu-left {
        display: block;
    }
}

#topnav {
    background: #000;
}

@media (min-width: 992px) {
    #topnav {
        display: none;
    }
}

.navbar-header {
    height: 70px;
}

.navbar-header .navbar-toggle {
    margin-top: 18px;
    border: none;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #000;
}

.navbar-brand {
    padding: 10px 0 0 15px;
}

#topnav-title {
    text-rendering: optimizeLegibility;
    padding-top: 13px;
    padding-left: 75px;
    display: block;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.6);
}

#topnav-title1 {
    color: #FFF;
    font-size: 26px;
        line-height: 28px;
}

#topnav-title2 {
    color: #BBB;
    padding-left: 76px;
    font-size: 18px;
}

h5 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.panel h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#top-black-bar {
    display: none;
    background-color: black;
    position: fixed;
    top: 0;
    left: 160px;
    right: 0;
    height: 20px;
    z-index: 1000;
}

#left-white-bar {
    display: none;
    background-color: white;
    position: fixed;
    top: 555px;
    bottom: 0;
    left: 306px;
    width: 156px;
}

@media (min-width: 992px) {
    #top-black-bar {
        display: block;
    }

    #left-white-bar {
        display: block;
    }
}

#content {
    padding-top: 91px;
}

@media (min-width: 992px) {
    #content {
        margin-left: 457px;
        margin-top: 20px;
        width: auto;
        max-width: 1170px;
    }
}

#content .page {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: -70px;
    border-bottom: 1px solid #CCCCCC;
}

@media (min-width: 992px) {
    #content .page {
        padding-top: 14px;
        margin-top: 0;
        margin-bottom: 14px;
    }
}

#content .page:last-child {
    border-bottom: none;
}

#content .page h2 {
    margin-bottom: 30px;
    margin-top: 50px;
}

#home-hero {
    position: relative;
}

#home-title {
    display: none;
    color: #ed2124;
    text-rendering: optimizeLegibility;
    font-size: 54px;
    position: absolute;
    top: -53px;
    left: 4px;
    line-height: 30px;
}

@media (min-width: 992px) {
    #home-title {
        display: block;
    }
}

#home-title small {
    color: black;
    text-rendering: optimizeLegibility;
    font-size: 36px;
}

#qualifications {
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qualifications h5 {
    margin: 15px 0 10px 0;
    /*padding: 0;*/
    /*padding-top: 20px;*/
}

#qualifications img {
    margin: 0;
    padding: 0;
}

#qualifications .qualification {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin: 0 20px;
}

#qualifications .qualification:not(:first-child) {
    /*margin-left: 10px;*/
}

#the-car-img,
#about-katherine1,
#about-katherine2 {
    margin-bottom: 50px;
}

#about-katherine2 {
    display: none;
}

#voucher {
    //max-width: 144px;
}

#car-contact {
    padding-top: 50px;
}

#contact-details {
    position: relative;
}

#contact-details .fa-facebook-square {
    position: absolute;
    top: -3px;
    left: 175px;
}

#reciprocal-links {
    display: none;
}
