/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #f1f1f4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Header */

.navbar-brand{
    background-image: url('../img/logo.png');
    width: 250px;
    background-size: auto 100%;
    background-repeat: no-repeat;

}

.cream{
    background-color: #E6E6E6;
}

.card{
    padding: 20px;
}

.c1{
    background-color: #5E9E97 !important;
}

.c2{
    background-color: #F1A949 !important;
}

.c3{
    background-color: #A84B39 !important;
}

.c4{
    background-color: #D82B93 !important;
}

.navbar {
    border: 1px solid transparent;
    min-height: 70px;
}

.navbar-header {
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
}

.navbar-nav > li > a {
    line-height: 40px;
    font-size: 0.9em;
    font-family: 'Oswald', sans-serif;
    color: #333 !important;
}

.dropdown-menu > li > a {
    font-family: 'Oswald', sans-serif;
    color: #333 !important;
     font-size: 0.9em;
}

/* End of Header */

/* Content Wrapper */
#wrapper{
    min-height: 100vh;
    margin-top: 70px;
}

.slider {
    text-align: center;
    height: 70vh;
}

.slider h1{
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    padding-top: 50px; 
    color: #fff;
    font-size: 3em;
    text-transform: uppercase !important;
}

.slider p{
    color: #fff;
    font-weight: lighter;
    margin-top: 30px;
    font-size: 1.2em;
    letter-spacing: 2px;
}

#header1{
    height: 70vh;
    width: 100%;
    background-image: url('../img/header1.jpg');
    background-size: auto auto;
    background-position: center;
}

#header2{
    height: 70vh;
    width: 100%;
    background-image: url('../img/header2.jpg');
    background-size: 100% auto;
    background-position: center;
}


#header3{
    height: 70vh;
    width: 100%;
    background-image: url('../img/header3.jpg');
    background-size: 100% auto;
    background-position: center;
}


#header4{
    height: 70vh;
    width: 100%;
    background-image: url('../img/header4.jpg');
    background-size: 100% auto;
    background-position: center;
}
#header5{
    height: 70vh;
    width: 100%;
    background-image: url('../img/gvr3.jpg');
    background-size: 100% auto;
    background-position: center;
}
#header6{
    height: 70vh;
    width: 100%;
    background-image: url('../img/gvr2.jpg');
    background-size: 100% auto;
    background-position: center;
}
#header7{
    height: 70vh;
    width: 100%;
    background-image: url('../img/gvr1.jpg');
    background-size: 100% auto;
    background-position: center;
}
#header8{
    height: 70vh;
    width: 100%;
    background-image: url('../img/header5.jpg');
    background-size: 100% auto;
    background-position: center;
}

#header9{
    height: 70vh;
    width: 100%;
    background-image: url('../img/header6.jpg');
    background-size: 100% auto;
    background-position: center;
}
h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#wrapper p{
    font-size: 1.1em;
    font-weight: 400;
    color: #333;
}

#wrapper h2{
    font-size: 1.9em;
    font-weight: 500;
    color: #3A1D1F;
}

#wrapper h3{
    font-size: 1.5em;
    font-weight: 400;
}

#wrapper .nav > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
}

#myCarousel p{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
}

section{
    padding: 50px 0 0px 0;
    background-color: #f1f1f4;
}

.services{
    background-color: white;
    margin: 0 10px;
    padding: 5px;
}

#testimonial{
    margin: 30px 0;
    min-height: 370px;
    padding: 10px;
    background-color: white;
}

.glyphicon.glyphicon-user {
    font-size: 5em;
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
    font-weight: 400;
    color: #044873;
    font-style: italic;
}

.carousel-indicators li{
    background-color: grey !important;
}

.fixme{
    background-color: white;
}

/* End of Wrapper */

/* Footer */
footer{
    padding: 20px 0 0px 0;
    border-top: 1px solid #f1f1f4;
    min-height: 200px;
    background-color: white;
    margin-top: 20px;
}

.footer_content{
    min-height: 100px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .services{
        background-color: white;
        margin: 0 50px;
        padding: 30px;
    }


    .slider h1{
        margin: 0;
        padding: 0;
        font-family: 'Oswald', sans-serif;
        padding-top: 200px; 
        color: #fff;
        font-size: 3em;
        text-transform: uppercase !important;
    }

    .slider p{
        color: #fff;
        font-weight: lighter;
        margin-top: 30px;
        font-size: 1.2em;
        letter-spacing: 2px;
    }
}

.ctl{
    text-align: left !important;
}

.panel{
    min-height: 220px;
    text-align: center;
    background-color: #f1f1f4;
    margin-bottom: 10px;
}

.panel1{
    min-height: 180px;
    text-align: center;
    background-color: #f1f1f4;
    margin-bottom: 10px;
}

.panel2{
    min-height: 240px;
    text-align: center;
    background-color: #f1f1f4;
    margin-bottom: 10px;
}

.lha{
    line-height: 30px;
}

/* End of Footer */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
