.chargeError {
    color: red;
}

.full-height {
    height: 100%;
}

.introSection {
    background-image: url('/images/introNotTheSame.jpg');
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    animation-fill-mode: both;
    border-bottom:1px solid black;
}

.storeSection {
    background-image: url('/images/store.jpg');
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    animation-fill-mode: both;
}

.discographySection {
    background-image: url('/images/discographyCover2.jpg');
    background-color: black;
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    animation-fill-mode: both;
}

.listenSection {
    background-image: url('/images/listen.jpg');
    display: table;
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    animation-fill-mode: both;
}

.videoHeaderSection {
    background-image: url('/images/discographyCover2.jpg');
    background-color: black;
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    animation-fill-mode: both;
}

.thankYouText {
    color: white;
}

.jsForm::placeholder {
    color: #74b9d2;
}

.streaming {
    padding: 15px;
}

.streamingImg {
    width: 175px;
    max-width: 100%;
}

.buyTracks li {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 15px;
    padding: 5px;
    border: 1px solid #000;
    /*width: 375px;
    width: 100%;*/
}

.buyAlbumButton {
    color: #fff;
    border: 2px solid #FFF !important;
}

.buyAlbumButton:hover {
    background-color: #000;
    color: #88b27e;
    color: #4bc2e0;
    border: 2px solid #88b27e !important;
    border: 2px solid #4bc2e0 !important;
}

.text-white {
    color: #FFF;
}

.marBtm30 {
    margin-bottom: 30px;
}
.subtitle-text{
background-color: rgba(0, 0, 0, .5);
}

.subtitle-text-JS {
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}

.background-black {
    background-color: black;
}

a.linkLight {
    color: lightgoldenrodyellow;
}

.discographyAnchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.introVideo {
    top: 200px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.youTubeVideo {
    max-width: 100%;
    border:1px solid white;
}

.discoCover {
    max-width: 350px;
    border: 1px solid #000;
}

/* LARGE */
@media (max-width: 1200px) {
    .introVideo {
        top: 50px;
    }
}

/* MEDIUM */
@media (max-width: 992px) {
    .introVideo {
        top: 0;
    }

}

/* SMALL */
@media (max-width: 768px) {
    .discographySection {
        background-size: inherit;
        -webkit-background-size: inherit;
        -moz-background-size: inherit;
        -o-background-size: inherit;
    }
}