/* anta-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Anta';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/anta-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
 /* coming-soon-regular - latin */
 @font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Coming Soon';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/coming-soon-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


  body{
    max-width: 1200px;
     margin: 0px auto;
     zoom: 1;
     padding: 0px;
     background-color: #000000;
     color: #ff00e0;
     font-family: 'Anta';
     text-align: center;
 
   }
   p{
    text-align: left;
   }

   .image-header {
    width: 100%;
    height: auto;
  }

  ul#header {
    list-style-type: none;
    display: contents;
    height: 4em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 1em 1em 3em;
    width: 100%;
    padding: 0px;
  }
  
  li#header{

      display: inline;

    
  }

  li#header a{
    background-color: #ff00e0;
    color: black;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em;
    border-radius: 5px;
    font-size: 20px;
  
}

li#header a:hover{
  background-color: #b3009e;  
  color: white;
}

li#header a.active {
  background-color: #00ff1f;
}


  footer {
    display: inline-block;
    background-color: #ff00e0;
    height: 4em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 5em;
    width: 100%;
    padding: 0px;
  }
  
  li#footer {
    display: block;
    list-style-type: none;
    float:left;
    padding: 0.5em;
    color: #000000;
  }
  a{
    color: inherit;
    text-decoration: inherit;
  }

 a#stream:link, a#stream:visited {
    background-color: #ff00e0;
    color: black;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em;
    border-radius: 5px;
    font-size: 20px;
  }
a#stream:hover, a:active {
    background-color: #b3009e;
    color: white;

  }

  #cookie-popup { 
    text-align: center; 
    background: #ff00e0;
    color: #000000;
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:18px; 
    line-height:24px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
   
  #cookie-popup.hidden {
    display: none;
  }