@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Alternative Gothic'; /* set name */
  src: url("../font/Alternate Gothic No3 D Regular.1ab27b1a02a7.otf"); /* url of the font */
}

.pagination.is-circular .pagination-link {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

body {
  /* background: url("../img/sterren.e115b870635f.svg") repeat, linear-gradient(to left, black, 20%, #04433b , 80%, black); */
  background: url("../img/sterren.e115b870635f.svg") repeat, radial-gradient(  #04433b, 50%, black);
  /* background: url("../img/sterren.e115b870635f.svg") repeat, linear-gradient(rgba(4, 67, 59, 0.400), rgba(4, 67, 59, 0.400)), black; */
  font-family: "Roboto", sans-serif;
  padding-top: calc(var(--bulma-navbar-height) / 2);
  --lustrum-gold: #ddaa16;
  --lustrum-green: #04433b;
}

.is-tiny {
    font-size: 0.25rem;
}

.lustrum-text {
    font-weight: bold;
    font-family: 'Alternative Gothic';
    color: var(--lustrum-gold);
    /* background: linear-gradient(45deg, #FFD700, #FFEC8B, #FFC700, #FFD700); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
}
.lustrum-text-gray {
    font-family: 'Alternative Gothic';
    font-weight: bold;
    color: darkgray;
}


.tabs {
  font-family: 'Alternative Gothic';
}


li.is-active a {
  color: var(--lustrum-gold) !important ;
}

.lustrum-shiny-text {
    font-family: 'Alternative Gothic';
    font-weight: 900;
    background: linear-gradient(
        0deg,
        #d4af37 0%,
        #ffd700 20%,
        #fff4b5 50%,
        #ffd700 80%,
        #d4af37 100%
    );
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        1px 1px 2px rgba(0, 0, 0, 0.3),
        0 0 5px rgba(255, 223, 0, 0.4);
    position: relative;

    animation: goldShine 4s linear infinite;
}
@keyframes shine {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.banner-img-container {
  display: flex;
  align-items: center;
  justify-content:center
}

.banner-img-container img {
  height: min(20vh, 20vw);
  object-fit: contain;
}

.center-title {
  font-size: min(12vh,12vw);
  margin-bottom: 12px;
}

.location-text {
  color: white;
  font-size: 2.25rem;
  text-align: center;
}


.has-gold-background {
  background-color: var(--lustrum-gold);
}

.has-green-background {
  background-color: var(--lustrum-green);
  border-color: var(--lustrum-gold);
  border-width: 3px;
}
