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;
  outline: none;
}
body {
  color: #ffffff;
  background-color: #02aeba;
  background-repeat: no-repeat;
  height: 100vh;
  font-family: 'Raleway', Helvetica, sans-serif;
}
.fluid-container {
  width: 100%
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.top-container {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}
h1 {
  font-size: 8vmin;
  font-family: 'Londrina Solid', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2 {
  font-size: 2.5vmin;
}
p {
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
}
.domain {
  border-width: 1px 0;
  border-color: #ffffff;
  border-style: solid;
  padding: 25px;
  width: 50%;
  margin: 25px auto;
  color: #ffffff;
}
.para-pad {
  max-width: 50%;
  margin: 25px auto;
}
.bold {
  font-weight: 600;
  letter-spacing: 1px;
}
.semi-bold {
  font-weight: 500;
  letter-spacing: 1px;
}
.logo {
  margin-bottom: 25px;
}
a:link, a:visited {
  display: inline-block;
  background-color: #ffffff;
  border: 0;
  color: #02aeba;
  font-size: 16px;
  padding: 15px 25px;
  margin-top: 15px;
  text-decoration: none;
}
a:hover, a:active {
  outline: none;
  background-color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1366px) {
  h1 {
    font-size: 12vmin;
  }
  h2 {
    font-size: 5vmin;
  }
  .domain {
    max-width: 75%;
  }
  .para-pad {
    max-width: 75%;
  }
}
