@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
  width: 100%;
  height: 100%;
  font-family: 'Poppins', Courier, monospace;
  background-color: black ;
}

.bg-mid{
  background-color: transparent;
}

.navbar{
  padding: 1rem;
  padding-bottom: 0;
}

.navbar-nav li{
  padding-right: 10px;
}

.nav-link{
  font-size: 1.2em;
}



.footer body{
    margin:0;
    overflow-x:hidden;
    }
    
    .footer{
  
    padding:30px 0px;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    color:gray;
    font-size:1em;
    }
    
    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:3em;
    margin:0% 1%;
    }
    
    a:hover{
        background-color: #002F6C;
       }
       
  
/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixované pozadí --*/
figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

#audio-control {
  cursor:pointer;
}