/* 
DESIGN GUIDELINES

Basic Text Font Size
  font-size: 1.5rem;


*/

/* Fonts */
@font-face {
  font-family: 'CabritoSansBold';
  src: url('../fonts/CabritoSansBold/font.woff2') format('woff2'),
       url('../fonts/CabritoSansBold/font.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CabritoSansMedium';
  src: url('../fonts/CabritoSansMedium/font.woff2') format('woff2'),
       url('../fonts/CabritoSansMedium/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OCFormatCollageT3';
  src: url('../fonts/OCFormatCollageT3/font.woff2') format('woff2'),
       url('../fonts/OCFormatCollageT3/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 767.98px) {
  html {
    font-size: 87.5%;
  }
}

/* Nav */
.navbar .nav-link {
  font-family: 'CabritoSansBold', sans-serif;
  font-size: 1.5rem;
  color: #000000;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #ec9700;
}

@media (max-width: 767.98px) {
  .navbar-toggler {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 2.25rem;
    height: 2.25rem;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(236%2C151%2C0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar .navbar-collapse {
    margin-left: 1.5rem;
  }
}

/* Headings */
h1 {
  font-family: 'OCFormatCollageT3', sans-serif;
  font-size: 1.6667rem;
  color: #000000;
}

h2 {
  font-family: 'CabritoSansBold', sans-serif;
  font-size: 1.25rem;
  color: #000000;
}

h3 {
  font-family: 'CabritoSansBold', sans-serif;
  font-size: 1.0833rem;
  color: #000000;
}

.header-logo {
height: 128px;
}

.opening-hours-table {
  font-size: 1.5rem;
}

/* Image Slider */
.img-slider {
  position: relative;
  width: 100%;
  padding: 0rem 1.5rem 3rem 1.5rem;
}

.img-slider-viewport {
  position: relative;
  overflow: hidden;
}

.img-slider-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.4s ease;
}

.img-slider-item {
  flex: 0 0 100%;
  padding: 0 12px;
}

.img-slider-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .img-slider-item {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .img-slider-item {
    flex: 0 0 70%;
  }
}

@media (min-width: 1200px) {
  .img-slider-item {
    flex: 0 0 33.333%;
  }
}

@media (min-width: 1400px) {
  .img-slider-item {
    flex: 0 0 25%;
  }
}

.img-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border: none;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 4px;
}

.img-slider-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}

.img-slider-prev { left: 0.75rem; }
.img-slider-next { right: 0.75rem; }

/* Text spans */
.span-1 {
  font-family: 'CabritoSansBold', sans-serif;
  font-size: 1.75rem;
  color: #009a96;
}

.span-2 {
  font-family: 'CabritoSansMedium', sans-serif;
  font-size: 1.5rem;
  color: #000000;
}

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .px-md-welcome {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .header-logo {
    height: 196px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* Event Cards */
.event-card {
  border-radius: 2px;
  overflow: visible;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-card-icon {
  margin:  0 auto;
  margin-bottom: -40px;
  width: 128px;
  height: 128px;
  position: relative;
  z-index: 1;
}

.event-card-icon svg,
.event-card-icon img {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto;
}

.event-card-header {
  background-color: #ec9700;
  color: #fff;
  font-family: 'OCFormatCollageT3', sans-serif;
  font-size: 2rem;
  padding: 28px 16px 16px;
  line-height: 1.3;
  border-radius: 2px 2px 0 0;
}

.event-card-body {
  padding: 16px;
  flex: 1;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.event-card-day {
  font-family: 'OCFormatCollageT3', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #000;
}

.event-card-month {
  font-family: 'OCFormatCollageT3', sans-serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 12px;
}

.event-card-info {
  font-family: 'OCFormatCollageT3', sans-serif;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.6;
}


.social-media-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
}

.social-media-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #000;
  font-family: 'CabritoSansMedium', sans-serif;
  font-size: 1.5rem;
}

.social-media-link:hover {
  color: #009a96;
}

.social-media-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}

@media (min-width: 768px) {
  .partner-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.partner-grid img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

footer {
  background-color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-family: 'CabritoSansMedium', sans-serif;
  font-size: 1rem;
  color: #000;
}

.footer-links a {
  text-decoration: none;
  color: #000;
}

.footer-links a:hover {
  color: #009a96;
}

.footer-dot {
  color: #000;
}

.contact-links {
  display: inline-flex;
  flex-direction: column;
  gap: 0.9rem;
  text-align: left;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #000;
  font-family: 'CabritoSansMedium', sans-serif;
  font-size: 1.5rem;
}

a.contact-link:hover {
  color: #cd8838;
}

.contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

