﻿@font-face {
    font-family: 'subaru-regular';
    src: url('../fonts/HelveticaNeue.ttf') format('truetype');
}

body {
    font-family: subaru-regular;
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.top-contact-bar {    
    background-color: #333;
    padding-top: 12px;
    padding-bottom: 1px;
}

.top-contact-bar p {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.top-contact-bar a {
    color: #fff;
    display: inline-block;
}

.top-contact-bar span {
    font-weight: bold;
}

.top-contact-bar span.separator {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    color: #626262;
    font-weight: bold;
}

.top-contact-bar a.contact {
    margin-left: 15px;
    color: #626262;
}

.checkbox-label {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-weight:400;
}

    .checkbox-label input[type="checkbox"] {
        margin-top: 5px;
    }

    .checkbox-label span {
        margin-left: 8px;
    }

.header-logo {
    padding-top: 12px;
}

.headline-heading {
    text-align: center;
    margin: 30px 0;
}

.headline-text {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 30px;
}

ul > li {
    font-weight: 500;
    font-size: 16px;
}

.link-button {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    width: 350px;
    border: solid 2px #000;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
}

.link-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.link-button-disabled {
    opacity: .85;
}

.link-button-disabled:hover {
    background-color: #fff;
    color: #000;
}

.content-list {
    margin-bottom: 30px;
}

.content-list ul {
    margin-top: 20px;
}

.content-list img {
    margin-top: 20px;
}

.content-section {
    background-color: #efefef;
    padding: 30px;
    margin-top: 50px;
}

.content-section h3 {
    font-size: 24px;
    color: #56564c;
    font-weight: bold;
    margin-top: 0;
}

.content-section p {
    font-size: 16px;
}

.content-section li {
    margin-top: 10px;
}

.form-section h2 {
    text-align: center;
    font-size: 36px;
}

.form-section h3 {
    text-align: center;
}

footer {
    margin-top: 30px;
}

.footer-nav {
    text-align: center;
    background-color: #232323;
    border-bottom: solid 1px #626262;
}

.footer-nav .navbar-nav {
    float: none;
    display: inline-block;
}

.footer-nav .navbar-nav > li > a,
.footer-nav .navbar-nav > li > a:active,
.footer-nav .navbar-nav > li > a:focus,
.footer-nav .navbar-nav > li > a:link,
.footer-nav .navbar-nav > li > a:visited {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #232323;
}

.footer-nav .navbar-nav > li > a:hover {
    background-color: inherit;
}

.footer-contact {
    padding-top: 10px;
    background-color: #232323;
    color: white;
}

.footer-contact p {
    display: inline-block;
}

.footer-contact p a {
    color: white;
}

.link-button-submit {
    float: right;
}

.footer-copyright {
    float: right;
}

/* overridden bootstrap styles */

.navbar {
    background-color: #fafafa;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 0;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-left: -150px;
}

.navbar .navbar-collapse {
    text-align: center;
    background-color: #fff;
}

.navbar-nav > li > a, 
.navbar-nav > li > a:active, 
.navbar-nav > li > a:focus, 
.navbar-nav > li > a:link, 
.navbar-nav > li > a:visited {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}

.navbar-nav > li > a:hover {
    background-color: #fff;
    opacity: .65;
}

.navbar-toggle .icon-bar {
    background-color: #333;
    height: 3px;
    width: 28px;
}

.validation-error {
    font-size: 1.2rem;
    color: #f00;
    display: block;
    margin-top: 3px;
    margin-bottom: 10px;
}

    @media (max-width: 991px) {
        .content-section img {
            display: block;
            text-align: center;
            margin: 20px auto;
        }
    }
    /* Hide/rearrange for smaller screens */
    @media screen and (max-width: 767px) {
        /* Hide captions */
        .carousel-caption {
            display: none;
        }

        .navbar .navbar-nav {
            margin-left: 0;
        }

        .navbar-header {
            border-bottom: solid 1px #626262;
        }

        .link-button-submit {
            float: none;
        }

        .footer-contact span.separator {
            display: none;
        }

        .footer-contact a {
            display: block;
        }

        .footer-copyright {
            float: none;
            text-align: center;
        }

        .footer-contact p {
            display: block;
            text-align: center;
        }
    }

    @media (max-width: 599px) {
        .top-contact-bar span.glyphicon, .top-contact-bar span.separator {
            display: none;
        }

        .top-contact-bar a {
            display: block;
        }
    }
