.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
body {
  background-color: #faf8e5;
  color: rgb(93, 66, 42);
  font-family: AnzianoPro;
  background-image: url('../assets/images/pattern1.jpg');
}

.header-wrap {
  position: relative;
  width: 100%;
  height: 472px;

  .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 3px;
    h1 {
      margin-bottom: 2px;
      line-height: 40px;
    }
    .header-logo {
      margin-top: 1rem;
    }
  }
  img.header-img {
    width: 100%;
    height: 472px;
    object-fit: cover;
    position: absolute;
  }
}

.blog-wrap {

    margin-bottom: 3rem;

  h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    border-bottom: #6c5a4c 1.5px solid;
  }

  .blog-content-wrap {
    font-family: kanit-regular;
    font-size: 13px;
  }

  .blog-content-wrap .title {
    font-family: AnzianoPro ;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    color: #AA9873;
    border-bottom: 1px dashed #AA9873;
  }
  .blog-content-wrap .sub-title {
     font-size: 1rem;
     font-family: AnzianoPro ;
      color: #AA9873;
  }
  
}

.highlight {
  display: inline-block !important;
  color: rgb(226, 72, 11) !important;
  font-weight: bold;
  text-decoration: underline;
}

input.form-control {
  border-color: rgb(93, 66, 42);
  background-color: #faf8e5;
  outline: none;
  color: rgb(93, 66, 42);
  font-weight: bold;

  &:focus {
    background-color: #faf8e5;
    color: rgb(93, 66, 42);
    outline: none;
    outline-offset: 0;
  }
}

.modal-content {
  background-color: #faf8e5;
  font-family: Arial, sans-serif;
}

.modal-header {
  border-bottom: none;
}

.btn-primary {
  background-color: rgb(93, 66, 42);
  color: #faf8e5;
  border-color: rgb(93, 66, 42);

  &:hover {
    color: rgb(93, 66, 42);
    background-color: #faf8e5;
    border-color: rgb(93, 66, 42);
  }
}

.location-section {
  padding: 1.5rem 0;
  padding-bottom: 0;

  h3 {
    font-size: 22px;
    font-family: AnzianoPro;
    margin-bottom: 1rem;
    font-weight: bolder;
    text-transform: uppercase;
  }

  h4 {
    font-size: 18px;
    font-family: AnzianoPro;
    margin-left: 1rem;
    font-weight: bolder;
    text-transform: uppercase;
  }

  ul li {
    font-family: kanit-light, geomanist-light;
    color: rgb(117, 91, 67);
    padding-left: 0px;
    padding-right: 18px;

    span {
      display: block;
      font-size: small;
      color: rgb(137, 126, 3);
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    /* Tablet screen sizes */
    .three-column-list {
      column-count: 3;
    }
  }
}
