@font-face {
  font-family: 'secondaryFont';
  src: local('Courier new');
  font-weight: bold;
  font-stretch: condensed;
  font-size-adjust: 10em;
}

.content {
  position: relative;
  z-index: 1;
}

.hero {
  background-color: grey;
  text-align: center;
  background-image: url("/images/firefighter2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
  position: relative;
  height: 53vh;
}

.title {
  font-size: 12vh;
  font-family: 'Alfa slab One', 'secondaryFont';
  color: #B8860B;
  position: absolute;
  text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  top: 14vh;
  bottom: 0;
  left: 0;
  right: 0;
}

@supports (-webkit-text-stroke: 1px black) {
  .title {
    text-shadow: none;
    -webkit-text-stroke: 3px #000000;
    -webkit-text-fill-color: #B8860B;
  }
}


.inner {
  width: auto;
  text-align: left;
}

.inner .info:nth-child(even) {
  background-color: #efefef;
}

.inner .info:nth-child(even) h2 {
  text-align:right;
}

.inner .info {
  padding: 0 9%;
  position: relative;
  display: table;
  clear: both;
}

.inner h2 {
  padding: 22px;
  padding-top: 40px;
  font-size: 4em;
  border-bottom: 3px solid #b8860b;
}

.contentContainer a {
  margin: auto;
  margin-top: 35px;
  padding: 8px 0;
  color: white;
  background-color: #9F2122;
  text-decoration: none;
  text-align: center;
  width: 90%;
  border-radius: 7px;
  font-weight: bold;
  display: block;
}

.inner img {
  width: 48%;
  float: left;
  margin-top: 65px;
}

.inner .textContent {
  position: relative;
  max-width: 50%;
  min-width: 50%;
  float: right;
  padding: 60px 0;
}

.inner pre {
  word-wrap: break-word;
  font-size: 1.2em;
  white-space: pre-line;
}

.inner .standardInfo {
  font-size: 1.2em;
  text-align: center;
  color: #232f3c;
  font-weight: bold;
  padding: 30px 0;
}

.inner .standardInfo .address {
  margin: auto;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.inner .standardInfo .mission {
  max-width: 50%;
  text-align: center;
  margin: auto;
}

.styleLine {
  border: 2px solid #9F2122;
  width: 30vw;
  margin: 0 10px;
  top: 68px;
  display: inline-block;
  position: absolute;
}

.styleLine.left {
  left: 0;
}

.styleLine.right {
  right: 0;
}

.inner .info:nth-child(even) img {
  float: right;
}

.inner .info:nth-child(even) .textContent {
  float: left;
}

@media (max-width: 2000px) {
  .title {
  top: 14vh;
  }
}

@media (min-width: 950px) {
  .title {
    font-size: calc(24px + 4.4vw);
  }
}

@media (max-width: 635px) {
  .hero {
    height: 300px;
  }

  .title {
    font-size: 4em;
    top: 66px;
  }

  .inner .standardInfo .mission {
  max-width: 80%;
  text-align: center;
  margin: auto;
  /* border-bottom: 1px solid black; */
  }

  .styleLine {
    width: 20%;
  }

  .inner .info h2 {
    font-size: 1.9em;
    text-align: center;
    font-weight: bold;
  }

  .inner .info a {

  }

  .inner .info:nth-child(even) h2 {
    font-size: 2em;
    text-align: center;
  }

  .inner .info:nth-child(even) img,
  .inner .info:nth-child(even) .textContent,
  .inner img,
  .inner .textContent {
    float: none;
    width: 100%;
    min-width: 100%;
  }

  header .primary-nav {
    margin-bottom: 0;
  }
}

.titleContainer {
  display: none;
}
