@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPecZTIAOhVxoMyOr9n_E7fRMQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIw.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf) format('truetype');
}
html,
body {
  font-family: 'Titillium Web', sans-serif;
  color: black;
}
.bg-dark {
  background: #3c3c3b;
  color: #95c11f;
}
.bg-green {
  background: #95c11f;
  color: #3c3c3b;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
header {
  position: fixed;
  width: 100%;
  padding: 24px;
  z-index: 9999;
  background: white;
}
header #logo-header {
  height: 44px;
  float: left;
  position: relative;
  top: -12px;
}
header nav {
  text-align: right;
}
header nav a,
header nav a:hover {
  color: black;
  text-decoration: none;
  font-size: 20px;
  margin-left: 24px;
  text-transform: uppercase;
}
header nav a.active,
header nav a:hover.active {
  color: #95c11f;
}
header nav a:hover {
  color: #95c11f;
}
header #lang-selector {
  position: absolute;
  right: 64px;
  top: 8px;
  display: flex;
  text-align: center;
}
header #lang-selector a {
  color: black;
  font-weight: 700;
  margin-left: 12px;
  font-size: 24px;
  line-height: 24px;
}
header #lang-selector img {
  height: 32px;
}
header.index {
  position: fixed;
  background: transparent;
}
header.index #lang-selector {
  padding-left: 24px;
  position: static;
}
@media (max-width: 1199px) {
  header.index #lang-selector {
    padding-left: calc(56% - 68px);
  }
}
#splash {
  background: url("../resources/images/splash.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
#splash #splash-title img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 29%;
  max-width: 70%;
  width: 1000px;
}
@media (max-width: 1199px) {
  #splash #splash-title img {
    top: 208px;
  }
}
#splash #splash-title img:nth-child(1) {
  width: 1200px;
  max-width: 100%;
}
#splash #splash-menu {
  width: 100%;
  position: absolute;
  bottom: 10%;
}
@media (max-width: 767px) {
  #splash #splash-menu {
    bottom: 32px;
  }
}
#splash #splash-menu a .splash-menu-inner {
  background: black;
  color: #95c11f;
  padding: 12px;
  border-radius: 40px;
}
#splash #splash-menu a .splash-menu-inner img {
  border-radius: 25px 25px 0 0;
  width: 100%;
}
#splash #splash-menu a .splash-menu-inner p {
  text-align: center;
  font-size: 24px;
  padding: 16px 0px 12px;
  margin: 8px 16px 0;
  border-top: 2px solid #95c11f;
}
@media (max-width: 1600px) {
  #splash #splash-menu a .splash-menu-inner p {
    font-size: 20px;
    margin: 8px 0 0;
  }
}
@media (max-width: 991px) {
  #splash #splash-menu a .splash-menu-inner p {
    font-size: 16px;
  }
}
main {
  min-height: calc(100vh - 88px);
}
main.article {
  padding-top: 92px;
  text-align: center;
}
main.article #article-splash {
  height: 500px;
  overflow: hidden;
}
main.article #article-splash img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
main.article h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 4px;
  margin: 32px 0 16px;
  font-weight: 600;
}
main.article h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
}
main.article p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 6px;
}
#events a {
  margin-bottom: 32px;
}
#events a img {
  width: 100%;
  height: 416px;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #95c11f;
  border-radius: 25px;
}
#events a p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1399px) {
  #events a img {
    height: 356px;
  }
}
@media (max-width: 1199px) {
  #events a img {
    height: 296px;
  }
}
@media (max-width: 991px) {
  #events a img {
    height: 216px;
  }
}
@media (max-width: 767px) {
  #events a img {
    height: 156px;
  }
}
footer:not(.index) {
  background: #2D2D2D;
  text-align: center;
  padding: 32px 0;
  color: white;
}
