/* DEFAULT TAG STYLE */
body {
    min-width: 400px;
    max-width: 1000px;
    width: auto !important;
    margin: auto;
    padding: 0 50px;
    font: 125%/1.4 Cormorant, serif, "Open Sans", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #1b1b1b;
    font-size: 1.4em;
    text-rendering: optimizeLegibility;
}

a:link {
    color: #c54242;
}

a:visited {
    color: #c66d6d;
}

h1,
h2,
h3 {
    line-height: 1;
}

hr {
    overflow: visible; /* For IE */
    height: 20px;
    width: 80%;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* CUSTOM CLASSES */
.content-wrapper {

}

.grym-background {
    background-image: url('../assets/grym_logo_faded.png');
    background-repeat: no-repeat;
    background-size: 20em;
    background-position: center;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: -100px;
    left: 0;
    margin: auto;
}

.page-title {
    text-align: center
}

.page-text {
    padding: 1px 0;
}

.text-flavor {
    font-style: italic;
    text-align: justify;
}

.radio-player {
    width: 100%;
}

.sleep {
    background-image: url("../assets/grym_lightning_off.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
}

.zap {
    background-image: url("../assets/grym_lightning_animated.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
}

/* AMPLITUDE.JS STUFF*/
input.amplitude-volume-slider {

}

div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    margin: 0 auto;
}

div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("/assets/play.png");
    background-size: cover;
}

div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("/assets/pause.png");
    background-size: cover;
}

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
    div.control-container div.amplitude-play-pause {
        background-size: cover;
        width: 64px;
        height: 64px;
    }
}

/* volume slider fancy */
.amplitude-volume-slider {
    width: 140px;
    height: 1px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
    display: block;
    margin: 15px auto 50px auto;
}

.amplitude-volume-slider::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c54242;
    cursor: pointer;
}

.amplitude-volume-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c54242;
    cursor: pointer;
}
