/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

.bgImage {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bgImage {
    display: block;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
}

body {
  text-align: center;
  height: 100%;
  background: url(./img/bgMobile@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  body {
    background: none;
  }
}

.pageWrapper {
  position: relative;
}

.logoContainer {
  margin-top: 12.83vh;
}

.logoContainer img {
  width: 72.94vw;
}

@media only screen and (min-width: 768px) {
  .logoContainer img {
    width: 34.51vw;
  }
}

.buttonContainer {
  margin-top: 2.5vh;
}

.buttonContainer img {
  width: 99vw;
}

@media only screen and (min-width: 768px) {
  .buttonContainer img {
    width: 21.65vw;
  }
}

.copyContainer img {
  width: 53.14vw;
}

@media only screen and (min-width: 768px) {
  .copyContainer img {
    width: 13.67vw;
  }
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 90vw;
  overflow: hidden;
  max-width: 100%;
  margin: 2vh auto 0;
}

@media only screen and (min-width: 768px) {
  .videoContainer {
    margin: 3vh auto;
    height: 450px;
    max-width: 800px;
    padding-bottom: 0;
  }
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footerContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
  padding-bottom: 2vh;
}

@media only screen and (min-width: 768px) {
  .footerContainer {
    margin-top: 8.04vh;
  }
}

.footerContainer .footerCopy {
  width: 28.26vw;
  margin-right: 7.25vw;
}

@media only screen and (min-width: 768px) {
  .footerContainer .footerCopy {
    width: 7.24vw;
    margin-right: 1.11vw;
  }
}

.footerContainer .footerLogo {
  width: 14vw;
}

@media only screen and (min-width: 768px) {
  .footerContainer .footerLogo {
    width: 3.59vw;
  }
}

@media only screen and (min-width: 768px) {
  main {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .desktopRightColumnContainer {
    padding-left: 10.5vw;
  }
}

@media only screen and (min-width: 1700px) {
  .logoContainer {
    margin-top: 167.56px;
  }
  .logoContainer .logoImage {
    width: 586.66px;
  }
  .desktopRightColumnContainer {
    padding-left: 178.5px;
  }
  .desktopRightColumnContainer .buttonContainer img {
    width: 368px;
  }
  .desktopRightColumnContainer .copyContainer img {
    width: 232.38px;
  }
}
