/* UNIVERSAL */

@font-face {
  font-family: "OrstedSans-Bold";
  src: url("../assets/OrstedSans-Bold.eot"); 
  src: url("../assets/OrstedSans-Bold.eot?#iefix") format("embedded-opentype"), 
    url('../assets/OrstedSans-Bold.woff') format('woff');
}

@font-face {
  font-family: "OrstedSans-Regular";
  src: url("../assets/OrstedSans-Regular.eot"); 
  src: url("../assets/OrstedSans-Regular.eot?#iefix") format("embedded-opentype"), 
    url('../assets/OrstedSans-Regular.woff') format('woff');
}

.wrapper {
width: 100%;
height: 100%;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.aling-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

img {
min-height: 1px;
}

.no-orphan {
white-space: nowrap;
}

.super {
font-size: .6em;
vertical-align: top;
}



/* TOP */

.top-content {
  width: 100%;
  height: 60%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  /* background-color: tan; */
}

.top-left {
  height: 100%;
  width: 80%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  /* background-color: cadetblue; */
}

.top-logo {
  height: 16vh;
  margin-bottom: 1%;
  min-height: auto;
}

.top-copy {
  color: white;
  font-family: "OrstedSans-Regular";
  white-space: nowrap;
  text-align: left;

  font-size: 17vh;
  line-height: 1.2em;
}

.top-right{
  height: 100%;
  width: 20%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  
  /* background-color: thistle; */
}

.cta {
  font-family: "OrstedSans-Bold";
  color: #ffffff;
  white-space: nowrap;
  font-size: 9vh;

  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 1.3em;
  padding-right: 1.3em;

  border: none;
  border-radius: 10em;

  background-color: #4099da;
}

/* SIDES */

.side-content {
  width: 87%;
  max-width: 310px;


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  /* background-color: tan; */
}

.side-logo {
  width: 94px;
  margin-bottom: 8px;
}

.side-copy {
  color: white;
  font-family: "OrstedSans-Regular";
  white-space: nowrap;
  text-align: left;

  font-size: 1.7em;
  line-height: 1.2em;
}

.side-cta {
  margin-top: 35px;

  font-family: "OrstedSans-Bold";
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.05em;

  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 1.3em;
  padding-right: 1.3em;

  border: none;
  border-radius: 10em;

  background-color: #4099da;
}

/* LEFT */

/* RIGHT */

/* BACK */

#body_back #video-container {
  width: 100vw;
  /* min-width: 1080px; */
  min-width: 1900px;
  /* height: 100vh; */
}

.jp-controls-holder {
  opacity: 0 !important;
}

#body_back {
  background-color: gray;
}

/* QUERIES */

@media only screen and (max-width: 340px) {

  .side-logo {
    width: 26vw;
    margin-bottom: 3vw;
  }

  .side-copy {
    font-size: 7.5vw
  }

  .side-cta {
    margin-top: 12vw;
    font-size: 4.5vw;
  }
}

/* ANIM-SETUP */

/* EDIT */
