
@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;
}

.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;
}


.count {
  top: 0px;
  margin-bottom: -4px;
    padding: 0;
  text-align: center;  
}



.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;
    }


.no-break {
  white-space: nowrap;
}



    