/* TAG 2_12_1 */
a, a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inline-flex-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.backdrop {
  background-color: rgba(143, 143, 143, 0.3);
  backdrop-filter: blur(3px);
}

.logo {
  width: 64px;
  height: 64px;
  border-radius: 0.5em;
}

.title1 {
  font-size: 60px;
}
.title2 {
  font-size: 72px;
}
.title3, .title4 {
  font-size: 32px;
}
.home-title, footer {
  font-size: 16px;
}
.contact {
  font-size: 20px;
}
.contact-img {
  width: 40px;
  height: auto;
}

.box-shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
}

.text-shadow-sm {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.home-title {
  background: rgba(176, 0, 0, 0.5);
  color: #fff;
}

.qrcode-corner {
  background: 
    url(../images/corner/1.svg) top left no-repeat,
    url(../images/corner/2.svg) top right no-repeat,
    url(../images/corner/3.svg) bottom left no-repeat,
    url(../images/corner/4.svg) bottom right no-repeat;
  padding: 0.8em;
}

.qrcode {
  padding: 12px;
  border-radius: 12px;
}

.qrcode-text {
  background-color: rgba(255, 255, 255, 0.85);
  color: #464646;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0 2px 10px rgba(56, 56, 56, 0.2);
}

.btn-radical-red {
  padding: 0.75rem 1rem;
  min-width: 250px;
  border-radius: 5px;
  background-image: linear-gradient(#fe7a44, #fe3c60);
  text-align: center;
}

.btn-outline-coral {
  padding: 0.75rem 1rem;
  min-width: 250px;
  border: 1px solid #fe7944;
  border-radius: 5px;
  background-color: #fce766;
  text-align: center;
}

.rounded-xl {
  border-radius: 8px;
}

.bg-festival {
  background-color: #fce766;
}

.bg-coral {
  background-color: #fe7944;
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-mine-shaft {
  color: #333333;
}

.text-gallery {
  color: #ececec;
}

.text-mercury {
  color: #e5e5e5;
}

.text-red {
  color: #ff0000;
}

.text-red-orange {
  color: #fe373c;
}

.text-coral {
  color: #fe7944;
}

.border-boulder {
  border-color: rgba(119, 119, 119, 0.15);
}

.font-size-14 {
  font-size: 14px;
}

.font-size-12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .logo {
    width: 35px;
    height: 35px;
  }

  .title1 {
    font-size: 22px;
  }
  .title2 {
    font-size: 32px;
  }
  .title3, .title4 {
    font-size: 16px;
  }
  .home-title, footer {
    font-size: 12px;
  }
  .contact {
    font-size: 12px;
  }
  .contact-img {
    width: 28px;
  }

  .box-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .home-title {
    background: rgba(176, 0, 0, 0.8);
  }
}