/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

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

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

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

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

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

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Crash of Cars styles
   ========================================================================== */

html, body { background-color: #09BCFF; color: #222; font-family: 'Poppins', sans-serif; font-size: 20px; }

h1, h2 { color: #000000; font-family: 'Poppins'; font-size: 2em; font-weight: 900; margin-top: .2em; text-transform: uppercase; }

a { color: inherit; }
a:focus,
a:hover { color: #FE5E17 !important; transition: color 100ms ease; }

img { max-width: 100%; height: auto; }

ul { padding-left: 20px; }

.container { margin: 0 auto; }

.main-content .container,
footer .container { max-width: 1161px; padding: 0 20px; }

.banner { background-color: #FEFDFD; }
.banner h1 { margin: 0; position: relative; overflow: hidden; height: 400px; width: 100%; z-index: 1; text-align: center; }
.banner img { display: block; position: absolute; top: 0; left: 50%; margin-left: -978px; width: auto; height: 100%; max-width: none; }

.main-content { /*background: url('../img/bg-gradient.png') repeat-x #FCF8F6; */background-color: #FEFDFD; color: #000000; position: relative; z-index: 1; }
.main-content section { padding-bottom: 60px; position: relative; }
.main-content section.app-buttons { position: absolute; top: -100px; width: 100%; }

.main-content section.dark { background-color: #FCF8F6 /*rgba(0,0,0,0.1)*/; padding-bottom: 30px; margin-bottom: 30px; padding-top: 30px; }
.main-content section.dark:last-child { margin-bottom: 0; padding-bottom: 60px; }


section.app-buttons { text-align: center; }
section.app-buttons .coming-soon { color: #FF9E01; margin-top: 30px; text-shadow: 1px 1px 0px #2B2B2B; font-size: 2em; font-family: 'Poppins', sans-serif; font-weight: 900; text-transform: uppercase; text-align: center; 
    background: rgba(0,0,0,0.4); border-radius: 10px; display: inline-block; padding: 0px 20px;
}
section.app-buttons .container { max-width: 600px; }
section.app-buttons a { float: left; display: inline-block; width: 50%; }
section.app-buttons a img { width: 100%; }
section.app-buttons .spacer { padding: 3%; width: 44%; }
section.app-buttons p { margin-bottom: 0; }

section.blurb { font-size: 1.1em; text-align: center; padding: 20px 60px 20px; }
section.blurb .container { padding-top: 10px; padding-bottom: 10px; }
section.blurb p { margin: 0 0 .5em }
section.blurb p.special { font-weight: bold; margin: 1em 0 .5em; }

section.video {  }
.video-frame { position: relative; padding-top: 56.25%; width: 100%; height: 0;}
.video-frame iframe { position: absolute; left: 0; top: 0; width: 100% !important; height: 100% !important; }

section.gallery {  }
.image-list { margin: 0; padding-left: 0; list-style: none; text-align: center; }
.image-list li { display: inline-block; margin: 10px; width: 1161px; }
.image-list li a { display: block; }

.row:before,
.row:after { content: " "; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }

.row .col { float: left; box-sizing: border-box; padding: 0 20px; }
.row .col-half { width: 50%; }
.row .col-third { width: 40%; }
.row .col-twothird { width: 60%; }

section.features { font-size: .8em; }
section.features .container { max-width: 1024px; }
section.features li { margin-bottom: .5em; }

section.features .specialalign { margin-top: 20%; }

section.info-section { font-family: 'Poppins', sans-serif; font-weight: 900; text-align: center; margin-bottom: 0; }
section.info-section .info-list { font-size: 1.2em; }
.info-list { padding: 0; margin: 0; list-style: none; }
.info-list li { margin-bottom: 10px; }
.info-list li a { color: inherit; text-decoration: none; }

.footer { background-color: #333333; color: #FCF8F6; text-align: center; position: relative; }
.footer .container { padding: 10px 0; }
.footer p { margin: 0; font-size: .8em; }
.bottom-feature { overflow: hidden; max-width: 100%; width: 100%; height: 33px; display: block; position: absolute; top: -33px; z-index: 2; }
.bottom-feature img { max-width: none; position: absolute; left: 50%; margin-left: -170px; }

.press {}
section.content { padding-top: 10px; font-size: 12px; }
section.content h1,
section.content h2 { font-size: inherit; font-family: inherit; color: inherit; text-transform: none; font-weight: bold; text-shadow: none; }

section.content h1 { font-size: 1.4em; }
section.content .pre-heading { display: block; font-size: .8em; }

.press section.gallery .container { max-width: 1024px; }
.press section.gallery .image-list li { width: 300px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
    body { font-size: 14px; }

    .banner h1 { height: 0; padding-top: 51%; }
    .banner img { margin-left: -78%; left: 0; width: 250%; height: auto; }

    .main-content section { padding-bottom: 2em; }
    .main-content section.app-buttons { position: relative; top: 0; }

    section.video .container,
    section.gallery .container { padding-left: 0; padding-right: 0; }
    /*section.gallery { padding-left: 10px; padding-right: 10px; }*/

    section.blurb { padding-left: 0; padding-right: 0; }
    section.blurb p strong { display: block; }

    .row .col { width: 100%; }

    section.features .specialalign { margin-top: 0; }

    #car-268 { width: 268px; }
}

@media only screen and (max-width: 640px) {
    .main-content section.app-buttons a { width: 100%; }
    .main-content section.app-buttons .spacer { padding: 6%; width: 88%; }
    .image-list li { margin: 0; padding: 10px; width: 100%; box-sizing: border-box; }
    
}

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

.center { text-align: center; }
.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.no-float {
    float: none !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    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;
    }
}