/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  line-height: 1;

    height: 100%;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*____________________________________________*/
.Site {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}

.Site-content {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
background-image: url(pix/dark.jpg);}

#container {
  font-family: 'Roboto Condensed', sans-serif;
  color: #e0b988;
  background-image: url(pix/dark.jpg); }

h1 {
  font-family: 'Alfa Slab One', serif;
  font-size: 80px;
  text-align: center;
  text-decoration: none; }

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px; }

header {
  background-image: url(pix/brown.jpg);
  padding: 20px; }
  header a {
    text-decoration: none;
    color: #e0b988; }
  header #head {
    width: 90px; }

#mobileNav {
  display: none; }

nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  text-decoration: none; }
  nav ul li {
    padding: 15px;
    text-decoration: none; }
    nav ul li a {
      text-decoration: none;
      color: #e0b988;
      font-family: 'Roboto Condensed', sans-serif;}
    

#movie {
  background-color: black; }
  #movie .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  #movie .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#welcome {
  background-color: #1D4342;
  text-align: center;
  font-size: 1.5rem;
  padding: 3% 15%; }
  #welcome h2 {
    font-size: 45px; }

#red {
  background-image: url(pix/light.jpg);
  color: #331416;
  text-align: center;
  font-size: 30px;
  padding: 40px; }
  #red h2 {
    font-family: 'Alfa Slab One', serif;
    font-size: 45px; }

#featured {
  background-color: #366B5C; }
  #featured h2 {
    font-family: 'Alfa Slab One', serif;
    font-size: 40px;
    letter-spacing: 10px;
    text-align: center;
    padding-top: 25px; }
  #featured #slider ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2%; }
  #featured #big ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2%; }
    #featured #big ul p {
      font-size: 30px; }

.flex-item {
  padding: 2%;
  margin-top: 10px;
  text-align: center; }

#more {
  background-image: url(pix/light.jpg);
  color: #331416;
  text-align: center;
  font-family: 'Alfa Slab One', serif;
  font-size: 45px;
  padding: 40px; }

footer {
  background-image: url(pix/brown.jpg);
  overflow: hidden; }
  footer p {
    float: left;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #e0b988}
  footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: right;
    padding: 10px; }
  footer li {
    padding-right: 10px; }

/*_____________________________________*/
#sort {
  background-color: #1D4342; }
  #sort ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    font-size: 20px;
    padding: 30px; }

#events {}
  #events ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 20px;
    padding: 30px; }
  #events .event-item {
    background-color: #366B5C;
    width: 300px;
    height: 300px;
    margin: auto;
    margin: 20px;
    text-align: center; }

/*______________________________________*/
#pass {
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 30px; }
  #pass h1 {
    font-size: 45px; }

.acts {
    padding-bottom: 20px;
    color: #e0b988;}

.info {
    margin-bottom: 45px;
    padding: 20px;
    background-color: rgba(51,20,22,0.5);
}

#masthead {
    width: 100%;
    margin: auto;
    background-image: "pix/masthead.jpg";
    background-size: contain;
}

/*______________________________________*/

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #e0b988;
    text-align: center;}

/*______________________________________*/

@media screen and (max-width: 1166px) {
  #welcome {
    font-size: 1.2rem; }
    #welcome h2 {
      font-size: 35px; }

  #featured #big ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #featured #big ul p {
      font-size: 30px; }

  .flex-item {
    padding: 2%;
    margin-top: 10px;
    text-align: center; } }
@media screen and (max-width: 840px) {
  h1 {
    font-size: 50px; }

  #welcome {
    font-size: 1rem; }
    #welcome h2 {
      font-size: 25px; }

  .flex-item {
    -webkit-flex-shrink: 25;
        -ms-flex-negative: 25;
            flex-shrink: 25; } }
@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 20px; }

  nav { 
    font-size: 20px;
  }

  #red h2 {
    font-size: 25px; }

  #featured h2 {
    font-size: 20px; }

  #big ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2%; }
    #big ul p {
      font-size: 2px; }

  #more {
    font-family: 'Alfa Slab One', serif;
    font-size: 35px; } }

/*# sourceMappingURL=style.css.map */