@import url('../fonts/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}




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

a {
  text-decoration: none; 
  }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /*overflow: hidden;*/
  box-sizing: border-box;
  color: white; }

body {

  font-family: Inter, sans-serif;
    font-weight: 300;
    font-style: normal;
    
	/* font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal; */
    font-size: 1.2em;
    line-height: 1.4em;
	color: #ffffff;
	background-color: #18191d;
  background-size: cover;
  background-position: middle right;
  background-repeat: no-repeat; }

/*
 #home {
  background-image: url(../images/fsz1_900x1040.jpg); }
  */


/*
#schedule,
#seasonarchive,
#season {
  background-image: url(../images/sb-bg2-mobile.jpg); }
    */


.wrapper {
  height: 100vh;
  display: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

header {
  color: #ffffff;
  background-color: transparent;
  padding: 1.5em 1.2em 1.2em;
  display: fixed;
  top: 0;
  left: 0; }
  header h1 {
    font-size: 1.6em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative; }
  header nav {
    display: none; }
  header .burger {
    position: absolute;
    cursor: pointer;
    top: 1.5em;
    right: 1em; }
    header .burger img {
      width: 1.4em; }
    header a {color: #FFFFFF;}  
 
 
#home header {
  border-bottom: 3px solid #a80c15;
  }

#news header {
  border-bottom: 3px solid #a80c15;
  }  
  
#article header  {
  border-bottom: 3px solid #a80c15;
  }  
    

#events header  {
  border-bottom: 3px solid #b9a710;
  }

#biog header {
  border-bottom: 3px solid #0064a4;
  }

#releases header {
  border-bottom: 3px solid #0ca822;
  }

#release header {
  border-bottom: 3px solid #0ca822;
  }


 
 
     header .logo img {
      width: 100px; }     

header ul li:first-child a { color: #a80c15; }
header ul li:nth-child(2) a { color: #b9a710; align: center;}
header ul li:nth-child(3) a { color: #0064a4; }
header ul li:nth-child(4) a { color: #0ca822; }
header ul li:last-child a { color: #730ca8; }



    
      

content {
  padding: 1.5em 1.2em 1.2em;
/*  overflow: auto; */
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
   }
  content h2 {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0 }
    
    content h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 0 }
        
    content h4 {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.75em;
    line-height: 1.15em;
    padding: 0 }

content .right {
    top: 0;
    }

  content .gallery {
    list-style: none;
    margin: 1em 0 0;
    padding: 0; }
    content .gallery li {
      display: inline-block;
      width: 100%;
      margin-bottom: 1em; }
      content .gallery li img {
        width: 100%; }
  content .column article {
    margin-bottom: 1.5em; }
  content hr {
    border: 0;
    height: 2px;
    background-color: white; }
    
table.GeneratedTable {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-width: 0px;
  border-color: #transparent;
  border-style: solid;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 0px;
  border-color: #transparent;
  border-style: solid;
  padding: 0 0 0.75em 0;
  vertical-align: top;
  line-height: 0.75em;
}

table.GeneratedTable thead {
  background-color: #transparent;
}
  

.mmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 5em;
  color: #FFFFFF;
  display: none;
  box-sizing: border-box;
  /* border-bottom: 5px solid #000000; */ }
  .mmenu.open {
    display: block; }
  .mmenu .mclose {
    position: absolute;
    top: 1.5em;
    right: 1em; }
    .mmenu .mclose img {
      width: 1.4em; }
  .mmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.8em; }
    .mmenu ul .active {
      color: #FFFFFF; }
    .mmenu ul .fszmm {
    	font-family: Inter, sans-serif;
    	font-weight: 700;
    	font-size: 2em; }  
   
    .mmenu ul .fszmm img {
      width: 50%;}
       	
    .mmenu ul li {
      margin-bottom: 0.3em; }
    /*  .mmenu ul li:last-child {
        margin-top: 1em; } */
        .mmenu ul li:last-child span:first-child::after {
          content: " / "; }
    .mmenu ul:last-child li {
      display: inline-block; }
      .mmenu ul:last-child li img {
        width: 1.2em; }
          .mmenu a {color: #FFFFFF;}     




#home .mmenu {
  background-color: #a80c15;
  }

#news .mmenu {
  background-color: #a80c15;
  }  
  
#article .mmenu  {
  background-color: #a80c15;
  }  
    

#events .mmenu  {
  background-color: #b9a710;
  }

#biog .mmenu {
  background-color: #0064a4;
  }

#releases .mmenu   { background-color: #0ca822; }

#release .mmenu   { background-color: #0ca822; }





@media (min-width: 800px) {
  body {
    background-size: cover;
    background-position: top center; }



  header h1 {
    font-size: 2em; }
  header nav {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    min-height: 2em;
    height: 2em; }
    header nav ul {
      list-style: none;
      padding: 0;
      margin: 0.25em 0 0; }
      header nav ul li {
        display: inline-block;
        margin: 0; }
     /*   header nav ul li .active {
          color: #CCCCCC; } */
      header nav ul:first-child {
        float: left; }
        header nav ul:first-child li {
          margin-right: 0.5em; }
      header nav ul:nth-child(2) {
        float: right; }
        header nav ul:nth-child(2) li:first-child {
          margin-right: 1em; }
          header nav ul:nth-child(2) li:first-child span:first-child::after {
            content: " / "; }
        header nav ul:nth-child(2) li img {
          width: 1.5em;
          vertical-align: top;
          position: relative;
          top: -5px; }
  header .burger {
    display: none; }
        header .logo img {
      width: 150px; }  


  content h2 {
    font-size: 2em; }
    
     content h4 {
    line-height: 0.75em;
    padding: 0 }

    
  content .gallery li {
    width: 48%;
    margin-right: 1em; }
    content .gallery li:nth-child(even) {
      margin-right: 0; }

  #media content .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #media content .container .column {
      width: 48%; }
      #media content .container .column:first-child {
        margin-right: 4%; } }
        
        
        
        
        
@media (min-width: 1000px) {




 

  header {
    padding-top: 1.8em; }
    header h1 {
      font-size: 2.8em; }
    header .container {
      max-width: 1000px;
      margin: 0 auto; }
      
   header nav {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;
    min-height: 2em;
    height: 2.5em; }    



  content .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    content .container .left {
      min-width: 60%; }
    content .container .right {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          -ms-flex: 1 1 auto;
          flex-grow: 1;
 }
      content .right {
    margin-left: 3.5em;
     }
    
    content .container .column {
      width: 50%; } }
      
      content a {
  color: #FFFFFF; 
  }
