@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');



.hidden, .navigationActions {
  display: none !important;visibility: hidden !important;
}

body, h1, h2, h3, h4 {
  font-family: "Questrial", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/* menu */
#header {padding-bottom: 40px;}
div.site-name a img, h1.site-name a img {height: 100px;}
ul.menu-level-1 li {margin: 0 40px;}
ul.menu-level-1 li a  {background-color:#000; color:#4e7f83; font-weight: bold !important; font-size: large;}
ul.menu-level-1 li a:hover  {background-color:#000 !important; color:#FFF;}
/* top menu */
div.navigation-buttons a:last-of-type.toggle-window,a.toggle-window:before {color:#FFF !important;} 

/* video on */
.video-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
}

.video-container .logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 75%;
  opacity: 0.8;
}

.copyright, a.js-cookies-settings, .signature a.title {
color: #c1c1c1 !important;
}

/* video off */
#category-header {display:none;}
.link-icon {opacity: 0.2;}
.link-icon:hover {opacity: 1.0;}
#footer, .footer-bottom, .footer-bottom-full-width {background-color:#000 !important;} 