@media only screen and (max-width: 767.98px) {
    .logoBranding {
    }
}

@media only screen and (max-width: 407px) {
    .mainBtn-index {
    padding: 20px 40px 20px 40px !important;
    font-size: 14px !important;
    }
        
    .mainBtn-results {
    padding: 20px 40px 20px 40px !important;
    font-size: 14px !important;
    } 
    
}

@media only screen and (max-width: 360px) {
    h1 {
    font-size: 36px !important;
    }
}

body {
    background: #222222;
}

.mainBody {
    width: 100%
    background: #3023ae; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3023ae 0%, #cc7bd9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3023ae 0%,#cc7bd9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3023ae 0%,#cc7bd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3023ae', endColorstr='#cc7bd9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.mainBodyImg {
    height: 100%;
    width: 100%;
    background-image: url('images/album-bg.png');
    background-size: cover;                   
    background-repeat: no-repeat;
    background-position: top center;
}

h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #F5A623;
    font-size: 48px;
}

h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 13px;
    line-height: 20px;
}

h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 32px;
    margin-bottom: 10px;
}

h4 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    color: #F5A623;
    font-size: 24px;
    font-style: italic;
    margin: 0;
}

p {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

li {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white;
    font-size: 14px;
    line-height: 20px;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover { 
  color: lightgray;
}

ul {
    list-style-type: none;
    padding: 0px;
}

.footerLink:hover {
    color: #cc7bd9;
}

.footerLink {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700    ;
    color: white;
    font-size: 16px;
    text-decoration: none !important;
    line-height: 38px;
}

.joinEdit {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 16px;
    text-decoration: none !important;
    line-height: 38px;
}

.signUpHeading {
    float: left;
    margin-right: 10px;
}

.signUpForm {
    float: right;
}

.best-album-text {
    color: #F5A623;
}

.mainNav {
    padding: 25px 0px 25px 0px;
}

.mainHeading {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-body {
    margin-bottom: 10px;
    background-image: url:("album-image.png");
    background-repeat: no-repeat;
    background-size: cover;  
}

.buttonRow {
    margin-bottom: 60px;
    margin-top: 0px;
}

.logoBranding {
    width: 100px;
}

.mainBtn-index {
    padding: 20px 120px 20px 120px;
    background: #f76b1c;
    background: -moz-linear-gradient(-45deg, #f76b1c 0%, #fadf61 100%);
    background: -webkit-linear-gradient(-45deg, #f76b1c 0%,#fadf61 100%);
    background: linear-gradient(135deg, #f76b1c 0%,#fadf61 100%);
    font-size: 18px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: none;
    border: 0px solid rgba(255, 255, 255, .0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.5s ease;
}

.mainBtn-index:hover {
    -webkit-box-shadow:inset 0px 0px 0px 2px #fff;
    -moz-box-shadow:inset 0px 0px 0px 2px #fff;
    box-shadow:inset 0px 0px 0px 2px #fff;
    background: none;
}

.mainBtn-results {
    padding: 20px 70px 20px 70px;
    background: #f76b1c;
    background: -moz-linear-gradient(-45deg, #f76b1c 0%, #fadf61 100%);
    background: -webkit-linear-gradient(-45deg, #f76b1c 0%,#fadf61 100%);
    background: linear-gradient(135deg, #f76b1c 0%,#fadf61 100%);
    font-size: 18px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    border: 0px solid rgba(255, 255, 255, .0);  
}

.bottomAd {
    margin-bottom: 90px;
}

.footerWrapper {
    background-color: #222222;
    padding-top: 50px;
    padding-bottom: 50px;
}

.copyright {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: gray;
    font-size: 10px;
    text-decoration: none !important;
}

.form-control {
    width: 340px;
    background-color: #222222;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 16px;
    line-height: 16px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: gray;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px;
}

.itunesButton {
    height: 45px;
}

.spotifyButton {
    height: 50px;
}

.aaultHeading {
}



.footnote {
    color: #D2D2D2;
    font-size: 14px;
}

.listenLinks {
    margin-bottom: 30px;
}

.searchAgainButton {
    margin-bottom: 20px;
}

.searchAgainLink {
    text-decoration: underline;
    text-decoration-color: white;
    margin-bottom: 60px;
}

.albumNameTitle, .sliderRow { 
    margin-bottom: 7px;
}

.sliderHeading { 
    color: #F5A623;
    margin-bottom: 0px;
}

.ui-slider-handle { 
    border-color: #ef2929;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #f5a623 !important;
    border-radius: 50px;
    border: 5px !important;
    border-color: #f5a623 !important;
}

.ui-widget-content {
    background: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
}

.ui-widget-header {
    background: rgba(255, 255, 255, 0.6) !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em !important;
}

.ui-slider .ui-slider-handle {
    width: 1.6em !important;
    height: 1.6em !important;
}

.bumpers {
    height: 7px;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: rgba(255, 255, 255, 0.5); 
    flex: 1;
    text-align: center;
}

.textBumpers {
    flex: 1;
    text-align: center;
}

.bumper-container {
    display: flex;
    margin-bottom: 10px;
}

.dateTag-container {
    display: flex;
    margin-bottom: 2px;
    margin-left: -6%; 
    margin-right: -7%;
}

.bumper1 {
    border-left: 2px solid #ffffff;
}

.dateTags {
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}

.display-graphic {
    float: right;
}

.source-copy {
    padding: 20px 0px 60px 0px ;
    padding
}

#spinner {
    top: 50%;
    left: 50%;
}

#album-Artwork {
    margin-bottom: 20px;
}

.albumInfo h2,
.albumInfo h3 {
    margin: 0;
}

.albumInfo span {
    display: block;
}

.album-result.loading span {
    background-color: rgba(255,255,255,0.2);;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.album-result .album-name-wrapper {
    margin-bottom: 5px;
    min-height: 35px;
}

.album-result .album-artist-wrapper {
    margin-bottom: 5px;
    min-height: 26px;
}

.album-result .album-year-wrapper {
    margin-bottom: 5px;
    min-height: 20px;
}

.album-result .album-source-wrapper {
    margin-bottom: 5px;
    min-height: 20px;
}

.album-result.loading span {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.album-result.loading .album-name-wrapper {
    width: 300px;
}

.album-result.loading .album-artist-wrapper {
    width: 250px;
}

.album-result.loading .album-year-wrapper {
    width: 100px;
}    

.album-year-wrapper {
    color: #ffffff; 
}

.album-result.loading .album-source-wrapper {
    width: 100px;
}

.preloader-wrapper {
    background-image: url('images/puff.svg');
    background-size: 44px 44px;                   
    background-repeat: no-repeat;
    background-position: center center;
}

.slider {
    padding: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.main-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.spotify-button {
    width: 120px;
    padding: 5px;
    margin-bottom: 15px;
}

.cookie-message {
    position: fixed;
    bottom:0;
    right:0;
    z-index: 100;
    background: #2E2E2E;
    color: #797979;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    border-radius: 40px;
    margin: 5px;
}

/*Cookie Consent Begin*/

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    font-size: 11px;
    line-height: 11px;
    color: #797979;
    font-family: "Arial",Helvetica,sans-serif;
    position: fixed;
    border-radius: 40px;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9999;
    margin: 10px;
    padding: 8px 13px 8px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookieConsent a {
    color: #9B9B9B;
    text-decoration: none;
}

#cookieConsent a:hover {
    text-decoration: underline;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    color: #9B9B9B;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    float: right;
    margin: 0 5px 0 5px;
    text-decoration: underline;
    overflow: hidden;
    border: 0px solid rgba(255, 255, 255, .0);  
}

#cookieConsent a.cookieConsentOK:hover {
    background: #f76b1c;
    background: -moz-linear-gradient(-45deg, #f76b1c 0%, #fadf61 100%);
    background: -webkit-linear-gradient(-45deg, #f76b1c 0%,#fadf61 100%);
    background: linear-gradient(135deg, #f76b1c 0%,#fadf61 100%);
    color: #ffffff;
    text-decoration: none;
    border: none;
}

/*Cookie Consent End*/

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;   
}

