body {
  font-family: "relative-book" !important;
  background-color: #0A0A25;
  color: white;
}

.center {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  min-height: 730px;
  z-index: 1;
}

.row {
  width: 100%;
  clear: both;
}

.col {
  padding-left: 20px;
  max-width: 560px;
  float: left;
  margin-right: 60px;
}

.col .top {
  margin-top: 73px;
}

.logo {
  max-height: 44px;
  padding-left: 20px;
}

p {
  font-size: 28px;
  line-height: 35px;
}

a {
  color: #FAFD54;
}

a:hover {
  color: #fdd654;
}

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  padding:0;
  margin:0;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden;
}

.videoPlayer {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
 -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover; 
}

.overlay {
  z-index: 1;
  background-color: rgba(10,10,37, 0.5);
}

.footer {
  position: fixed;
  bottom: 0;
}

.footer p {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 20px;
}

#mc_embed_signup {
  background-color: transparent !important;
  margin-top: 73px;
}

#mc_embed_signup label, #mc_embed_signup input {
  font-family: "relative-book" !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  text-align: left !important;

  margin-top: 1rem;
  width: 100%;
  border: 0;
  padding: 0;

  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe-button {
  margin-top: 1rem;
  border-radius: 0 !important;

  background-color: #FAFD54;
  color: #333;
  font-size: 28px;
  font-weight: 400;
  text-align: center;

  width: 100%;
  padding: 0.25rem 0;

  cursor: pointer;
}

.subscribe-button:hover {
  background-color: #fdd654;
}

@media screen and (max-width: 560px){
  //hide video
  #video-container, .overlay {
    display: none;
  }

  .center {
    transform: none;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 75px;
    padding-top: 0;
    margin-right: 0;
    max-width: 100vw;
  }
  
  p {
    font-size: 22px;
  }

  .col {
    margin-right: 0;
    padding: 0 1em;
  }

  .footer {
    margin-top: 4em;
    position: static;
    float: left;
  }

  .footer p {
    font-size: 16px;
    line-height: 20px;
  }
}
