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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'LeagueSpartan';
  src: url("../fonts/LeagueSpartan-Bold.otf"); }

body.orange {
  background-color: #ff8124; }

body.red {
  background-color: #ff0035; }

body.pink {
  background-color: #ed639e; }

body.purple {
  background-color: #563d7c; }

body.blue {
  background-color: #1ea0da; }

body.green {
  background-color: #00c95e; }

body {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif; }

main {
  padding: 20px; }

header {
  position: absolute;
  left: 80px;
  top: 110px; }

a {
  font-family: 'LeagueSpartan';
  display: inline-block;
  text-decoration: none;
  color: #fff; }
  a span {
    font-size: 4.5rem;
    display: inline-flex;
    transition: 0.35s; }
    a span.consonant:first-child {
      margin-right: -62px; }
    a span.vowel {
      color: transparent; }
      a span.vowel + .vowel {
        margin-left: -72px; }
  a:hover {
    text-decoration: none; }
    a:hover .vowel {
      color: #fff; }
      a:hover .vowel + .vowel {
        margin-left: 0; }
    a:hover .consonant:first-child {
      margin-right: 0; }
  a .domain {
    font-size: 1.3rem; }

@media only screen and (min-width: 768px) {
  a span {
    font-size: 8.5rem; }
    a span.consonant:first-child {
      margin-right: -106px; }
    a span.vowel + .vowel {
      margin-left: -126px; }
  a .domain {
    font-size: 2.7rem; } }
