/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

html, body{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  
}

.cover-container {
  max-width: 75em;
  
}

.on-air-circle {
  animation: hdXHS 2.5s ease infinite;
  height: 0.75rem;
  width: 0.75rem;
  vertical-align: unset;
}

@keyframes hdXHS {
  0%, 100% {
    opacity: 0;
  }
  15%, 85% {
    opacity: 1;
  }
}

h1{
  font-size: 1.8rem;
}

hr {
  margin: 0.5rem 0;
  opacity: .08;
}


/*
 * Header
 */

 header{
  font-size: bold!important;
 }


 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.nav-link{
  color: rgba(255, 255, 255, .8);
  border-bottom: .25rem solid transparent;

}

.nav-link:hover,
.nav-link:focus {
  color: rgba(255, 255, 255, .8);
  border-bottom-color: rgba(255, 255, 255, .25);
}



/*
 * Footer
 */

 footer{
    font-size: 13px;
 }

 ul li{
  display: inline;
  margin:0 .3em;
}

ul li a{
  color: #ccc!important;
}


@media only screen and (max-width: 880px) {
  .navbar-vilanoise {
    width:80px;
    float: right!important;
  }

  .logo{
    float: left!important;
  }

  h1{
    font-size: 1.7em;
  }
}