/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
    color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #fff7bd;
    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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Global layout
   ========================================================================== */

.out {width:100%;}
.in {width:85%; max-width:1000px; margin:0 auto;}
body, html {width:100%; height:100%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ul.semantic {padding:0; margin:0; list-style:none;}
.center {text-align:center;}
.photo-bg {background-repeat:no-repeat; background-size:cover; background-position:center center;color:#FFF}
.m-reset {margin:0;}
.section {padding:4em 0;}


@media screen and (max-width: 800px) {
    .mobile-nobreak {display:none;}
}

@media screen and (max-width: 400px) {
    .section {padding:2.5em 0;}
}



/* ==========================================================================
   Global styles
   ========================================================================== */


body {font-family: "neuzeit-grotesk",sans-serif;font-weight:500;}
.hover-fade, .hover-fade > * {transition:opacity 0.2s ease;}
.hover-fade:hover, .hover-fade:hover > * {opacity:0.75;}
.spaced-wide {text-transform:uppercase; letter-spacing:0.25em;}
.top-shadow {box-shadow:inset 0 400px 200px rgba(0,0,0,0.6);}
.fancy {font-family: 'Coustard', serif;letter-spacing:-0.025em;}

.blok-title {
	border-bottom: 0.25em solid rgba(0,0,0,0.1);
    color: #fff;
    font-size: 2.75em;
    line-height: 1.1;
    padding: 0 0.25em 0.25em 0.25em;
    display: inline-block;
    margin: 0 auto 0.15em;
}

.neuz {
	font-family: "neuzeit-grotesk",sans-serif;
	font-weight: 700;
    letter-spacing: 0.025em;
    font-size: 1.5em;
}

.sabbath {font-family: "sabbath-black",serif;letter-spacing:-0.05em;}
.yellow {color:#ffe001;}
.top-border {border-top:1.5em solid rgba(255,255,255,0.4);}
.txt-content {font-size:1.4em;letter-spacing:0.025em;}
.flash {-webkit-animation: flash linear 1.5s infinite;animation: flash linear 1.5s infinite;}

.btn {
	font-family: "neuzeit-grotesk",sans-serif;
	font-weight: 900;
    letter-spacing: 0.025em;
    background-color:#fff;
    padding: 0.5em 1.25em 0.45em;
    border:0.15em solid #fff;
    color:#000;
    text-decoration:none;
    transition:0.2s ease opacity, 0.2s ease border-color;
    background-clip: padding-box;
    display:inline-block;
}

.btn:hover {border-color:rgba(0,0,0,0.4);opacity:0.9;}
.btn-rev {opacity:0.7;}
.btn-rev:hover {opacity:1;border-color:#F29CCD}
.big-btn {font-size:2em;}
.lil-btn {font-size: 0.7em; padding: 0.4em 1em 0.35em;}

.cool-title {display: inline-block;text-align: center;}

.cool-title h4 {
	color: #F91047;
    font-size: 3em;
    margin: 0;
    mix-blend-mode: multiply;
}

.cool-title h4::before, .cool-title h4::after {
	content: '';
    border-bottom: 2px solid rgba(0,0,0,0.25);
    border-top: 2px solid rgba(0,0,0,0.25);
    width: 0.5em;
    position: relative;
    height: 2px;
    display: inline-block;
    top: -0.2em;
    margin: 0 0.2em;
}

.cool-title p {
	color: rgba(0,0,0,0.7);
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 700;
    margin: -0.55em 0 0;
    letter-spacing: 0.025em;
}

@-webkit-keyframes flash {
	0%, 100% { opacity: 1; } 
	50% { opacity: .25; } 
}
@keyframes flash {
	0%, 100% { opacity: ; } 
	50% { opacity: .25; } 
}

.u {border-bottom:0.1em solid;}


@media screen and (max-width: 400px) {
    .cool-title h4 {font-size: 2.5em;}
    .cool-title p {font-size: 0.7em;}
}


/* ==========================================================================
   Home
   ========================================================================== */

.home .intro {min-height:650px; position: relative; padding:0 0 3em;}

.home .intro header.main {padding:2em 2em 0;}

.home .intro header.main .main-logo {float: left;}
.home .intro header.main .btn {float: right;}

	
.home .intro .main-logo h2 {
    background-image: url(/img/logo.svg);
    background-repeat: no-repeat;
    background-size: 70px 40px;
    width: 70px;
    height: 40px;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.home .intro.photo-bg {background-image: url('/img/1J4A8819.jpg');background-position-y:bottom;background-position-x:center;}

.home .intro .hed {position: relative;top: -2em;}

.home .intro .hed h1 {
	margin: 0 auto;
    width: 80%;
    line-height: 1.2;
    font-size: 3.5em;
}

.home .intro .hed .neuz {margin:0.25em 0 0.35em;}

.home .intro .wall {
	bottom: 1em;
    position: absolute;
    width: 100%;
}

.home .intro .wall .lead-in {
	text-transform: uppercase;
    font-size: 0.65em;
    letter-spacing: 0.3em;
    font-weight: 900;
    color: #fff;
    margin: 0 0 -0.75em;
}

.home .intro .wall .sabbath {font-size:3em;margin: 0;}

.home .intro .wall .sabbath::after {
	content: '\25BE';
    display: block;
    font-size: 0.3em;
    color: #fff;
    position: relative;
    top: -0.9em;
}

.home .overview {background-color:#00E5A3;}

.home .txt-content {width:75%;margin:0 auto;}

.home .txt-content .emph {
	font-weight: 700;
    font-size: 1.4em;
    line-height: 1.25;
}

.home .txt-content .sabbath {
	font-size: 1.2em;
    line-height: 1;
    color: #fff;
}

.home .tiers {background-color:#F29CCD;padding-bottom: 5em;}

.home .tiers .brackets {
	margin-top:2em; 
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

.home .tiers .brackets > li {
	width: 45%;
    padding: 2em 0;
}

.home .tiers .brackets > li:hover {
	background-color:rgba(255,255,255,0.15);
	transition:0.5s ease background-color;
}

.home .tiers .brackets > li:first-child, .home .tiers .brackets > li:nth-child(3) {border-right: 1px dashed rgba(0,0,0,0.35);}

.home .tiers .brackets > li:nth-child(3), .home .tiers .brackets > li:nth-child(4) {border-top: 1px dashed rgba(0,0,0,0.35);}

.home .tiers .brackets li .lead-in {
	position: relative;
    left: 0.25em;
    display: inline-block;
}

.home .tiers .brackets li .lead-in .level, .home .tiers .brackets li .lead-in .cost {float:left;}
.home .tiers .brackets li .lead-in .level {font-weight: 900;font-size: 1.2em;}

.home .tiers .brackets li .lead-in .cost {
	font-family: 'Coustard', serif;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    position: relative;
    top: -0.1em;
    background-color: rgba(255,255,255,0.4);
    line-height: 1;
    padding: 0.45em 0.7em 0.3em;
    margin-left: 0.5em;
}

.home .tiers .brackets li .lead-in.doble .level {
	font-size: 0.8em;
    line-height: 1.1;
    font-weight: 700;
    text-align: right;
}

.home .tiers .brackets li .lead-in.doble .cost {top: 0.15em;}

.home .tiers .brackets li .nickname {
	font-size: 3.5em;
    border-bottom: 0.15em solid rgba(0,0,0,0.1);
    padding-bottom: 0.2em;
    line-height: 0.9;
}

.home .tiers .brackets li .description {padding: 0;margin: 0.75em 0 0;text-align: left;}

.home .tiers .brackets li .description li {
	list-style: none;
    font-size: 1.3em;
    padding: 0 2em;
    margin-bottom: 0.4em;
    line-height:1.25;
}

.home .tiers .brackets li .description li::before {content: '\2764'; margin-right: 0.5em; font-size: 0.4em;}
.home .tiers .brackets li .description li .sabbath {color:#fff;font-size:1.2em;line-height: 1.1;}

.home .tiers .line-extend {
	height:3em;
	border-right: 1px dashed rgba(0,0,0,0.35);
	width:50%;
}

.home .tiers .higher {
	text-decoration: none;
    color: rgba(0,0,0,0.8);
    border: 0.2em solid rgba(0,0,0,0.8);
    padding: 0.5em 2em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.2s ease color, 0.2s ease border-color;
    font-weight: 700;
    font-size: 0.7em;
    margin-top: 5em;
}

.home .tiers .higher:hover {
	color:#fff;
	border-color:#fff;
}

.home .location.photo-bg {background-image: url('/img/chapman.jpg');background-position-y:top;background-position-x:center;}

.home .location {min-height:500px;}

.home .location .cool-title {float: right;margin-right: 5%;margin-top:-0.5em;}


@media screen and (max-width: 800px) {
    .home .txt-content {width: 100%;}
    .home .intro .hed h1 {width: 100%;font-size: 2.75em;}
}

@media screen and (max-width: 650px) {
    .home .tiers .brackets > li {width: 80%;border-top: 1px dashed rgba(0,0,0,0.25);}
    .home .tiers .brackets > li:first-child {border-top:none;}
    .home .tiers .brackets > li:first-child, .home .tiers .brackets > li:nth-child(3) {border-right:none;}
    .home .tiers .brackets {margin-top: 1em;}
}

@media screen and (max-width: 400px) {
    .home .tiers .brackets > li {width: 100%;}
    .blok-title {font-size: 2.25em;}
    .home .intro .hed .neuz {font-size: 1.2em;}
    .home .intro .hed h1 {font-size: 2.25em;}
    .home .intro .wall .sabbath {font-size: 2.5em;}
    .txt-content {font-size: 1.2em;}
    .home .txt-content .emph {font-size: 1.2em;}
    .home .tiers .brackets li .description li {font-size: 1.2em;padding: 0 1.5em;}
    .home .intro .main-logo h2 {background-size: 55px 32px;width: 55px;height: 32px;}
    .home .intro header.main {padding: 1em 1em 0;}
    .home .intro header.main .btn {padding: 0.4em 0.75em 0.35em;opacity: 0.5;}
    .home .intro header.main .btn:hover {opacity: 1;}
    .home .intro .hed {top: 1em;}
    .home .tiers .big-btn {width: 65%;padding: 0.5em 10% 0.6em;line-height: 1;}
    .home .tiers .higher {width: 60%;}
    .home .location .cool-title {margin-right: 0;float: none;margin-top: -1.5em;display: block;}
    .home .location {min-height: 400px;}
}








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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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