


* {
  /*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: baskerville-urw, serif;
font-weight: 400;
font-style: normal;
    font-size: 1.2em;
    line-height: 1.4em;
	color: #59595b;
	background-color: #ffffff;
  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: #909090;
  padding: 1em 1.2em 1.2em;
  display: fixed;
  top: 0;
  left: 0;
border-bottom: solid 3px #7c7c7c;
     }
  header h1 {
    font-size: 1.4em;
	font-family: baskerville-urw, serif;
	font-weight: 400;
	font-style: normal;
    color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative; }
  header nav {
    display: none; }
  header .burger {
    position: absolute;
    cursor: pointer;
    top: 1.25em;
    right: 1em; }
    header .burger img {
      width: 1em;
}
    header a {color: #ffffff;}  
    
header ul li a.active {
		border-bottom: 2px solid #FFFFFF;
		} 
 

 
    
   .cpad {
    padding: 1.5em 1.2em 1.2em;
    }   





content {
 
/*  overflow: auto; */
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
   }
  
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.25em;
    right: 1em; }
    .mmenu .mclose img {
      width: 1em; }
  .mmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
font-family: urw-din, sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
    font-size: 1em;
    line-height: 1.3em; }
    .mmenu ul .active {
      color: #ffffff; }
    .mmenu ul .fszmm {
font-family: baskerville-urw, serif;
font-weight: 400;
font-style: normal;
    	font-size: 1.7em;
    	text-transform: none;
 }  
   

       	
    .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: 2em;
        top: 3px; }
          .mmenu a {color: #ffffff;}     




.mmenu {
  background-color: #7c7c7c;
  }





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



  header h1 {
    padding-top: 10px;
    font-size: 2em;
    margin-bottom: 7px;
    color: #ffffff;
}
  header nav {
    display: block;
font-family: urw-din, sans-serif;
font-weight: 600;
font-style: normal;
    min-height: 0.75em;
    height: 1em;
    font-size: 0.6em;
    text-transform: uppercase;
    margin-left: 15px;

     }
    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: 0.5em; }
          header nav ul:nth-child(2) li:first-child span:first-child::after {
            content: " / "; }
        header nav ul:nth-child(2) li img {
          margin-right: 0.5em;
          width: 1.5em;
          vertical-align: top;
          position: relative;
          top: 3px; }
  header .burger {
    display: none; }
       


    
  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 {
        padding-top: 0px;
      font-size: 2.5em;
      margin-bottom: 12px;
       }
    header .container {
      max-width: 1000px;
      margin: 0 auto; }
      
   header nav {
    display: block;
font-family: urw-din, sans-serif;
font-weight: 600;
font-style: normal;
    min-height: 1em;
    height: 1.5em; 
    font-size: 0.75em;
    text-transform: uppercase;
    margin-left: 20px;
    }    

 header nav ul:nth-child(2) li img {
          width: 1.5em;
          vertical-align: top;
          position: relative;
          top: 0; }

  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 {
      max-width: 50%; }
    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;
    min-width: 45%;
     }
    
    content .container .column {
      width: 50%; } }
      
      content a {
  color: #59595b; 
  }
