
@font-face {
  font-family: 'Remem-Bold';
  src: url('/fonts/Remem-Bold.otf') format('otf');
  font-style: normal;
  font-weight: normal;
}

.logo {
  font-family: 'Remem-Bold';
  height: 150px;
  width: auto;
}

@media only screen and (max-width: 480px), only screen and (max-height: 410px) {
  .hero-1 .front-content img.logo {
      width: auto;
      height: 80px;
      margin-bottom: 12px;
  }
}

.hero-1 .front-content h1 {
  font-family: 'Remem-Bold';
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
}

.hero-1 .front-content h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
}

.hero-1 .front-content p {
  padding-bottom: 0;
}

.hero-1 .front-content div.open-overlay {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.container-mid h2 {
  font-family: 'Remem-Bold';
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.container-mid .sub-text {
  font-family: 'Remem-Bold';
  font-size: 16px;
  margin-bottom: 10px;
}

.order-item {
  padding: 20px;
}

.tagline {
  max-width: 600px;
  height: auto;
  margin-bottom: 30px;
}

.sub-text {
  font-family: 'Remem-Bold';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
}

#about p {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  max-width: 660px;
  margin: 0 auto;
}

#about .social-icons li a {
  width: 40px;
  height: 40px;
}

#about .social-icons li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.order-items-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.order-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
}

.order-item img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
}

.order-item-text {
  font-size: 14px;
}

.order-item-text a {
  position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    overflow: hidden !important;
    padding: 10px;
    letter-spacing: 2px;
}

.order-item:nth-child(1) .order-item-text a {
  background-color: rgba(53,184,178, .5);
}

.order-item:nth-child(2) .order-item-text a {
  background-color: rgba(6, 193, 103, .5);
}

.order-item:nth-child(3) .order-item-text a {
  background-color: rgba(253, 226, 52, .5);
}

#contact h5 {
  font-family: 'Remem-Bold';
  font-size: 24px;
  font-weight: bold;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;

}

#contact p {
  font-size: 21px;
  margin-bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: center;
}

h2.contact-title {
  font-size: 36px;
}

.social-icons img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.social-icons li {
  display: inline-block;
  margin: 0;
}

.hero-1 .front-content.page-enter-animated.show img.logo {
  margin-left: 10px;
  margin-right: 10px;
}

.hero-1 .front-content.page-enter-animated.show p {
  font-size: 21px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.hero-1 .front-content .arrow-wrap {
  margin-top: 30px;
}

.hero-1 .front-content div.open-overlay {
  border-width: 2px;
}

.container-mid .sub-text {
  font-size: 28px;
}