@font-face {
  font-family: 'bpreplayregular';
  src: url('bpreplay-webfont.eot');
  src: url('bpreplay-webfont.eot?#iefix') format('embedded-opentype'),
        url('bpreplay-webfont.woff2') format('woff2'),
        url('bpreplay-webfont.woff') format('woff'),
        url('bpreplay-webfont.ttf') format('truetype'),
        url('bpreplay-webfont.svg#bpreplayregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

html, body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: bpreplayregular;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #293C48;
  color: #FFFCDB;
  font-size: 16px;
  font-weight: 400;
  word-spacing: normal;
  min-height: 100%;
  background-size: 100% 100%;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 130px;
}

.subtitle {
  font-size: 1.5rem;
  height: 25%;
  line-height: 1.5;
}

h1 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

h1 span {
  color: #D25D58;
}

footer {
  background-color: #D25D58;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  height: 6%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width:759px) { 
  h1 {
    font-size: 9vw;
  }
  .subtitle {
    font-size: 1.2rem;
    padding: 0 10%;
  }
}

@media only screen and (max-width:459px) { 
  .subtitle {
    font-size: 1rem;
    min-height: 4rem;
    padding: 0 5%;
  }
  footer {
    font-size: 0.65rem;
    height: 5%;
    min-height: 40px;
  }
}

@media only screen and (max-height:480px) {
  .subtitle {
    font-size: 1rem;
    min-height: 4rem;
    padding: 0 5%;
  }
  footer {
    font-size: 0.65rem;
    height: 5%;
    min-height: 40px;
  }
}


