:root {
  --theme-main: #0A4E3C;
  --theme-secondary: #80C687;
  --theme-tertiary: #FF6C31;
  --theme-forth: #3B9A6D;
  --theme-fifth: #E3E3E3;
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #1668C7;
  --theme-grey-blue: #97BDE8;
  --theme-blue: #4DA9D6;
  --theme-red: #E64545;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FF6C31;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
  --theme-calendar-event: #fff992;
  --theme-calendar-holiday: #ff9c73;
}

body {
  line-height: 1.4;
}
body a {
  color: var(--theme-main);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 1.5rem;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
.container {
  position: relative;
}
@media (min-width: 576px) {
  .container {
    max-width: 1600px;
    width: 90%;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 90%;
  }
}

.container-max {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

html {
  font-family: montserrat, "Noto Sans";
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}
html.large-text {
  font-size: 17px;
}
@media (min-width: 768px) {
  html.large-text {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  html.large-text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html.large-text {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  html.large-text {
    font-size: 20px;
  }
}

#mainmenu {
  font-size: unset;
}

/*# sourceMappingURL=en.css.map */
