@font-face {
  font-family: 'newjuneboldregular';
  src: url('fonts/hubert_jocham_type_-_newjunebold_1.woff2') format('woff2'),
       url('fonts/hubert_jocham_type_-_newjunebold_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newjunebookitalic';
  src: url('fonts/hubert_jocham_type_-_newjunebook-italic_1.woff2') format('woff2'),
       url('fonts/hubert_jocham_type_-_newjunebook-italic_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newjunebookregular';
  src: url('fonts/newjune-book_1.woff2') format('woff2'),
       url('fonts/newjune-book_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'exo-medium';
  src: url('fonts/Exo-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #a0a0a0;
  margin: 0;
  padding: 0;
  font-family: 'newjunebookregular', sans-serif;
}

h1 {
  color: #00214e;
  font-family: 'exo-medium';
  margin-top: 2em;
  text-transform: uppercase;
}

h1:first-child { margin-top: 0; }

h3 {
  color: #01b7ef;
  font-family: 'newjuneboldregular';
  margin-top: 2.2em;
}

a { color: #00214e; }
a:hover { color: #0e4057; }

p { line-height: 23px; }

i { font-family: 'newjunebookitalic'; }

.line-top { 
  background-color: #f15e22;
  display: block;
  height: 5px;
}

.container {
  margin: 0 auto;
  max-width: 974px;
  padding: 3em 1.5em;
}

