/* Animated background colors */
.gradient-background {
  background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* For removing unsightly hyperlink blue lines */
a:-webkit-any-link{
  text-decoration:none !important;
}

/* Elements */
html {
  scroll-behavior: smooth;
}

h1 {
  font-family: "Italiana", sans-serif;
  letter-spacing: 0.5px;
}

h2, h3, h4, h5 {
  font-family: "Italiana", sans-serif;
  letter-spacing: 0.5px;
}

p {
  font-family: "Noto Sans", sans-serif;
}

/* Fonts */
.italiana-regular {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
 <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900
*/

.noto-sans-font {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Others */

.navbar-brand-custom {
  font-family: "Italiana", sans-serif;
  letter-spacing: 1px;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.profile-img {
  height: 100px;
  border-radius: 50%;
}

.jumbotron {
  background-size: cover;
  height: 100%;
}

.img {
  border-radius: 50%;
}

.header-jumbotron {
/*  background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-image {
  object-position: 0% 50%;
  object-fit: cover;
  border-radius: 50px;
}

.header-kulon {
  background-position: 0% 35%;
  margin-top: 0rem;
}

.header-ono {
  background-position: 0% 65%;
  margin-top: 0rem;
}

.header-text {
  background-color: rgba(253,253,253,0.5)
}

.menu-ono-image {
  object-fit: cover;
}

.margin-top {
  margin-top: 2rem;
}

.footer-icon {
  margin-right: 5px;
}

.brand-text {
  background-color: rgba(3,3,3,0.5);
}

.carousel-image {
  border-radius: 50px;
}

.hyperlink-custom {
  color: black;
}

/* To fix an issue where margin for Media page, Gallery section is 40px */
/*
.gallery-custom {
  margin-bottom: 8px !important;
}
*/

.award-image {
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 8px;
}

.reservation-text {
  margin-bottom: 0px;
}

/* Lightbox */
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

.lightbox-image {
  border-radius: 20px;
}
