/* NAVIGATION */
#nav-header.full-video {
  background-color: rgba(0, 0, 0, 0);
}

#nav-header #logo-container.full-video {
  display: none;
}

#nav-header #full-video-menu-container.full-video {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  z-index: 100;
}

#nav-header #full-video-menu-container svg {
  display: none;
}

#nav-header.full-video #full-video-menu-container svg path,
#nav-header.full-video #nav-open-menu-icon {
  fill: #eee;
}

/* VIMEO EMBED */
#clash-home-video {
  position: relative;
}

#clash-home-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

#clash-home-video.full-video {
  height: 100vh;
  width: 100vw;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.volume-button {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 35px;
  color: #eee;
  z-index: 2;
}

.volume-button:hover {
  cursor: pointer;
}

#landing-background {
  display: flex; /*for loader*/
  background-color: #eee;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 1;
}

#landing-background.hide {
  transition: opacity 2.5s ease-out;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

#landing {
  z-index: 200;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#landing.on-video {
  z-index: 1;
}

#landing.normal {
  display: none;
}


#landing svg {
  z-index: 201;
  width: 15vw;
  opacity: 1;
  transition: opacity 1s ease-out;
}

#landing.on-video svg path {
  fill: #eee;
}

#landing .landing-button-group {
  z-index: 201;
  display: flex;
  margin-top: 50px;
}

.enter-site-button {
  color: #222;
  text-transform: uppercase;
  margin: 0 20px;
  padding: 2px 5px;
  border: solid 1px #222;
  text-decoration: none;
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.5;
  transition: opacity 0.25s ease-out;
}


.enter-site-button:visited {
  color: #222;
  border-color: #222;
}

.enter-site-button:hover {
  cursor: pointer;
  text-transform: none;
}

.on-video .enter-site-button {
  opacity: 1;
  transition: opacity 0.25s ease-out;
  color: #eee;
  border-color: #eee;
}

.on-video .enter-site-button:visited {
  color: #eee;
  border-color: #eee;
}

.on-video .enter-site-button:hover {
  /*background-color: rgba(20, 20, 20, 0.8);*/
  color: #eee;
  border-color: #eee;
}

.loader{
  height: 20px;
  width: 40px;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
.loader svg path,
.loader svg rect{
  fill: #4b4b4b;
}
