@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proxima-nova-webfont.eot');
  src: url('fonts/proxima-nova-webfont.svg#proxima_nova_rgregular') format('svg'), url('fonts/proxima-nova-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima-nova-webfont.woff2') format('woff2'), url('fonts/proxima-nova-webfont.woff') format('woff'), url('fonts/proxima-nova-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proxima-nova-black-webfont.eot');
  src: url('fonts/proxima-nova-black-webfont.svg#proxima_nova_blblack') format('svg'), url('fonts/proxima-nova-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima-nova-black-webfont.woff2') format('woff2'), url('fonts/proxima-nova-black-webfont.woff') format('woff'), url('fonts/proxima-nova-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proxima-nova-bold-webfont.eot');
  src: url('fonts/proxima-nova-bold-webfont.svg#proxima_nova_rgbold') format('svg'), url('fonts/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima-nova-bold-webfont.woff2') format('woff2'), url('fonts/proxima-nova-bold-webfont.woff') format('woff'), url('fonts/proxima-nova-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proxima-nova-light-webfont.eot');
  src: url('fonts/proxima-nova-light-webfont.svg#proxima_nova_ltlight') format('svg'), url('fonts/proxima-nova-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima-nova-light-webfont.woff2') format('woff2'), url('fonts/proxima-nova-light-webfont.woff') format('woff'), url('fonts/proxima-nova-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 1em;
  font-family: "proxima_nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}
html,
body {
  height: 100%;
}
body {
  background-image: linear-gradient(45deg, #57BCF3 -40%, #FF68F9 120%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
header {
  text-align: center;
  width: 880px;
  margin: 0 auto;
  max-width: 90%;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -150px;
  padding: 50px 0;
}
header:after {
  content: "";
  display: block;
  height: 150px;
}
header img {
  max-width: 400px;
}
header h1 {
  color: white;
  font-size: 4em;
  font-weight: 800;
  margin-top: 70px;
  text-transform: uppercase;
}
header h2 {
  display: block;
  color: white;
  font-size: 2em;
  font-weight: 200;
  margin-top: 25px;
}
header .contact {
  margin-top: 25px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 4px;
  background: #FF9494;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
}
header .contact:hover {
  background: #ff6161;
}
footer {
  display: block;
  width: 100%;
  height: 150px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 4;
  padding: 30px 0;
  text-align: center;
}
footer .love,
footer .legals {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
footer .love {
  border-right: 1px solid #ffffff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}
footer .love img {
  display: block;
  margin: 14px auto;
}
footer .legals strong,
footer .legals em {
  display: inline-block;
  width: 100%;
}
footer .legals strong {
  color: white;
  font-size: 1.4em;
}
footer .legals em {
  margin-top: 10px;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
}
@media screen and (max-width: 650px) {
  header img {
    max-width: 80%;
  }
  header h1 {
    font-size: 2.5em;
  }
  header h2 {
    font-size: 1.5em;
  }
  footer {
    height: auto;
  }
  footer .love,
  footer .legals {
    display: block;
    width: 100%;
  }
  footer .love {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 25px;
  }
  footer .legals {
    padding-top: 25px;
  }
}
