/* site specific css */

section.section1 {
  background-color: #009999;
    font-size:18px;
}

section#home {
  padding: 0;
}


section.section2 {
  background-color: #cccc00;
    font-size:20px;
    }

section.section3 {
/*background-image: url("http://uakron.edu/springfest/images/hoodie-masthead.jpg");*/
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto auto;
  background-color: #eae7e0;
  font-size:20px;
  }


section.section4 {
  background-color: #009999;
  font-size:20px;
  }


section.section5 {
  background-color: #ffffff;
  font-size:20px;
  }


section.section6 {
  background-color: #663366;
  color:#ffffff;
  font-size:20px;
  }


section.parking {
  background-color: #ccc;
  font-size:20px;
  }


@media (max-width: 767px) {
  section.section3 {
  background-position: center;
  }
}

/* video css */

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    margin: auto;
    width: 100%;
}

.fullscreen-bg__video {
    width: 100%;
    height: 100%;
    max-height: 400px;
    
}​

@media screen and (min-width: 480px) {
    .fullscreen-bg__video {
        max-height: 500px;
    }
}

@media screen and (min-width: 768px) {
    .fullscreen-bg__video {
        max-height: 550px;
    }
}

@media screen and (min-width: 990px){
    .fullscreen-bg__video {
        max-height: 600px;
    }
}

@media screen and (min-width: 1100px){
    .fullscreen-bg__video {
        max-height: 700px;
    }
}

@media screen and (min-width: 1200px){
    .fullscreen-bg__video {
        max-height: 800px;
    }
}

@media screen and (min-width: 1300px){
    .fullscreen-bg__video {
        max-height: 1200px;
    }
}

