/* Coming Soon */
.message {
  max-width: 1140px;
  margin: 10vh auto;
  padding: 7vw;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  color: #444444;
  text-align: center;
}

.logo {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}

h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
  margin: 2em 0 0.5em 0;
}

.bold {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #193966;
}

strong {
  font-weight: 600;
  white-space: nowrap;
}

p {
  line-height: 1.5;
}

a,
a:visited {
  font-weight: 600;
  color: #193966;
}

a:hover,
a:focus,
a:active {
  color: #2B71A6;
}


