*{
  box-sizing: border-box;
}


body{
    margin: 0px;
    padding: 0px;
    background-image: url(blue-gradient-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*height: 150vh;*/
    
}

label{
  margin: 0 40px 0 0;
  line-height: 70px;
  font-size: 40px;
  display: none;
  
}

#toggle{
  display: none;
}

header{
  height: 130px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;

}

.logo, .h1-tag{
  font-family: 'Special Elite', cursive;
  
  color: white;
  margin-top: 30px;
}

.h1-tag{
  margin-top: 50px;
  padding: 10px;
  font-size: 50px;
}

.logo{
  display:flex;
  }


.nav-links, li, a{
  display: inline-block;
  margin: 30px 10px 0 10px;
  margin-right: 20px;
  font-family: 'Special Elite', cursive;
  font-size: 20px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.nav-links, li, a:hover{
  color: rgb(235, 232, 54);
}

.audio-container{
  display: flex;
  
}


.audio-container, .stationName, h2{
  display: inline;
  margin: 10px;
  padding: 10px;
}

h2{
  font-size: 15px;
}

#control{
  margin: 20px 0 0 40px;
}

hr{
  height: .5px;
  border-width: 0px;
  color: black;
  background-color: black;
}


.btn1, .btn2, .btn3, .btn4, .btn5{
  background-color: rgb(0, 0, 0, 0.3);
  cursor: pointer;
}
button{
  color:rgb(255, 255, 255);
}

    


.youtcells{
  
   margin-left: 10%;
   margin-top: 100px;
   padding: 20px;
   
   
   
   
}

iframe{
    display: inline;
    margin: auto;
    
}






@media(max-width: 700px){



   a{  display: flex;
        flex-direction: column;
        font-size: 20px;
        margin-top: -80px;
       
    }
    body{
        margin:0;
        padding:0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .container{
      height:100px;
      width:400px;
    }
    .radioimg{
     width: 30px;
     height: 30px;
     margin:40px 340px ;
    }
    h2{
      font-size: 20px;
    }
    h3{
      font-size: 15px;
    }
    .control{
    
      margin-bottom: 100px;
      margin-top: -80px;
      margin-left: -10px;
      
    }
  }
  p{
    color: black;
    font-size: 5px;
  }