
/*-------------------------------------------------------------------------------*/

.dropbtn {
  background: linear-gradient(to right, #ffcc00 0%, #ffe80e 100%);
  color: #000;
  min-width: 225px;
  padding: 16px;
  font-size: 24px;
  font-family: 'ARIAL';
  border: solid 2px #000;
  border-radius: 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 0px 12px 12px 12px;
}

.dropdown-content a {
  color: #FFF;
  padding: 2px 2px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #282828;border-radius: 12px;}

.dropdown:hover .dropdown-content {display: block;border-radius: 12px;}

.dropdown:hover .dropbtn {background-color: #000;border-radius: 12px;}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

body {
  margin: 0;
  padding: 0;
/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background-attachment: fixed;
  background-size: cover;
}

h2 {
  width: 100%;
  font-size: 2vw;
  color: #EBEBEB !important;
  font-family: 'Jua';
  text-align: center;
}

h3 {
  width: 100%;
  font-size: 2vw;
  color: #EBEBEB !important;
  font-family: 'Jua';
  text-align: center;
}

#overlay {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 2;
}

#middlez {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*-------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background-attachment: fixed;
  background-size: cover;
}

h2 {
  width: 100%;
  font-size: 4vw;
  color: #EBEBEB !important;
  font-family: 'Jua';
  text-align: center;
}

h3 {
  width: 100%;
  font-size: 4vw;
  color: #EBEBEB !important;
  font-family: 'Jua';
  text-align: center;
}

#overlay {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}

#middlez {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

}