@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}

.center {
  text-align: center;
}

.topnav .right {
  float: right;
  margin-right: 25px;
}

.big {
  font-size: 230%;
  line-height: normal;
}

.big2 {
  font-size: 180%;
  line-height: normal;
}

.big3 {
  font-size: 130%;
  line-height: normal;
}

.big0 {
  font-size: 350%;
  line-height: normal;
}

.new {
  font-size: 10px;
  color: #BEBEBE;
}

.newblack {
  font-size: 10px;
  color: #000000;
}

.newbigblack {
  font-size: 400%;
  line-height: normal;
  color: #000000;
}

.snow {
  color: #ffffff;
}

.dark {
  color: #000000;
}

.icon-bar {
  width: 100%;
  overflow: auto;
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.video-container-report {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-container-report iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

video {
  width: 100%;
  height: auto;
}

.no-break {
  white-space: nowrap;
}

.expo button {
  border: none;
  outline: 0;
  padding: 12px;
  color: black;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  top: 0px;
}

.expo a {
  text-decoration: none;
  font-size: 80%;
  color: white;

}

.expo button:hover,
a:hover {
  color: #8a733f;
}

* {box-sizing:border-box}


/* FSI */

.logocontainer {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.logocontainer img {vertical-align: middle;}

.logocontainer .content {
  position: absolute;
  bottom: 0;
  background: rgb(255, 255, 255); /* Fallback color */
background: rgba(255, 255, 255, 0.8); /* White background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}