html, body
{
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-size:10px;
  line-height: normal;
  font-weight: 400;
  font-family: "WHHoxton", "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  background: #060A2A;
  overflow-x: hidden;
}

.hero
{
  background: linear-gradient(33deg, rgba(6, 10, 42, 1) 0%, rgba(13, 21, 89, 1) 70%, rgba(23, 36, 145, 1) 100%);
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.beam
{
  content: '';
  position: absolute;
  background: url('./images/beam-gold-cropped.png') no-repeat;
  background-size: contain;
  top: -264px;
  right: -30px;
  z-index: 0;
  height: 960px;
  width: 340px;
  transform: rotate(33deg);
}

h1, p
{
  margin: 0;
}

a, a:visited
{
  position: relative;
  color: #00ADFF;
  text-decoration: none;
  display: inline-block;
  transition: color 100ms ease-in-out;
}

a::after
{
  content: '';
  height: 1px;
  width: 100%;
  background-color: #00ADFF;
  display: block;
  position: absolute;
  bottom: 1px;
  transition: background-color 100ms ease-in-out;
}

a:hover, a:active
{
  color: #008AFF;
}

a:hover::after, a:active::after
{
  background-color: #008AFF;
}

.container
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  max-width: 768px;
  margin: 0 auto;
  height: calc(100% - 30px);
  position: relative;
  z-index: 9;
}

.logo
{
  margin-top: 0;
}

.logo img
{
  display: block;
  height: 50px;
}

.header h1
{
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  margin: 30px 0;
}

.content p
{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 768px) and (min-height: 600px)
{
  .header h1
  {
    font-size: 4rem;
    margin: 50px 0;
  }
  .logo img
  {
    height: 70px;
  }
  .beam
  {
    top: -585px;
    right: -98px;
    height: 1920px;
    width: 681px;
  }
  .container
  {
    padding: 0 30px;
    height: 100%;
  }

  .content p
  {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1440px)
{
  .beam
  {
    top: -455px;
    right: -10px;
  }
}

@font-face {
  font-family: 'WHHoxton';
  src: url('./fonts/WHHoxtonWeb-Light.eot');
  src: url('./fonts/WHHoxtonWeb-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/WHHoxtonWeb-Light.woff2') format('woff2'),
    url('./fonts/WHHoxtonWeb-Light.woff') format('woff'),
    url('./fonts/WHHoxtonWeb-Light.ttf') format('truetype'),
    url('./fonts/WHHoxtonWeb-Light.svg#WHHoxtonWeb-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WHHoxton';
  src: url('./fonts/WHHoxtonWeb-Heavy.eot');
  src: url('./fonts/WHHoxtonWeb-Heavy.eot?#iefix') format('embedded-opentype'),
    url('./fonts/WHHoxtonWeb-Heavy.woff2') format('woff2'),
    url('./fonts/WHHoxtonWeb-Heavy.woff') format('woff'),
    url('./fonts/WHHoxtonWeb-Heavy.ttf') format('truetype'),
    url('./fonts/WHHoxtonWeb-Heavy.svg#WHHoxtonWeb-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WHHoxton';
  src: url('./fonts/WHHoxtonWeb-Regular.eot');
  src: url('./fonts/WHHoxtonWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/WHHoxtonWeb-Regular.woff2') format('woff2'),
    url('./fonts/WHHoxtonWeb-Regular.woff') format('woff'),
    url('./fonts/WHHoxtonWeb-Regular.ttf') format('truetype'),
    url('./fonts/WHHoxtonWeb-Regular.svg#WHHoxtonWeb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}