/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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;
}

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

::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
   ========================================================================== */
html {
  background:
  /* Dk Grey Veritcal Lines in BG */
  linear-gradient(to right, rgba(133,128,124,0.2) 10%,rgba(85,85,86,0.2) 10%,rgba(85,85,86,0.2) 13%,rgba(133,128,124,0.2) 13%,rgba(133,128,124,0.2) 16%,rgba(85,85,86,0.2) 16%,rgba(85,85,86,0.2) 19%,rgba(133,128,124,0.2) 19%,rgba(133,128,124,0.2) 22%,rgba(85,85,86,0.2) 22%,rgba(85,85,86,0.2) 25%,rgba(133,128,124,0.2) 25%,rgba(133,128,124,0.2) 25%),
  /* BG circle fade */
  radial-gradient(ellipse 120% 140% at top center, #85807C 40%,#555556 65%)
  ;
  background-attachment:fixed;
  height:100%;
}

body {  font-family:'Noto Sans', sans-serif; color:#fefefe; height:100%; font-size:16px;
}
a:link, a:visited {text-decoration:none; color:#fefefe;}

/* LAYOUT */
.flex-grid {display:block;}
.col {flex:1; position:relative;}
aside.col {padding:0 .5em;}

/* HEADER */
.site-header {
  margin-bottom:2em;
}

#logo {text-align:center;}
#logo img {
  max-width:88%;
  filter:drop-shadow(9px 9px 12px rgba(0,0,0,0.8)); margin-top:-7px;
}

/* MENU */
#site-navigation {border-top:10px solid #fff; border-bottom:10px solid #fff; background:#F44F0B; padding-top:1em;}
#main-menu {list-style-type:none; margin:0; padding:0; display:none;}
#momenu, .btn-chrome {
  margin:0 auto;
  width:35%;
  padding:0.5em;
  cursor:pointer;
  text-align:center;
  color:black;
  border:2px solid #555556;
  box-shadow:0 0 4px 4px rgba(0,0,0,0.4);
  border-radius:9px;
  margin-bottom:1em;
  /* chrome button effect */
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),

    linear-gradient(180deg, hsl(0,0%,78%)  0%,
    hsl(0,0%,90%) 47%,
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
}

