/* Styling for Binaural Beats Meditation Tool webpage. */

#effectDisplay {
    font-weight: bold;
    margin-top: 10px;
}

.preset-button {
    margin: 1px;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
}

.piano {
    display: flex;
    position: relative;
    margin-top: 20px;
    height: 150px;
    padding-left: 10;
}

.key {
    border: 1px solid #000;
    width: 40px;
    height: 150px;
    background-color: white;
    display: inline-block;
    text-align: center;
    line-height: 150px;
    font-size: 14px;
    position: relative;
    color: black;
}

#octbtn {
    padding-left: 10px;
    padding-top: 10px;
}

.controls {
    margin-top: 20px;
}

.description {
    margin-top: 20px;
}

#basefrequencyblock {
    border:1px solid grey;
    padding-top: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#basefrequency {
    padding-top: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#presets {
    padding-bottom: 5px;
}

#beatingfreqblock {
    border: 1px solid grey;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left: 10px;
}

#playbackcontrols {
    border: 1px solid grey;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px
}

#volumeslider {
    padding-top: 10px;
    padding-bottom: 10px;
}

#soundDetails {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid black;
    background-color: rgb(33, 38, 42, 0.7);
    font-size: 14px;
    line-height: 1.5;
    display: block;
    width: 98%;
}

#soundList > li {
    color: white;
    list-style-type: none;
}

#freesoundsearchblock {
    border: 1px solid grey;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

/* Style for right-aligned images */
.float-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 50%;
}
