* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: SolidoCondensed-ExtraBold;
  src: url(fonts/bold.ttf);
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

.container {
  height: 100%;
  width: 100%;
  text-align: center;
}

#header {
  height: 80px;
  background-color: black;
}

#header h3 {
  font-family: SolidoCondensed-ExtraBold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 2.25rem;
  padding-top: 10px;
}

#title h1 {
  font-family: SolidoCondensed-ExtraBold;
  color: #0e7298;
  font-size: 5.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-top: 56px;
}

main {
  margin: 0 auto;
  width: 50%;
  text-align: left;
}

main #date {
  font-size: 17px;
  color: red;
}

main p {
  font-style: "Open Sans", sans-serif;
  padding: 10px 0;
  font-size: 1.3rem;
  color: #303030;
}

main img {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
}

main .bold-text {
  font-weight: 700;
  padding-top: 35px;
  font-size: 1.3rem;
  text-align: left;
}

main .italic {
  font-style: italic;
  font-weight: 400;
}

main .captions {
  font-size: 1rem;
  font-style: italic;
  padding-bottom: 30px;
}

.list {
  font-size: 1.3rem;
  color: #303030;
  padding-bottom: 35px;
}

.list ul {
  margin-left: 35px;
  list-style-type: disc;
}

@media (max-width: 1200px) {
  #title h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  #title h1 {
    font-size: 3rem;
    padding-top: 20px;
  }
  main {
    width: 70%;
  }
  main p {
    font-size: 1.2rem;
  }
  main .closure-date {
    font-size: 20px;
  }
  .bold-text {
    font-size: 1.2rem;
    text-align: left;
  }
  .list {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  body {
    line-height: 1.3;
  }
  main {
    width: 80%;
  }
  main p {
    font-size: 0.975rem;
  }
  main .bold-text {
    font-size: 0.975rem;
  }
  .list {
    font-size: 0.975rem;
  }
}

.footer-logo {
  background-color: #0e7298;
  display: block;
  height: 208px;
  width: 100%;
  margin-top: 55px;
}

.footer-logo #logo {
  width: 196px;
  padding-top: 56px;
}

footer {
  background-color: #0c3c4e;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 75px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */