/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
body {
  background-color: #ece9e1;
  color: #5b3a29;
  text-align: center;
  max-width: 100%;
  line-height: 25px;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  @media (max-width: 768px) {
    line-height: unset;
  }
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #d6622f;
}

nav {
  ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    li {
      padding: 5px;
      a {
        color: inherit;
        text-decoration: none;
        &.active-link,
        &:hover {
          text-decoration: underline;
          text-decoration-thickness: 20%;
          text-underline-offset: 40%;
        }
      }
    }
  }
}

.home {
  line-height: initial;
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 45px;
  }
}

p {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 700px;
}

img,
input {
  @media (max-width: 768px) {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  max-width: 80%;
}

.event-description {
  ul {
    max-width: 25%;
    text-align: left;
    margin-left: 40%;
    @media (max-width: 768px) {
      max-width: 40%;
      margin-left: 25%;
    }
    p {
      margin: 0 auto;
    }
  }
}

.accommodation-option {
  margin-top: 2rem;
  svg {
    max-width: 32px;
    max-height: 32px;
  }
}

hr {
  width: 80%;
  color: #929637;
}

a {
  color: initial;
  &:hover {
    color: #b2c0e0;
  }
}

form {
  ul {
    list-style: none;
  }
  li {
    display: flex;
    padding: 20px 0px;
    border-top: 1px solid rgb(0, 38, 45);
  }
  .radio-inputs {
    display: flex;
  }
}

input {
  font-size: 16px;
}
