@font-face {
    font-family: FuturaPT;
    src: url('https://storage.googleapis.com/talentfunnel-cms-career-site-storage/jeremy-kings/Futura_Cyrillic_Medium_1c842f4642/Futura_Cyrillic_Medium_1c842f4642.ttf') format('truetype');
}


body {
  font-family: "FuturaPT", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900 !important;
}

p {
  font-size: 1.35rem;
}


.site-footer {
  background-color: rgb(248, 244, 235);
  color: black;
  padding-left: 1.5rem;
  padding-right:  1.5rem;
  padding-top:0;
  padding-bottom: 1.5rem;
}

.footer-line {
  color: rgb(26, 9, 77);
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  padding-bottom: 4rem
}

.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

.footer-logo {
  margin-right: 20px; /* Add space between logo and columns */
  height: 90px;
}

.footer-logo img {
  height: 100%;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h5 {
  margin-bottom: 1.5rem;
  color: rgb(26, 9, 77) !important;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  line-height: 2.5rem;
}

.footer-column a {
  color: black !important;
  text-decoration: none;
  margin-bottom: 7px;
}

.footer-column  a {
  color: black !important;
}

.footer-column.follow .social-icons {
  display: flex;
  justify-content: flex-start;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: white; /* Icon color */
}

.footer-bottom {
  text-align: center;
  margin-top: 3.5rem;
  width: 100%;
}

/* Responsive design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo,
  .footer-column {
    margin: auto;
    margin-bottom: 20px;
  }

  .footer-column {
    align-items: center;
    text-align: center;
  }
}

#the-park a.btn-primary,
#the-park button.btn-primary {
    background-color: #6DCDB8;
    border: 1px solid #6DCDB8;
}

#the-arlington nav,
#simpsons nav,
#the-park nav {
  background:  #F8F4EB !important;
}