header{
  border-radius: 30px;
    filter: drop-shadow(5px 10px 4px #96d4d4);
}
audio{
  
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid#0ef8f8;
    border-radius: 50px;
    background-color: aqua;
    filter: drop-shadow(10px 10px 4px #7DFDFE);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: .5px ;
    -webkit-text-stroke-color:rgb(0, 0, 0);
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}
audio:hover, audio:focus, audio:active
{
 
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-play-button{
  background-color: #0ef8f8;
  border: 2px #96d4d4;
  border-radius: 10px;
}
audio::-webkit-media-controls-panel {
  background-color:#062474;
  color: #ee1313;
}
ul {
  color: white;
  list-style: none;
 
  
}
ul li a{
   width: 100%;
  color: white;
  text-decoration: none;
  position: relative;
  font-family:fantasy;
  font-size: 50px;
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 3px #66fbfb;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  background-color: black;
  border-radius: 10px;
  border: 3px solid#00bcd4;
  filter: drop-shadow(5px 5px 4px #96d4d4);
  padding: 1px;
  transition:all 0.5s linear;
  z-index: 1;
  
}
ul li a:hover{
  transform: scale(1.5);
  background-color: #7dfdfe;
  color: #3669e9;
  filter: drop-shadow(5px 5px 4px black);
  text-shadow: 2px 2px 3px #000000;
  z-index: 2;
}
ul li p{
  display: inline-block;
  text-align: left;
  margin-left: 20px;
  font-size: 20px;
  background-color: #2213ee;
  filter: drop-shadow(5px 5px 4px #7DFDFE);
  border: 3px solid#00bcd4;
  border-radius: 10px;
  padding: 2px;
}
ul li p:hover{
  filter: drop-shadow(5px 5px 4px black); 
}
Video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:  -3;
}
.icon{
  justify-content: left;
  margin-bottom: -10px;
  margin-right: 10px;
  background-image: url('JONES\ LTD.jpg');
  background-size: 100px;
  background-repeat: no-repeat;
  height:75px;
  width: 100px;
  display: inline-block;
  
  
  
}
.Take{
  height: 50px;
  border-radius: 20px;
}
.head{

  height: 25px;
  width: 25px;
}
footer{
  width: 100%;
  color: navy;
  text-align: center;
  background-color: gray;
  padding: 10px;
  margin-top: 30px;

  font-family: Verdana;
  text-align: center;
  text-shadow: 2px 2px 5px #7DFDFE;
-webkit-text-stroke-width: .5px ;
-webkit-text-stroke-color: #7DFDFE;
color: transparent;

  background-color: black;
filter: drop-shadow(5px 10px 4px #7DFDFE);
}