/* ==========================================================================
   #RESET
   ========================================================================== */

/**
 * A very simple reset that sits on top of Normalize.css.
 */

body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #333;
  /* Old browsers */
  color: #FFF;
}

.homepage.background {
  background: #000;
  height: 100%;
}

.homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5 {
  font-family: "Heebo", sans-serif;
  color: #FFF;
}

.homepage.main-gradient {
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #45484d 3%, #000000 98%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #45484d 3%, #000000 98%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #45484d 3%, #000000 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-attachment: fixed;
}

.single .videoplayer {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  overflow: hidden;
  width: 90vw;
}

/* homepage center logo */

.vh-center {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vh-center p {
  padding-top: 1em;
  font-size: 0.8em;
  text-align: center;
}

.homepage .gt-container {
  height: calc(100vh);
  width: calc(100vw);
  position: absolute;
  z-index: 999;
  top: 0;
}

.homepage .wrapper {
  width: 100%;
}

.logo {
  margin: auto;
  line-height: 0;
  margin-bottom: 2em;
  width: 8em;
}

.logo img {
  width: 8em;
  -webkit-filter: drop-shadow(7px 5px 9px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(7px 5px 9px rgba(0, 0, 0, 0.3));
}

.shadow {
  -webkit-box-shadow: 0px 0px 45px -4px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 0px 45px -4px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 45px -4px rgba(0, 0, 0, 0.56);
}

.center {
  text-align: center;
}

.homepage h3 {
  text-shadow: 0px 4px 8px rgb(0 0 0 / 56%)
}
