body{
    background:#7d8488;
}

header.masthead {
    padding-top: calc(3rem + 55px);
    padding-bottom: 2rem;
}

button {
    background-size: 48px;
    border-radius: 100%;
    border: none;
    outline: none;
}

button:hover {
    filter: brightness(125%);
    cursor: pointer;
    outline: none;
}

.sound {
    padding-left: 100px;
    font-size: 26px;
    color: #123574 !important;
    display: block;
    max-height: 60px;
}

.soundtitle {
    display: inline-block;
    width: 400px;
    max-width: 400px;
    font-size: 1.3rem;
}

.play {
    background: url(/img/play.png) center no-repeat;
    background-size: 48px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: none;
    outline: none;
}

.stop {
    background: url(/img/stop.png) center no-repeat;
    background-size: 48px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: none;
    outline: none;
}

input.seekslider {
    width: 300px;
    border-radius: 10px;
}

input[type='range'] {
    -webkit-appearance: none !important;
    margin: 0px;
    padding: 0px;
    background: #03406d;
    height: 13px;
    border-bottom: #0687e6 1px solid;
}

input[type='range']::-ms-fill-lower {
    background: #03406d;
}

input[type='range']::-ms-fill-upper {
    background: #03406d;
}

input[type='range']::-moz-range-track {
    border: none;
    background: #03406d;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: radial-gradient(#1bbcf3, #0687e6);
    height: 11px;
    width: 11px;
    border-radius: 100%;
    /*cursor:pointer;*/
}

input[type='range']::-moz-range-thumb {
    background: radial-gradient(#1bbcf3, #0687e6);
    height: 11px;
    width: 11px;
    border-radius: 100%;
    /*cursor:pointer;*/
}

input[type='range']::-ms-thumb {
    -webkit-appearance: none !important;
    background: radial-gradient(#1bbcf3, #0687e6);
    height: 11px;
    width: 11px;
    border-radius: 100%;
    /*cursor:pointer;*/
}

button:focus {
    outline: 0px none;
}

.introname {
    font-size: 17px;
    color: #bee3ff !important;
    top: -25px;
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0.8rem;
    /* line-height: 0px; */
}

.loading {
    padding-left: 500px;
    font-size: 50px;
    text-align: center;
    color: white;
}

.soundhr {
    margin-top: -30px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid rgb(0 2 138 / 24%);
}

.subtext {
    margin-left: 170px;
    color: #bee3ff;
    font-size: 18px;
}

.subtext a {
    color:#bee3ff;
}

.w3-input {
    padding: 6px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

input[type="search"] {
    color: white;
    background-color: #6e6e6e;
}

input[type="search"]::placeholder {
    color: #bdbdbd;
}

.invisible {
    display: none;
}