.highlight-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}

.highlight-blue .intro {
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 25px;
}

a:focus, a:hover {
  color: #0085A1;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 8vw;
    color: #fff;
  }
}

* {
  font-family: 'Raleway', sans-serif;
}

a:focus, a:hover {
  color: #e8b70a;
}

a:focus, a:hover {
  color: #55127e;
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

a {
  color: #ffc700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.highlight-blue p {
  color: #c4d5ef;
  line-height: 1.5;
}

.highlight-blue .intro {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 25px;
}

