body{
    font-family: sans-serif;
    /* text-align: center; */
    background-image: url("original.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}
button{
    margin-top: 15px;
}
select{
    /* border-radius: 3px; */
}
*{
    /* border: 1px solid red; */
}
.master-transparent{
    display: flex;
    border: 3px solid black;
    border-radius: 15px;
    padding: 25px;
    width: 80vw;
    margin: 15px auto;
    background: #555555;
    opacity: 0.9;
    min-height: 85vh;
}
.master{
    position:absolute; 
    top:0px; 
    right:0px; 
    bottom:0px; 
    left:0px;
    display: flex;
    padding: 25px;
    width: 80vw;
    margin: 15px auto;
    min-height: 85vh;
    overflow: hidden;
    justify-content: stretch;

}
.right-div{
    display: flex;
    justify-content: center; 
    width: 50%;

}
.left-big-div{
    width: 50%;
    display: flex;
    justify-content: center;

}
.title-div{
    display: flex;
    justify-content: space-between;
    /* margin-right: 50px;  */
    width: 100%;  
    margin-top: -15px;
}
.title-div h2{
    color: black;
   
}
label.volume{
    position: relative;
    top: -10px;
    color: black;
    margin-left: 50px;
    margin-top: 25px;
    font-weight: 700;
    /* margin-bottom: 10px; */
}
label.master-volume{
    color: black;
    margin-left: 25px;
    margin-top: 25px;
    /* margin-bottom: 10px; */
    font-weight: 700;  
}
input.volume{
    width: 300px;
    position: relative;
    top: 4px;
}

.mix{
    font-weight: 700;
    display: inline-block;
    color: white;
}



.make-waves{
    /* margin-top: 15px; */
    margin-bottom: 15px;
    background: #202070;
    
    color: white;
    border: 5px solid #207020;
    border-radius: 10px;
    width: 200px;
    height: 25px;
    font-weight: 900;
    padding: 10px;
    opacity: 0.8;
    text-align: center;
    display:inline-block;
    transition: 0.2s;

}
.make-waves:hover{
    opacity: 1;
    cursor: pointer;
    transition: 0.2s;

}
.sounds{
    display:inline-block;
    margin-top: 50px;
}
.sounds .title{
    font-weight: 900;
    margin-left: 10px;
}
.noises{
    display:inline-block;
    margin-top: 40px;
    border: 3px solid white;
    padding: 25px;
    border-radius: 5px;
}
.top-noises{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;

}
.stop-all{
    margin: 25px;
    background: black;
    color: white;
    /* border: 5px solid #702020; */
    border-radius: 10px;
    min-width: 100px;
    width: 123px;
    height: 123px;
    padding: 10px;
    opacity: 0.8;
    transition: 0.2s;
    text-align: center;
    display: flex;
    vertical-align: center;
    align-items: center;
}
.stop-all:hover{
    cursor: pointer;
    opacity: 1;
    transition: 0.2s;
}
.stop-sign{
    margin: 10px auto;
    font-weight: 900;
    font-size: 27px;
    background: red;
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    vertical-align: center;
    align-items: center;
    justify-content: center;

}
.right-title{
    color: white;
    font-weight: 900;
}
.sound{
    background: #702020;
    border: 5px solid white;
    border-radius: 10px;
    width: 500px;
    height: 100px;
    margin: 25px auto;
    margin-top: 10px;
    margin-bottom: 5px;
    opacity: 0.3;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
}
.sound:hover{
    /* cursor: all-scroll; */
    /* transform: scale(1.01); */
    /* border: 1px solid white; */
    opacity: 0.7;
    transition: 0.5s;
}
.playing{
    background: #207020;
    border: 5px solid black;
    opacity: 0.7;
    transition: 0.3s;
    
}
.playing:hover{
    opacity: 0.9;
    transition: 0.3s;
}
.controls{
    display: inline-flex;
    float: none;
    /* border: 1px solid black; */
    border-radius: 5px;
    height: 100%;
    width: 10%;
    min-width: 75px;
    color: white;
    z-index: 100;
}
.controls:hover{
    color: black;
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.2s;
}
.control{
    /* border: 1px solid red; */
    /* margin-top: 5px; */
    overflow: hidden;
    position: relative;
    height: 90%;
    /* left: -5px; */
    /* padding: 5px; */
    transition: 0.2s;
}
.control:hover{
    cursor: pointer;
    /* transform: scale(1.2); */
    /* color: white; */
    transition: 0.2s;
}
.play{
    /* margin-bottom: 10px; */
    margin-left: 25px;
    width: 55px;
    /* position: relative; */
    top: 15px;
    /* height: 42px; */
}
.fas{
    color: white;
}
.fa-play{
    font-size: 55px;
}
.pause{
    width: 65px;
    margin-left: 10px;
    /* position: relative; */
    top: 15px;
    left: 10px;
}
.fa-pause{
    font-size: 55px;
}
.inactive{
    display: none;
}
.sliders{
    display: flexbox;
    float: none;
    /* border: 1px solid red; */
    width: 80%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    height: 5px;
    /* margin-left: 25px; */
}
.slider:hover{
    cursor: pointer;
}
.sound-volume{
    margin: 5px;
    /* padding1-left: 50px; */
    position: relative;
    top: 7px;
    width: 25%;
    margin-left: 15px;
}
.seek{
    width: 80%;
    /* display: flex; */
}
.selector{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.sound-selector{
    width: 70%;
    display: inline-block;
    margin-left: 50px;
}

.noise-selector{
    /* margin-top: 25px; */
    width: 250px;
    margin-right: 25px;

}
.selector label{
    color: white;
    font-weight: 700;

}
.noise-volume{
    color: black;    /* margin-top: 50px; */
    font-weight: 700;
}
#noise-volume{

}
.colour{
    font-weight: 700;
    color: black;
}
.master-controls{
    margin-top: 50px;
    width: 100%;
}
footer{
    margin-top: 100px;    
}
.fa-address-card{
      padding: 10px;
      font-size: 42px;
      color: black;
}
.fab{
      padding: 10px;
      font-size: 42px;
      color: black;
}
.fa-address-card:hover{
   transform: scale(1.2)
}
.fab:hover{
   transform: scale(1.2)
}
