/*! HTML5 Boilerplate v6.1.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: 1vw;
    line-height: 1.4;
}

* {
  box-sizing: border-box;
}



/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    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
   ========================================================================== */
@font-face {
    font-family: 'Quickbrush';
    src: url('../fonts/Quickbrush.woff2') format('woff2'),
        url('../fonts/Quickbrush.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*nav {
    height: 12vh;
    z-index: -1000;
    vertical-align: middle;
    border: solid 1px blue;
}*/
/*#nav-container {
    top: 0px;
    padding-top: 8px;
    width: 100%;
    background-color: #fff;
    position: fixed; 
    z-index: 1000;
text-align: center;
    height: 12vh;

    border: solid 1px blue;
}
*/
#wrapper {
    width: 100%;
    padding-top: 24px;
    margin-right: auto;
    margin-left: auto;
}


/***  NOT NEEDED??  ***/

/*
#logo {
    height: 96px;
    width: 96px;
    height: 12vh;
    width: 8vw;
        margin-left: 6%;
    display: block;


    cursor: pointer;

}

header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-top: 2vh;
    padding-right: 10%;
    padding-left: 10%;

    height: 12vh;
    z-index: 1000;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    top: 0;
    display: table;



}
.header-logo {


    height: 6vw;



}

#tagline {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8vh ;

    text-align: center;

    font-family: 'Quickbrush';
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    font-size: 2.5vw;
    color: #b11d31;

    pointer-events: none;

/

}



#menu {

    height: 4vh;


    top: 2em;
    top: 2vh;
    left: 88%;
    display: block;
    position: fixed;

    cursor: pointer;


}


.header-menu {


    height: 4vw;



}
*/
/***  END NOT NEEDED??  ***/


.nav-dots-wrapper {
    position: fixed;
    top: 23vh;
    left: 96vw;
    left: 96%;
    background: url("../img/dots-back.png");
    z-index: 2000;
    /*border: 1px solid blue;*/
}

.nav-dots {
    height: 16px;
    width: 16px;
    background: url("../img/dot.png");
}


#dot-01 {
    opacity: 1;
}

#dot-02 {
    opacity: .33;
}
#dot-03 {
    opacity: .33;
}




#top {
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding: 28px 0px 12px 0px;
    width: 100%;
    background-color: #fff;
    z-index: 2000;

    /*border: 1px solid green;*/
}
#top .col {
    display: block;
    float: left;
}
#top .logo {
    width: 5.5%;
    /*height: 4vw;*/
    padding: 0px 0px 0px 6%; /* 13.25%;*/
  /*  border: 1px solid blue;*/
}
#top .logo img {
    width: 88px;
    width: 6vw;
    height: 6vw;
}
#top .tagline {
    text-align: center;
    width: 83%; /*62.875%;*/
/*    font-family: "grad", serif;
    font-style: italic;
    font-weight: 400;
    color: #ff0000;
    font-size: 12px;*/

    font-family: 'Quickbrush';
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    font-size: 2.5vw;
    color: #b11d31;

    margin-top: 16px;
    pointer-events: none;
    /*border: 1px solid purple;*/


}
/*#top .tagline span {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #e08f23;
    text-transform: uppercase;
    font-size: 11px;
}*/
#top .menu {
    width: 6%; /*18.375%;*/
    position: relative;
    margin-top: 24px;
    z-index: 2000;

   /* border: 1px solid red;*/
}
#top .hamburger {
    z-index: 1001;
    position: relative;
    cursor: pointer;
}
#top .hamburger img {
    width: 37px;
    display:block;
}
#top .innermenu {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size:.8em;
    letter-spacing: 1px;
    line-height: 2em;
    /*font-size: 24px;*/
    background-color: #aaa;
    position: absolute;
    top: 0px;
    left:37px;
    z-index: 1;
    background-image: url(../img/test3.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 0px;
    height:3px;
    overflow:hidden;
    transition:all ease-in 0.5s;
    opacity:0;
}
#top .innermenu .links a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#top .innermenu .links a.selected {
    /*color:#c37d22;*/
}

#top .innermenu .links {
    padding: 35px 0px 0px 25px;
}

