@font-face {
  font-family: "custom";
  src: url("../fonts/8a3208d4891972390b79474f0bb21fa9.woff2");
}
body {
  background-image: url("../images/fnof-bg21.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
}

.irespon {
  height: 700px;
}
@media (max-width: 600px) {
  .irespon {
    height: 300px;
  }
}

a {
  text-decoration: none;
  color: #002372 !important;
}
a .img-fluid {
  border: 1px solid #000000;
}

.header {
  padding: 25px;
  background: #fff;
}
@media (max-width: 600px) {
  .header {
    padding: 15px;
  }
}
.header .title p {
  margin-bottom: 0;
  line-height: 1;
}
.header .title p:nth-child(1) {
  font-size: 7.4vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-family: "custom";
}
@media (max-width: 600px) {
  .header .title p:nth-child(1) {
    font-size: 34px;
  }
}
.header .title p:nth-child(2) {
  font-size: 7.8vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #85100E !important;
  font-family: "custom";
}
@media (max-width: 600px) {
  .header .title p:nth-child(2) {
    font-size: 34px;
  }
}
.header .title p:nth-child(2) span {
  color: #D6B550 !important;
}
.header .sub-title {
  font-size: 4.8vw;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 600px) {
  .header .sub-title {
    font-size: 21px;
  }
}

.dateTime {
  font-size: 3.1rem;
  font-weight: 900;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
}/*# sourceMappingURL=app.css.map */