body,
html {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: 'gordita', Montserrat, Helvetica, sans-serif;
  height: 100%;
  background:#F8EADA;
}

canvas {
  vertical-align: top;
}

p {
  padding: 0;
  margin: 0;
}

.info-icon {
  position: absolute;
  top: 36px;
  right: 38px;
  z-index: 5 !important;
  width: 48px;
  height: 48px;
  background: url("images/eps-info-icon.svg") no-repeat right top;
}

.close-icon {
  position: absolute;
  top: 36px;
  right: 38px;
  z-index: 5 !important;
  width: 48px;
  height: 48px;
  background: url("images/eps-close-icon.svg") no-repeat right top;
}

.eps-info {
  top: 0;
  left: 0;
  z-index: 4;
  /*display: none;*/
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
}

.eps-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#shake-prompt {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.container {
  width: 100%;
  height: 100%;
}

.row {
  width: 100%;
}

.col {
  width: 75%;
  padding: 28px;
  margin: auto;
}

.body-text {
  font-size: 190%;
  font-size: -webkit-calc(16px + 1.2vw);
  font-size: -moz-calc(16px + 1.2vw);
  font-size: calc(16px + 1.2vw);
  line-height: 200%;
  line-height: -webkit-calc(22px + 1.6vw);
  line-height: -moz-calc(22px + 1.6vw);
  line-height: calc(22px + 1.6vw);
}

.header {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background: #DCEEF7;
  height: 33%;
  disply: flex;
  position: relative;
}

.header::before {
  content: " ";
  display: inline-block;
  height: 33%;
  width: 1%;
  vertical-align: middle;
}

.header-reveal {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header img {
  padding-bottom: 10px;
  width: 300px;
}

.social-media-desktop {
  display: block;
}

.social-media-mobile {
  display: none;
}

.social-media {
  float: right;
  font-size: 130%;
  font-size: calc(14px + 0.5vw);
  font-size: -webkit-calc(14px + 0.5vw);
  font-size: -moz-calc(14px + 0.5vw);
  line-height: 145%;
  line-height: calc(20px + 1vw);
  line-height: -webkit-calc(20px + 1vw);
  line-height: -moz-calc(20px + 1vw);
  color: #002B5B;
}

.social-media a,
.social-media a:visited {
  color: #002B5B;
}

.social-media a:hover {
  color: #FF6C36;
}

.about {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background: #FFFFFF;
  color: #FF6C36;
  height: 33%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.about::before {
  content: " ";
  display: inline-block;
  height: 33%;
  width: 1%;
  vertical-align: middle;
}

.about p {
  display: inline-block;
  vertical-align: middle;
}

.about-reveal {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.about a,
.about a:visited {
  color: #FF6C36;
}

.about a:hover {
  color: #2D926F;
}

.contact {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%0, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background: #F8EADA;
  color: #2D926F;
  height: 34%;
  display: flex;
  position: relative;
}

.contact::before {
  content: " ";
  display: inline-block;
  height: 34%;
  width: 1%;
  vertical-align: middle;
}

.contact p {
  display: inline-block;
  vertical-align: middle;
}

.contact-reveal {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact a,
.contact a:visited {
  color: #2D926F;
}

.contact a:hover {
  color: #002B5B;
}

::selection {
  background-color: #2D926F;
  /* WebKit/Blink Browsers */
  color: #F8EADA;
}

.social-media::selection {
  background-color: #2D926F;
  /* WebKit/Blink Browsers */
  color: #F8EADA;
}

.social-media::-moz-selection {
  background-color: #2D926F;
  /* Gecko Browsers */
  color: #F8EADA;
}

.social-media a::selection {
  background-color: #2D926F;
  /* WebKit/Blink Browsers */
  color: #F8EADA;
}

.social-media a::-moz-selection {
  background-color: #2D926F;
  /* Gecko Browsers */
  color: #F8EADA;
}

.about p::selection {
  background-color: #F8EADA;
  /* WebKit/Blink Browsers */
  color: #2D926F;
}

.about p::-moz-selection {
  background-color: #F8EADA;
  /* Gecko Browsers */
  color: #2D926F;
}

.about a::selection {
  background-color: #F8EADA;
  /* WebKit/Blink Browsers */
  color: #2D926F;
}

.about a::-moz-selection {
  background-color: #F8EADA;
  /* Gecko Browsers */
  color: #2D926F;
}

.contact p::selection {
  background-color: #DCEEF7;
  /* WebKit/Blink Browsers */
  color: #002B5B;
}

.contact p::-moz-selection {
  background-color: #DCEEF7;
  /* Gecko Browsers */
  color: #002B5B;
}

.contact a::selection {
  background-color: #DCEEF7;
  /* WebKit/Blink Browsers */
  color: #002B5B;
}

.contact a::-moz-selection {
  background-color: #DCEEF7;
  /* Gecko Browsers */
  color: #002B5B;
}

@media (max-width:768px) {
  .header::before {
    content: none;
  }
  .header {
    display: block;
    position: relative;
  }
  .header img {
    padding-top: 20px;
  }
  .social-media {
    padding-bottom: 20px;
    float: none;
    position: absolute;
    bottom: 0;
  }
  .social-media-desktop {
    display: none;
  }
  .social-media-mobile {
    display: block;
  }
}

@media only screen and (max-device-width: 568px) and (orientation:portrait) {
  .eps-logo img {
    width: 125%;
    transform: translate(-8%, 0);
  }
  .header::before {
    content: none;
  }
  .header img {
    width: 65%;
  }
  .body-text {
    font-size: 105%;
    font-size: -webkit-calc(13px + 1.4vw);
    font-size: -moz-calc(13px + 1.4vw);
    font-size: calc(13px + 1.4vw);
    line-height: 120%;
    line-height: -webkit-calc(18px + 1.8vw);
    line-height: -moz-calc(18px + 1.8vw);
    line-height: calc(18px + 1.8vw);
  }
}

@media only screen and (max-device-width: 568px) and (orientation:landscape) {
  .col {
    width: 70% !important;
    padding:0 !important;
  }
  .header::before {
    content: " ";
  }
  .header {
    display: flex;
    position: relative;
    height: 33%;
  }
  
  .header img {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
  }
  
  .social-media {
    float: right;
    position: relative;
    padding-top: 20px;
  }
  .social-media-mobile {
    font-size: 75%;
    font-size: -webkit-calc(8px + 0.8vw);
    font-size: -moz-calc(8px + 0.8vw);
    font-size: calc(8px + 0.8vw);
    line-height: 110%;
    line-height: -webkit-calc(14px + 1vw);
    line-height: -moz-calc(14px + 1vw);
    line-height: calc(14px + 1vw);
  }
  .body-text {
    font-size: 75%;
    font-size: -webkit-calc(10px + 1vw);
    font-size: -moz-calc(10px + 1vw);
    font-size: calc(10px + 1vw);
    line-height: 110%;
    line-height: -webkit-calc(16px + 1vw);
    line-height: -moz-calc(16px + 1vw);
    line-height: calc(16px + 1vw);
  }
}

@media only screen and (max-device-width: 568px) {
  #loading-gif {
    width: 75px;
  }
  .col {
    padding: 16px;
    width: 85%;
  }
  .about,
  .contact {
    font-size: calc(12px + 1.9vw);
    line-height: calc(18px + 2vw);
  }
  .about {
    padding-top: 10px;
  }
  .info-icon {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 26px;
  }
  .close-icon {
    width: 40px;
    top: 30px;
    right: 26px;
  }
  #shake-prompt {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
  }
}