#top .innermenu .addthis_sharing_toolbox {
    margin:20px 0px 0px 23px;
}

.nav-open #top .innermenu {
    width: 160px; /*190px;*/
    height: 168px; /*320px;*/
    left: -123px; /*-153px;*/
    opacity:1;
    transition:all ease-out 0.5s;
}



#menu-slide-out {
    position: absolute;
    top: 1.8em;
    top: 1.8vh;
    width: 0px;
    left: 4vw;
    height: 8vw;
    background-color: #aaa;
    /*opacity: 1;*/
    transition: 0.5s;
    overflow: hidden;
    white-space: nowrap;
}

#menu-slide-out a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    
}
#menu-slide-out img {
    width: 100%;
max-height:100%;
max-width:100%;
    /*height: 4vw;*/
}

#menu-slide-out.menu-option {

    /*left: 2em;*/

    
}

#dynamic-block {
    height: 28vw; /*342px;*/
    width: 40vw;
    top: 16vh;
    left: 10%;
    position: fixed;
    overflow: hidden; 
    padding: 0 0 0 0;
    z-index: 1000;

    transition: background-color 1s;


}

.db-color01 {
    background-color: #b11d31;
/*    transition: all 1s linear;
    transition: background-color 1s;
*/
}
.db-color02 {

    background-color: #9e28b5;
    /*transition: all 1s linear;*/
}
.db-color03 {
    background-color: #008bac;
    /*transition: all 1s linear;*/
}

#db-block-wrapper {

    margin-top: -3%;  /* -380px; */
    margin-left: 5%;

/*padding-bottom: 75%;*/ /* TEST */

    /*border: 2px solid green;*/


    /*opacity: 0;*/
    transform: translateY(0px);
    transition: all 1s ease-out;


    height: 84vw; /*342px;*/
    width: 35vw;


   /* border: 2px solid green;*/


}

#db-block-wrapper.dbfade-in {
    opacity: 1;

    transform: translateY(0px);
}

#db-block-wrapper.dbfade-in02 {
    opacity: 1;

    transform: translateY(-30vw);  /*translateY(-390px);*/
}
#db-block-wrapper.dbfade-in03 {
    opacity: 1;

    transform: translateY(-64vw);  /*translateY(-850px);*/
}

#dynamic-block #db-main {
    font-family: Georgia, serif;
    font-weight: 900;
    color: #fff;
   /* font-size: 3em;*/
    font-size: calc(100% + 3vw);
    line-height: 1.1em;

}



.blurb-text-01 {
    display: block;
    transform: translate(50px);
    opacity: 0;
}

.blurb-text-02 {
    display: block;
    transform: translate(50px);
    opacity: 0;

}

.blurb-text-01.blurbfade-in01 {
    opacity: 1;

    transform: translate(-50px);
    -webkit-transform: translateX(0px);
    transition: all 1s ease-out;
    transition-delay: 1s;

}

.blurb-text-02.blurbfade-in02 {
    opacity: 1;

    transform: translate(-50px);
    -webkit-transform: translateX(0px);
    transition: all 1s ease-out;
    transition-delay: 1s;

}

#dynamic-block #db-link {
    text-align: right;
}

#dynamic-block #db-link a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size:  calc(100% + .8vw);  /*1.5em;*/
   /* font-size: 1.5em;*/
    letter-spacing: 1px;
}
#dynamic-block #db-link-left {
    text-align: left;
}
#dynamic-block #db-link-left a {
    font-family: 'Quickbrush';
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size:  calc(100% + 1.2vw);  /*1.5em;*/
    letter-spacing: 1px;
}

#scrolly {
    margin-top: 18vh;
    position: relative;

}

.chunk {
    height:82vh;
    width: 100%;

    /*opacity: 0;*/
/*    transform: translateY(50px);
    transition: all 1s ease-out;*/
}
.chunk.fade-in {
    /*opacity: 1;*/
    transform: translateY(0);
}
#chunk01 {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
}

#chunk02 {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;

}

#chunk03 {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;

}

#blurb {

    top: -20vh;
    /*margin-left: 48%;*/
    float: right;
    width: 46%;

}

#blurb-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-size: 1.4vw;
    color: #58595b;
}

