/* ! HTML5 Boilerplate v5.2.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 */



/* 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 
   =============================== */
/**/

/**/

/**/

/* Base Styles */

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    height: 100%;
    color: #FFFFFF;
    background-color: hsla(0, 0%, 18%, 1.00);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

h1, h2, h3, p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 2rem;
}
p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}

a {
    color: #FFF;
}

a:hover {
    color: #ff9100;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

ul {
    line-height: 1.5;
    text-align: left;
}

li {
    margin-bottom: 12px;
}

td {
    padding: 4px;
    line-height: 1.5;
}

/* Base Styles End */

/**/

/**/

/**/

/* Layout Styles Begin */


.layout-content-drop {
    margin: 19px auto 0 auto;
}

.layout-privacy-terms {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 10px;
}

.layout-footer {
    margin: 0 auto;
}

.layout-svg {
    vertical-align: middle;
}


/* Layout Styles End */

/**/

/**/

/**/

/* Modules Styles Start */

/* Header and Copy */
.content-drop-module {
    width: 318px;
    text-align: center;
    background-color: hsla(0, 0%, 18%, 1.00);
}

@media screen and (min-width: 412px) {
    .content-drop-module {
        width: 412px;
    }
}

@media screen and (min-width: 480px) {
    .content-drop-module {
        width: 480px;
    }
}

@media screen and (min-width: 600px) {
    .content-drop-module {
        width: 600px;
    }
}

.header-img {
    vertical-align: middle;
}


/* Footer */
.footer {
    width: 318px;
    text-align: right;
    background-color: hsla(0, 0%, 18%, 1.00);
}

@media screen and (min-width: 412px) {
    .footer {
        width: 412px;
    }
}

@media screen and (min-width: 480px) {
    .footer {
        width: 480px;
    }
}

@media screen and (min-width: 600px) {
    .footer {
        width: 600px;
    }
}

.footer-schoencreative {
    padding: 20px;
}

.footer-documentation {
    padding: 0 20px 30px 20px;
}

.footer-a {
    color: #a9a9a9;
    text-decoration: none;
}

.schoen-creative-logo {
    width: 18px;
    fill: #a9a9a9;
}

.footer-schoencreative a:hover .schoen-creative-logo {
    fill: #ccc;
}

.footer-text {
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1;
    margin-block: 0;
}

.footer-schoencreative a:hover .footer-text {
    color: #ddd;
}

.footer-documentation-text {
    display: block;
    font-size: 00.6875rem;
    line-height: 1.5;
}

.footer-documentation-text a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.footer-documentation-text a:hover {
    color: #ddd;
}

.home-script-intro {
    animation: homescriptIntro .6s ease-in-out .3s backwards;
}

@keyframes homescriptIntro {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bar-color {
    background: #ff9100;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d1a 0%, #ffc019 50%, #ff8d1a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d1a 0%, #ffc019 50%, #ff8d1a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d1a 0%, #ffc019 50%, #ff8d1a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d1a', endColorstr='#ff8d1a', GradientType=1);
    /* IE6-9 */
}

.bar-thin {
    height: .25vh;
}

/* Module Styles End */

/**/

/**/

/**/

/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */


/* Content Drop Styles End */

/**/

/**/

/**/

/* ==========================================================================
   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: 1.25dppx),
(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;
    }
}