@font-face {
  font-family: "Gotham";
  src: url("../fonts/GOTHAM-BOOK.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GOTHAM-LIGHT.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GOTHAM-MEDIUM.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GOTHAM-BOLD.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acta Display";
  src: url("../fonts/ActaDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acta Display";
  src: url("../fonts/ActaDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acta Display";
  src: url("../fonts/ActaDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acta Display";
  src: url("../fonts/ActaDisplay-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acta Display";
  src: url("../fonts/ActaDisplay-ExtraBold_0.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acta Display";
  src: url("../fonts/ActaDisplay-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Gotham", sans-serif;
  background-color: #fff;
}

.paris-header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 56px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.paris-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

.wsite-logo {
  font-family: "Gotham", sans-serif;
  font-size: 1.5rem;
  color: #000;
}

.hero-section {
  height: 505px;
  background-image: url("/.netlify/images?url=/images/hero.jpg");
  background-size: cover;
  background-position: center 81.36%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

.hero-title {
  font-family: "Acta Display", serif;
  font-size: 3.5rem;
}

.hero-text {
  font-family: "Acta Display", sans-serif;
  font-size: 2.5rem;
  color: #fefafa;
}

.section-bg-light {
  background-color: #f8f6f6;
}

.section-bg-dark {
  background-color: #37494d;
  color: #fff;
}

.section-title {
  font-size: 2rem;
  color: #2a2a2a;
  font-family: "Acta Display", serif;
}
.section-title.light {
  color: #fff;
}

.section-text {
  color: #2a2a2a;
  font-family: "Gotham", sans-serif;
}
.section-text.primary {
  color: #2a2a2a;
}
.section-text.secondary {
  color: #4d4d4f;
}
.section-text.naperville-primary {
  color: #052e4d;
}
.section-text.large {
  font-size: 2rem;
}
.section-text.light {
  color: #f9f3f3;
  font-family: "Gotham", sans-serif;
}
.section-text.footnote {
  color: #818181;
  font-family: "Gotham", sans-serif;
}

.img-border {
  border: 1px solid #000;
  padding: 3px;
  max-width: 100%;
}

.styled-hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

a {
  color: rgb(111, 15, 68);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hero-section {
    height: 300px;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .hero-text {
    font-size: 2rem;
  }
}
/*/ DT Specific /*/
.dt .hero-section {
  height: 505px;
  background-image: url("/.netlify/images?url=/images/nrodthero.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

/* Carousel */
#nroSlideshow .carousel-inner {
  height: 300px;
}
#nroSlideshow .carousel-item {
  height: 100%;
  overflow: hidden;
}
#nroSlideshow .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* CTA Section */
.dt-cta {
  background: #81094e;
  color: #fff;
}

.btn-cta {
  background-color: rgb(186, 145, 65);
  border: 1px solid rgb(206, 208, 212);
  border-radius: 4px;
  color: #fff;
}
.btn-cta:hover {
  background: rgb(87, 59, 52);
}

.dt-cta .text-muted {
  color: #d3d3d3;
}

/* Section Backgrounds */
.section-bg-gradient {
  background: linear-gradient(44deg, #9e2a0d 0%, #ffffff 100%);
}

.section-bg-image {
  background: url("/.netlify/images?url=/images/bg-nro-texture.jpeg") no-repeat center;
  background-size: cover;
  color: #2a2a2a;
}

.section-bg-tan {
  background: rgb(254, 248, 237);
}

/* FAQ Accordion */
.accordion-item {
  border: none;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  overflow: hidden;
}

.accordion-button {
  font-weight: bold;
  background-color: transparent;
  color: #333;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #9e2a0d;
}

.accordion-body {
  padding: 1.5rem;
  color: #555;
}

.accordion-body ul {
  padding-left: 1.5rem;
}

.accordion-body strong {
  color: #000;
}/*# sourceMappingURL=styles.css.map */