@charset "UTF-8";
/**
* Theme Name: Passenger
* Theme URI: https://passengerrecovery.com
* Author: Passenger
* Author URI: https://passengerrecovery.com
* Description: Headless theme for Passenger (WPGraphQL + ACF).
* Version: 1.0.0
* Requires at least: 5.0
* Requires PHP: 7.4
* Text Domain: passenger
**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

img {
  max-width: 100%;
}

:root {
  --header-font: "DM Sans", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --primary: #0b6c95;
  --primary-light: #b2d6f1;
  --black: #1e272e;
  --white: #fcfcfc;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--body-font);
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.4;
  min-height: 100vh;
  color: var(--black);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
h1,
.h1 {
  font-family: var(--header-font);
  font-size: 4.4rem;
  font-weight: 600;
}

h2,
.h2 {
  font-family: var(--header-font);
  font-size: 3.5rem;
  font-weight: 600;
}

h3,
.h3 {
  font-family: var(--header-font);
  font-size: 2.8rem;
  font-weight: 600;
}

h4,
.h4 {
  font-family: var(--header-font);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
p strong {
  font-weight: 700;
}
p:not(:last-child) {
  margin-bottom: 1.6rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.1;
  margin: 0;
  text-rendering: optimizelegibility;
}
h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child) {
  margin-bottom: 1.6rem;
}

a {
  font-weight: bold;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.archive-hero {
  background-color: white;
  color: black;
  padding: 5rem 0;
  text-align: left;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.fp-dj, .radio-resource-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .fp-dj, .radio-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .fp-dj, .radio-resource-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fp-dj__outer-wrapper, .radio-resource-grid__outer-wrapper {
  background-color: white;
  width: 100%;
  padding-bottom: 5rem;
}
.fp-dj__wrapper, .radio-resource-grid__wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.fp-dj__section-title, .radio-resource-grid__section-title {
  margin-bottom: 4rem;
}

.custom-pagination {
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.custom-pagination a {
  color: black;
  text-decoration: none;
}
.custom-pagination .current {
  color: #0B6C95;
  font-weight: bold;
  text-decoration: none;
}

.fp-dj__card {
  background-color: white;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fp-dj__name {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 0px;
  font-size: 2.2rem;
}
.fp-dj__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.fp-dj__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 8px;
}

.btn {
  display: block !important;
  color: black !important;
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  padding: 0.5rem 1rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: black !important;
  border-radius: 8px !important;
  background-color: rgb(252, 252, 252) !important;
  align-items: center !important;
}
.btn:hover {
  text-decoration: none !important;
  cursor: pointer !important;
  background-color: rgba(178, 214, 241, 0.5) !important;
  transition: all 0.2s ease !important;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
}

.dj-profile {
  max-width: 820px;
  margin: 50px auto;
  padding: 4rem 4rem;
  border: 2px solid black;
  border-radius: 8px;
  background-color: white;
}
@media (max-width: 768px) {
  .dj-profile {
    max-width: 660px;
  }
}
@media (max-width: 480px) {
  .dj-profile {
    max-width: 100%;
  }
}
.dj-profile__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .dj-profile__header {
    flex-direction: column;
    max-width: 400px;
  }
}
.dj-profile__content {
  align-self: center;
  width: 50%;
}
@media (max-width: 768px) {
  .dj-profile__content {
    align-self: start;
    width: 100%;
  }
}
.dj-profile__name {
  margin-bottom: 3rem;
}
.dj-profile__name h1 {
  font-size: 4rem;
}
.dj-profile__image {
  order: 1;
  position: relative;
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .dj-profile__image {
    width: 100%;
  }
}
.dj-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 8px;
}
.dj-profile__mixcloud-urls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dj-profile__mixcloud-urls h2 {
  margin-top: 2.4rem;
  font-size: 2rem;
}
.dj-profile__mixcloud-urls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dj-profile__mixcloud-urls iframe {
  border-radius: 0;
  border: none;
  margin-top: 0;
}
.dj-profile__shows {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.dj-profile__shows h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}
.dj-profile__bio {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.dj-profile__bio h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}
.dj-profile__bio p {
  line-height: 1.5;
}
.dj-profile__footer {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
.dj-profile__footer a {
  color: black;
}

#primary {
  background-color: rgba(178, 214, 241, 0.5);
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 4rem;
}

.h3-body {
  font-family: "forma-djr-deck", sans-serif !important;
  font-size: 3rem !important;
}

header {
  background-color: rgba(178, 214, 241, 0.5);
  width: 100%;
  border-bottom: 2px solid #000;
  position: relative;
}
@media (max-width: 768px) {
  header {
    padding: 15px 20px;
  }
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 2rem;
  width: 100%;
}
.site-header__inner .mobile-menu-btn {
  background: none;
  border: none;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0;
}
.site-header__inner .mobile-menu-btn svg {
  width: 100%;
  height: 100%;
}
.site-header__inner .mobile-menu-btn#close-menu {
  display: none;
}
.site-header__inner .mobile-menu-btn#open-menu {
  display: none;
}
@media (max-width: 768px) {
  .site-header__inner .mobile-menu-btn#open-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .main-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(178, 214, 241);
    z-index: 100;
  }
  .main-menu-container.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
  }
  .main-menu-container.active #close-menu {
    display: block;
    position: absolute;
    top: 4rem;
    right: 4rem;
  }
}

#menu-passenger-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
  font-weight: 400;
  font-size: 2rem;
  font-family: "neue-haas-grotesk-display", Helvetica, sans-serif;
}
@media (max-width: 768px) {
  #menu-passenger-radio {
    flex-direction: column;
    gap: 1rem;
  }
}

.menu-item a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
}
.menu-item:hover {
  text-decoration: underline;
  cursor: pointer;
}

#menu-item-1159 {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  background-color: rgb(252, 252, 252);
}
#menu-item-1159:hover {
  text-decoration: none !important;
  cursor: pointer !important;
  background-color: rgba(178, 214, 241, 0.5) !important;
  transition: all 0.2s ease !important;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
}

.custom-logo {
  width: 150px;
  min-width: 150px;
  height: auto;
}

.site-footer {
  background-color: rgba(178, 214, 241, 0.5);
  width: 100%;
  border-top: 2px solid #000;
  padding-bottom: 3rem;
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .site-footer__inner {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
  }
}
.site-footer__bottom {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.site-footer__bottom-inner a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.2rem;
}

.footer-menu {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .footer-menu {
    flex-direction: column;
    gap: 2rem;
  }
}

.fp-radio-resource__card {
  background-color: rgba(178, 214, 241, 0.5);
  color: black;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fp-radio-resource__title {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 0px;
  font-size: 2.2rem;
}
.fp-radio-resource__author {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.fp-radio-resource__image {
  position: relative;
  width: 100%;
}
.fp-radio-resource__image img {
  background-color: white;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 8px;
}

.fp-dj {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .fp-dj {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .fp-dj {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fp-dj__outer-wrapper {
  background-color: rgba(178, 214, 241, 0.5);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.fp-dj__wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.fp-dj__section-title {
  margin-bottom: 4rem;
}

.iframe-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe {
  border: 2px solid black;
  border-radius: 8px;
  margin-top: 5rem;
}

/*# sourceMappingURL=style.css.map */
