body {
  font-family: 'Open Sans';
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

/*  HEADER  */

#header {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

#header .logo img {
  width: 150px;
  height: auto;
}

/*  FOOTER  */

#footer {
  padding: 3rem 1.5rem 0;
  font-size: 1rem;
  font-family: serif;
}

.footer-inner {
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
}

.footer-col {
  flex: 1;
  padding: 0 1rem;
  border-right: 1px solid #ccc;
}

.footer-col:first-child {
  flex: 1.5;
}

.footer-col:last-child {
  border-right: none;
}

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

/* .footer-col li {
  margin-bottom: 0.4rem;
} */

.footer-col a {
  color: #222;
  text-decoration: none;
}

.footer-col a:hover {
  color: #77293B;
}

.footer-col.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.footer-logo img {
  max-width: 140px;
  height: auto;
}

.footer-address p {
  margin: 0;
  line-height: 1.4;
}

footer address p {
  font-style: normal;
  margin: 0 0 0.3rem 0;
}

.footer-social a {
  margin-top: auto;
  margin-right: 1rem;
  display: inline-block;
}

/*  RESPONSIVE  */

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-col {
    padding: 1rem 0;
    border-right: none;
    border-top: 1px solid #ccc;
  }

  .footer-col:first-child {
    border-top: none;
  }
}

.footer-contact,
.footer-legal {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-social,
.footer-legal_link--map {
  margin-top: auto;
}

.footer-legal_link--map a {
  color: #77293B;
}

/*  ICONS  */

.icon {
  width: 22px;
  height: auto;
  vertical-align: top;
  /* margin-right: 0.2rem; */
}

/*  CONTENT  */

#content {
  max-width: 800px;
  margin: 0 auto;
}

#content p {
  color: #02215B;
  font-weight: 500;
  font-size: 1.125rem;
}

.content-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  max-width: 700px;
  margin: 3rem auto 0;
}

.content-image {
  flex-grow: 0.5;
}

.content-block .content-image img {
  width: 200px;
  height: auto;
  border-radius: 4px;
}

.content-block .content-text {
  flex: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .content-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .content-image img {
    width: 180px; 
  }

  .content-text {
    text-align: center;
  }
}

.main-text {
  text-align: center;
}

.guest-info {
  font-size: 2rem !important;
  font-family: serif;
}