.btn-chrome {width:65%; margin-top:3em;}
.btn-chrome {color:black; text-shadow:2px 2px #eee; font-size:1.1em;}
.btn-chrome:hover {box-shadow:0; color:#F44F0B;}
#accordion .btn-chrome {margin-top:0}

.menu-item {
  text-align:center;
  font-family: 'Exo', sans-serif;
  font-style:italic;
  text-transform:uppercase;
  padding:1em;
  border-bottom:1px solid #480000;
}
.menu-item:first-child {border-top:1px solid #480000;}
.menu-item a, .menu-item a:visited {
    text-decoration:none;
    font-size:1.2em;
    color:#fff;
  }


header {position:relative; margin:1em 0;}

/* INTRO */
main {margin:3em 0;}
h1{color:#fff; font-family: 'Racing Sans One', cursive; text-align:center; text-shadow:2px 2px 2px rgba(0,0,0,0.6); white-space: nowrap; position: relative;}
main h2 {font-size:1.2em; margin:0; text-align:center; padding:1.5em 0;}
main figure img{border:2px solid #fff;}

/* HISTORY */
/* not working...
#history aside {-webkit-transition:left 600ms linear; transition:left 600ms linear;}
#history aside {transform: translateX(100%); -webkit-transform: translateX(100%);}
*/


/* SPECS */
#specs ul {list-style:none;}
#specs ul li ul {list-style-image:url("../img/anvil_logo_a_only_bullet.png");}
#specs ul li ul li {margin:1em 0;}

/* SHOWS */
#shows .flex-center {align-items:center;}
#shows .main-img {border-top:3px solid #fff; border-bottom:3px solid #fff;}
#shows .event-logo {position:absolute; bottom:-30px; right:0; z-index:10; max-width:50%;}
#shows .event-logo2 {float:left; max-width:180px; padding-right:20px; padding-bottom:5px;}
#shows .event-date, #shows .event-loc {text-align:center; padding:.5em; color:#000; font-size:1.5em;  margin:1em; text-shadow:2px 2px #fff;}
#shows .show-event {padding:0 2em; text-align:center; text-shadow:1px 1px 1px #555;}
#shows .show-event article:not(:first-child) {margin:1em 0; border-bottom:1px solid #555; padding-bottom:1em;}
#shows .show-event article:nth-child(2) {padding-top:1em;}
#shows .show-event article:last-child {border:0;}
#shows .next-event {border:3px solid #999 !important; border-radius:15px; background:rgba(255,255,255,0.6); padding:2em 0; margin:2em 0 3em 0; box-shadow:inset 0 0 9px 6px #555, 0 0 5px 5px #333;}
#shows .next-event .event-date {margin-top:-2em;}
#shows .prev-show {padding-bottom:2.5em; margin-top:2em; border-bottom:1px solid #480000;}
#shows .prev-show h2 {font-family: 'exo', sans-serif; font-size:1.8em; text-transform:uppercase; font-style:italic; text-shadow:1px 1px 2px rgba(0,0,0,0.6);}
#shows .prev-show h2 small {font-size:0.6em; text-transform:initial; font-style:normal;}
#shows .prev-show article {padding:0 10px;}
#shows .prev-show:first-child {margin-top:0}
#shows .prev-show:last-child {border-bottom:0;}

/* MEDIA */
#media aside article {margin-bottom:2em; border-bottom:1px solid #480000; padding-bottom:2em;}
#media aside article h3 {font-family: 'Exo', sans-serif; font-style:italic; text-transform:uppercase;}
/* Articles list and control elements */
#articlesAnvil {list-style:none;}
#articlesAnvil li{display:none;}
#loadMore {cursor:pointer;}
#showLess {cursor:pointer; display:none;}

.show-more {text-align:center; background:#F44F0B; transform:skew(-15deg); display:inline-block; float:right; box-shadow:2px 2px 2px 1px #333; color:#FFF;  padding:5px 8px; border-top:1px solid #fff; border-bottom:1px solid #fff;}


/* ASIDE */
aside h2 {
  text-shadow:2px 2px 2px rgba(0,0,0,0.6);
  margin-top:0;
  text-align:center;
  color:#fff;
  font-style:italic;
  margin:0;
  font-family:'Noto Sans', sans-serif;
}
aside {
  margin-right:0;
  padding-top:1em;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
aside section {flex:1 0 auto;}
aside footer {flex-shrink:0;}
.momargin {margin:0 2%;}
aside figure {margin:0 0 4em 0; text-align:center;}
fig-caption h3{
  background:#fff;
  color:black;
  transform:skew(-15deg);
  position:absolute;
  /* left:-9px;
  top:-10px; */
  left:20px;
  top:-20px;
  padding:5px 10px;
  box-shadow:2px 2px 1px 1px rgba(0,0,0,0.6);
  border-radius:6px;
  margin:0;
  z-index:10;
  text-transform:uppercase;
  /* chrome button effect */
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),

    linear-gradient(180deg, hsl(0,0%,78%)  0%,
    hsl(0,0%,90%) 47%,
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
}

#intro aside figure img, .chromefrm {
  object-fit:cover;
  box-shadow:0 0 6px 4px rgba(0,0,0,0.5);
  border:3px solid #C0C0C0;
  border-radius:5px;
  max-width:96%;
  /* height: calc(10% - 10px); */
}

.chrome {
background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),

    linear-gradient(180deg, hsl(0,0%,78%)  0%,
    hsl(0,0%,90%) 47%,
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
}

.big-chrome {
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);

}

.frm-chrome { border-radius:10px; border:3px solid #aaa; box-shadow:0 2px 4px 3px #333;}

figure {position:relative; margin:4%;}
.figlink {
  position:absolute; bottom:.25em; right:-0.8em;
}
.figlink p {
  background:#fff; padding:3px 9px; text-align:center; transform:skew(-15deg);
  color:black;
  box-shadow:3px 3px 2px 2px rgba(0,0,0,0.4);
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),

    linear-gradient(180deg, hsl(0,0%,78%)  0%,
    hsl(0,0%,90%) 47%,
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
}

#figbuild a:hover .figlink p, #fighist a:hover .figlink p, #figwhere a:hover .figlink p, #build a:hover .figlink p {
  color:#F44F0B;
  text-shadow:2px 2px 2px #fff;
}
#figbuild a:hover fig-caption h3, #fighist a:hover fig-caption h3, #figwhere a:hover fig-caption h3, #build a:hover fig-caption h3{
  color: hsl(18, 91%, 50%);
  text-shadow: hsla(18,91%,20%,.3) 0 -1px 0, hsl(18,91%,85%) 0 2px 1px, hsla(19,91%,80%,1) 0 0 5px, hsla(18,91%,50%,.6) 0 0 20px;
}


/* FOTORAMA SLIDERS */
.fotorama { background:#fff; padding:5px 0;}

/* Flex to make footer stay at bottom */
.site {
	min-height:100vh; 	
	display:flex;
	flex-direction:column;
	}
.site-main {flex:1 0 auto;}
/* FOOTER */
.site-footer {
    text-align:center;
    color:rgba(0,0,0,0.4);
    font-size:0.8em;
    padding:3em 0 2em 0;
    flex-shrink:0;
  }
ul.ftr-lnks {display:inline-block; list-style-type:none; margin:0; padding:0;}
.ftr-lnks, .ftr-lnks a, .ftr-lnks a:visited {color:#999; font-size:1.1em; display:block; padding:.6em 0;}


/* ==================================
	DESKTOPS 
====================================*/
@media (min-width: 800px) {
/* LAYOUT */
.flex-grid {
    display: flex;
  }
.flex-grid .col + .col {
    margin-left:3em;
  }

  #main, .site-branding, .site-main {
    margin: 1em calc(5% + 10px);
  }


  .site-branding-container {
  background:linear-gradient(to bottom, rgba(255,255,255,0) 25%,rgba(255,255,255,1) 25%, #fff 29%, #F44F0B 29%, #d3440a 31%, #F44F0B 45%, #F44F0B 55%, #d3440a 69%, #F44F0B 71%,#fff 71%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 75%);
  }

  #logo {text-align:left;}
  #logo img {max-width:280px; }
  #intro {align-items:top;}
  #intro main {margin-top:0;}
  #intro h1, h1 {font-size:2.2em;}
  #intro main fig-caption:first-child{
  position:absolute; 
  top:-1.5em; 
  left:-1.3em; 
  z-index:500;
  background:#F44F0B;
  transform:skew(-15deg);
  box-shadow:5px 5px 2px 2px rgba(0,0,0,0.6);
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}
#intro main h2 {
  position:absolute; bottom:3.5em; right:-1.1em; z-index:5;
  background:#F44F0B;
  transform:skew(-15deg);
  box-shadow:5px 5px 2px 2px rgba(0,0,0,0.6);
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  margin:0;
  padding:5px 10px;
}

main figure img, .fotorama{
  box-shadow: 0 0 0 8px #F44F0B, 0 0 0 10px #fff, 10px 10px 8px 8px black;
  border:2px solid #fff;
  border-radius:2%;
}

main {flex-grow:2 !important; margin:0; position:relative; width:75%; max-width:1100px;}

main h1 { 
  top:-0.5em; 
  left:-0.6em; 
  margin:0;
  padding:0 0.3em;
  position:absolute;  
  z-index:500;
  background:#F44F0B;
  transform:skew(-15deg);
  box-shadow:5px 5px 2px 2px rgba(0,0,0,0.6);
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

main h2 {font-size:1.6em; padding:0;}

.show-more:hover {background: #fff; color:#F44F0B;}

  
  
/* MAIN MENU */
#site-navigation {flex-grow:4; text-align:right; border-top:0; border-bottom:0; background:none; padding-top:0;}  
#main-menu {display:inline-block;}
#momenu {display:none;}
.menu-item {display:inline-block; padding:0; border:none;}
.menu-item:first-child {border-top:none;}
.menu-item a, .menu-item a:visited {padding:1em;}
.menu-item::after {content:"/"; padding-left:1em; color:#fff;}
.menu-item:last-child::after {content:""; padding-left:0;}
.menu-item a:last-child{padding-right:0;}
.menu-item a:hover, .menu-item a.active { color:#fff; text-shadow:3px 3px 2px black;}


/* SHOWS */
#shows .main-img {border:3px solid #fff; border-radius:5px;}
#shows .event-logo {right:-15px;}

/* SPECS */
#specs {background:#000; border-radius:.5em}
#specs .col + .col {margin-left:0}
#specs aside {padding:2em 2em 0 0;}

/* FOTORAMA SLIDERS */
.fotorama {padding:5px; border-radius:.5em;}
.fotorama__caption {text-align:right; bottom:2em; right:-0.25em;}
.fotorama__caption__wrap {font-size:1.3em; padding:0 2em; transform:skew(-15deg);}

/* FOOTER */
.ftr-lnks li {display:inline-block; padding:1em 2em;}
.ftr-lnks li a {display:inline-block; padding-left:0.5em;}
/* .ftr-lnks li:first-child::after {content:"/"; padding-left:1em;} */


/* end media query */
}


/* Linear ------------------------- */
/*
.metal.linear {
  width: 100px;
  font-size: 4em;
  height: 80px;
  border-radius: .5em;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),

    linear-gradient(180deg, hsl(0,0%,78%)  0%,
    hsl(0,0%,90%) 47%,
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
}
*/


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