.fancy-bold {
    font-weight: bold;
    color: #b11d31;
}


#full-image {
    width: 100%;
    margin-top: 8vh;
}

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



/* ================= 
   Sub Pages

=================== */

.page-content {
        padding-top: 10em;
        /*margin-left: 10em;*/

}


.page-content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5em;
    color: #58595b;

}




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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * 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;
    white-space: inherit;
}

/*
 * 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 only screen and (max-width: 768px) {
    /* Style adjustments for viewports that meet the condition */


#top .tagline {
    text-align: center;
    width: 83%; /*62.875%;*/
/*    font-family: "grad", serif;
    font-style: italic;
    font-weight: 400;
    color: #ff0000;
    font-size: 12px;*/

    font-family: 'Quickbrush';
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    font-size: 3vw;
    color: #b11d31;

    margin-top: 16px;
    pointer-events: none;
    /*border: 1px solid purple;*/

}
#top .logo {
    width: 5.5%;
    /*height: 4vw;*/
    padding: 0px 0px 0px 6%; /* 13.25%;*/
  /*  border: 1px solid blue;*/
}
#top .logo img {
    width: 88px;
    width: 8vw;
    height: 8vw;
}

#top .menu {
    width: 6%; /*18.375%;*/
    position: relative;
    margin-top: 16px;

   /* border: 1px solid red;*/
}

}




@media only screen and (max-width: 480px) {
    /* Style adjustments for viewports that meet the condition */


#top .tagline {
    text-align: center;
    width: 83%; /*62.875%;*/
/*    font-family: "grad", serif;
    font-style: italic;
    font-weight: 400;
    color: #ff0000;
    font-size: 12px;*/

    font-family: 'Quickbrush';
    font-weight: normal;
    font-style: normal;
    font-size: 4em;
    font-size: 4vw;
    color: #b11d31;

    margin-top: 8px;
    pointer-events: none;
    /*border: 1px solid purple;*/


}
#top .logo {
    width: 5.5%;
    /*height: 4vw;*/
    padding: 0px 0px 0px 6%; /* 13.25%;*/
  /*  border: 1px solid blue;*/
}
#top .logo img {
    width: 88px;
    width: 10vw;
    height: 10vw;
}

#top .menu {
    width: 6%; /*18.375%;*/
    position: relative;
    margin-top: 8px;

   /* border: 1px solid red;*/
}


#dynamic-block {
    height: 36vw; /*342px;*/
    width: 100%;
    top: 11vh;
    left: 0;
    position: fixed;
    overflow: hidden; 
    padding: 0 0 0 7%;
    z-index: 1000;

    transition: background-color 1s;
}
#db-block-wrapper {

    margin-top: 0%;  /* -380px; */
    margin-left: 2%;

    transform: translateY(0px);
    transition: all 1s ease-out;

    height: 84vw; /*342px;*/
    width: 80%;

   /* border: 2px solid green;*/

}

#dynamic-block #db-main {
    font-family: Georgia, serif;
    font-weight: 900;
    color: #fff;
   /* font-size: 3em;*/
    font-size: calc(100% + 4vw);
    line-height: 1.1em;

}
#scrolly {
    margin-top: 18vh;
    position: relative;


}


.chunk {
    width: 130%;
}
#chunk01 {
    margin-top: 32vh;
    margin-bottom: 2vh;
    top: 62vh;
}

#chunk02 {
    margin-top: 20vh;
    margin-bottom: 0;

}

#chunk03 {
    margin-top: 20vh;
    margin-bottom: 0;

}


#blurb {

    top: 0; /*-20vh;*/
    /*margin-left: 48%;*/
    float: none;

    margin: 54vw 0 2vw 7%;
    width: 100%;
    /*height: 20vh;*/
/*
    border: 1px solid green;
    background-color: yellow;
*/
}

#blurb-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5em;
    font-size: calc(100% + 3.75vw);
    color: #58595b;

}

.fancy-bold {
    font-weight: bold;
    color: #b11d31;
}


#full-image {
    width: 200%;
    margin-top: 0;
    margin-left: -80%;
}

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




}



@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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !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) ")";
    }

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

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

    pre {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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