/**************** GLOBAL ****************/

* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Today SH';
    src: url('fonts/TodaySH-Medium.eot');
    src: url('fonts/TodaySH-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/TodaySH-Medium.woff2') format('woff2'),
        url('fonts/TodaySH-Medium.woff') format('woff'),
        url('fonts/TodaySH-Medium.ttf') format('truetype'),
        url('fonts/TodaySH-Medium.svg#TodaySH-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



html {
    font-size: 16px;
}

html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Today SH', sans-serif;
    text-align: center;
    overscroll-behavior: none;
}

body {
    background: #000;
    overflow: auto;
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#home {
    display: table;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-container {
    z-index: 0;
    top: 0px;
    left: 0px;
    display: table-row;
    overflow: auto;
}

.bg-container {
    z-index: 0;
    top: 0px;
    left: 0px;
    display: table-row;
    overflow: auto;  
    background: white;
}

.bg-container img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.hero-content {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 5%;
    color: white;
    display: block;
    width: 600px;
    mix-blend-mode: multiply;
}

.hero-content .cag {
    width: 450px;
    height: auto;
    display: block;
    margin: 0px auto 0px;
    opacity: 0;
}

.hero-content .cag-video {
    width: 450px;
    height: 302px;
    display: block;
    margin: 0px auto 0px;
    opacity: 0;    
}

.hero-content div.inner {
    position: relative;
    width: 600px;   
    display: block;
    margin: 0px 0px 0px auto;
}


#desktop-menu {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10;
}

#desktop-menu a {
    display: inline-block;
    color: #145960;
    font-size: 20px;
    padding: 5px 10px;
}

#desktop-menu a:hover {
    color: #83a4a6;
}

.hero-content {
    color: #83a4a6;
}

.hero-content .top-product {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.fade1, .fade2, .fade3 {
    opacity: 0;
    animation: fadein 1s forwards;
}

.fade1 {
    animation-delay: 0.5s;
}

.fade2 {
    animation-delay: 1s;
}

.fade3 {
    animation-delay: 1.5s;
}

@keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}

.hero-content .top-product .album-title {
    font-size: 1.3rem;
    color: #145960;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.hero-content .top-product.single {
    margin-top: 0px;
    font-size: 1.2rem;
    padding: 20px;
    transition: 0.5s;
    text-align: center;
}

.hero-content .top-product.single a {
}

.hero-content .top-product.single a:hover {
    background: rgba(138,162,166, 1);
    color: #fff;
}

.hero-content .top-product.single .single-title {
    display: block;
    margin: 0 auto 20px auto;
}

.hero-content .top-product.single .single-link {
    font-size: 1.1rem;
    padding: 10px 20px;
    transition: 0.5s;
    text-align: center;
    background: rgba(138,162,166, 0.2); 
    cursor: pointer;
    color: #145960;
}

.hero-socials {
    display: inline;
    margin-left: 20px;
}

#desktop-menu .hero-socials a {
    display: inline-block;
    color: #83a4a6;
    font-size: 18px;
    padding: 5px 5px; 
    transition: 0.5s;
    margin: 0px;
}

#desktop-menu .hero-socials a:hover {
    color: #145960;
}

.ie .noise {
    display: none;
}


#tour, #buy, #merch, #videos, #disco, #footer {
    position: relative;
    padding: 100px 0px;
    display: block;
    margin: 0px auto;
}

#videos .video-container {
    max-width: 1150px;
    width: 1150px;
    display: block;
    margin: 0px auto 0px auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#merch {
    padding-top: 0px;
}

#tour {
    padding-bottom: 20px;
    padding-top: 50px;
}

#videos {
    padding-top: 50px;
}

@media screen and (min-width: 30em) {
#grecaptcha-badge-cform {
    position: absolute !important;
    bottom: 0px !important;
}
}

#tour, #merch, #disco {
    background: #145960;
}

#tour {
background: #145960;   
}

.tour-container {
    width: 1100px;
    padding: 20px 50px;
/*    box-sizing: border-box;
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    */
    display: block;
    margin: 0 auto;
}

/*

.tour-container::-webkit-scrollbar-track
{
	border: 0px;
	background-color: rgba(255,255,255,0.1);
    	-webkit-box-shadow: none;
}

.tour-container::-webkit-scrollbar
{
	width: 10px;
	background-color: rgba(255,255,255,0.1);
}

.tour-container::-webkit-scrollbar-thumb
{
	background-color: #749a9d;
}

*/
          
      

#tour a, #disco a, #tour h1, #videos h1, #disco h1 {
    color: #fff;
}

#videos a {
    color: #fff;
}

#buy, #videos {
background: rgb(145,176,179);
background: linear-gradient(180deg, rgba(145,176,179,1) 0%, rgba(20,93,100,1) 100%);
}

#tour {
background: rgb(20,93,100);
background: linear-gradient(180deg, rgba(20,93,100,1) 0%, rgba(145,176,179,1) 100%);    
}

#buy a, #buy h1, #footer h1, #videos h1 {
    color: #fff;
}

#buy a:hover, #footer a:hover, #merch a:hover, #disco a:hover {
    color: #000;
}

#footer a {
    transition: 1s;
}


#home p {
    font-family: 'Today SH', sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #fff;
}

a.link {
    display: table;
    margin: 0 auto;
    padding: 10px 10px;
    border: 2px solid #145960;
    background: #145960;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

a.link:hover, #videos a.link:hover {
    background: #fff;
    color: #145960;
}

#mobile {
    display: none;
}

.buttonrow {
    display: block;
}


.button:hover {
    color: #145960;
    border-color: #fff;
    background: #fff;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0.6rem;
    line-height: 3rem;
    padding: 0px 0px 50px 0px;
    text-transform: uppercase;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;    
}


/**************** HOME ****************/

#home-top, #home-title, #home-pic {
    display: block;
    margin: 0px;
    background: transparent;
    z-index: 1;
}

#home-top {
    padding: 50px 0px 0px 0px;
}

#home-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.biglogo {
    color: #145960;
    text-shadow: 0px 0px 8px rgba(252,65,54,1);
    font-size: 45vh;
    text-align: center;
    display: block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3vh;
    font-weight: normal;
    margin: 0 auto 4vh auto;
}

#title {
    position: relative;
    margin: 0px auto;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    max-width: 700px;
    letter-spacing: 0.2rem;
}

#title p {
    display: block;
    margin: 0px auto 30px auto;
}

#title img {
    display: block;
    width: 400px;
    height: auto;
    margin: 5px auto;    
}

#title span {
    display: block;
    margin: 5px auto 0px auto;
    color: #145960;
    font-size: 3.5rem;
    text-shadow: 0px 0px 8px rgba(252,65,54,1);
}

#play {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: calc(100vh - 80px);
    left: 10px;
    padding: 20px;
}

#play span {
    font-size: 1.1rem;
    margin-top: -0.8rem;
    margin-left: 25px;
    transition: 0.3s;
    opacity: 0;
}

#play:hover span {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: calc(100vh - 60px);
    font-size: 2.2rem;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    transition: 0.3s;
}

.arrow:hover {
    color: #145960;
}


/****************  COUNTDOWN ****************/ 

#main_countedown_1 .time_left {
    font-family: DJBGetDigital, console, monospace !important;
    font-size: 18vw !important;
    color: #145960 !important;
    padding: 0px !important;
    max-height: 38vh;
    background: transparent !important;
    margin: 0px 0px !important;
    font-weight: normal !important;
    text-shadow: 0px 0px 20px rgba(165,0,0,1) !important;
}

#main_countedown_1 .time_left:after {
    content: ':';
    padding: 0px 10px;
}

#main_countedown_1 .time_left.secondes:after {
    content: '';
    padding: 0px 0px 0px 10px;
}


/****************  TOUR ****************/ 

#tour .line {
    width: 400px;
    height: 3px;
    background: #231f20;
    display: block;
    margin: 30px auto 10px auto;
}

#tour .track {
    display: block;
    margin: 30px auto 0px auto;
    color: #231f20;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.2rem;
}

#tour .track span {
    display: block;
    margin: 0px auto 15px auto;
}

#tour .track a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
}

#tour .track a:hover {
    color: #749a9d;
}

/****************  FOOTER ****************/ 


#footer {
    background: url(../img/bluebg.jpg);
    background-repeat: repeat;
    padding-bottom: 50px;
    padding-top: 70px;
}

.footer-pic {
    position: absolute;
    top: 50%;
    right: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 800px;
    height: 80vh;
    width: auto;
}

.footer-content {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 10%;
    font-size: 1em;
    color: #fff;
    text-align: left;
    overflow-x: hidden;
}

.footer-logo {
    width: 450px;
    display: inline;
    margin: 0px 0px 50px auto;
}

.footer-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 20px 0px;
}

.footer-content h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 30px 0px 10px 0px;
    color: #91b0b3;
    font-weight: normal;
}

.footer-content a {
    color: #fff;
    transition: 0.3s;
}

.footer-content a:hover {
    color: #91b0b3 !important;
}

#footerfooter {
    background: #161012;
    display: block;
    padding: 70px 0px;
    width: 100%;
}

.footersocials {
    display: block;
    margin: 30px auto 30px -10px;
}

.footersocials a {
    padding: 10px;
    color: #fff;
    transition: 0.5s;
}

.footersocials a:hover {
    color: #145960;
}


h2 {
    font-size: 4rem;
    letter-spacing: 0rem;
    display: block;
    margin: 20px 0px;
    color: #91b0b3;
    text-align: left;
    font-weight: normal;
}

.at {
    font-family: sans-serif;
    font-weight: bold;
}



/** NIVO LIGHTBOXPLUGIN **/


.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    padding: 5px;
    opacity: 1;
    top: 15px !important;
    right: 15px !important;
    transition: 0.3s;
    background: url('../js/lightbox/lightbox-close.png') !important;
    background-size: 100% !important;
    background-position: top left !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.95) !important;
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
    display: block;
}

a.nivo-lightbox-nav  {
    opacity: 0.7;
    transition: 0.3s;
    padding: 0px 30px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 20px;
    -webkit-transform: tranlsateY(-50%);
    -ms-transform: tranlsateY(-50%);
    transform: tranlsateY(-50%);
}

a.nivo-lightbox-nav:hover {
    opacity: 1;
}



/****************  SIGNUP WIDGET ****************/ 


.mailinglist {
    display: block;
    margin: 20px 0px 40px 0px;
}

.mailinglist p {
    font-size: 1rem;
    color: #145960;
    letter-spacing: 0.05rem;
    text-align: center;
}

.terms {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #145960;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.terms span {
    opacity: 0.8;
}

.terms a, .evidon-notice-link, .terms a.evidon-notice-link, .evidon-consent-link {
    font-size: 0.8rem;
    color: #145960;
    letter-spacing: 0.05rem;
    opacity: 0.8;
    transition: 0.3s;
}

.terms span.evidon-notice-link {
    opacity: 1;
}

.evidon-consent-link-image {
    display: none !important;
}

#_evidon-link-text {
    opacity: 1 !important;
}

.terms a:hover {
    opacity: 1;
}
/*
.ae-cform-title, .cform-required-field {
    display: none !important;
}

.ae-cform-email-container {
    position: relative;
    display: block;
    margin: 0px auto 20px auto;
    opacity: 1;
    background:transparent;
    width: 550px !important;
    font-family: bastille, 'serif', Arial, sans-serif;    
}

.ae-cform-email-container form {
    padding: 0px;       
}

label, input {
    display: inline-block !important;
    float: left;
  font-family: bastille, 'serif', Arial, sans-serif;    
}

.ae-cform-item {
    display: block;
    margin: 0px auto;
}

.ae-cform-modal-container, .ae-cform-container {
    max-width: none;
}

.ae-cform-item ul.parsley-errors-list {
    text-align: center;
    color: #145960;
    letter-spacing: 0.5px;
}

.ae-cform-email-container .ae-cform-item input[type="submit"] {
    clear: none;
    background-color: transparent;
    border: 0 none;
    border-radius: 0px;
    background: transparent;
    color: #145960;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    margin: 15px auto 0px auto !important;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;   
    transition: 0.3s;
    letter-spacing: 0.1rem;
}
.ae-cform-email-container .ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"] {
    margin: 0px auto !important;
    background: #145960;
    padding: 20px 10px;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 1.3rem;
    outline: 0px;
    transition: 0.3s;
    font-family: "Highway gothic", sans-serif;
    text-align: center;
}
.ae-cform-item input[type="text"]:hover, .ae-cform-item input[type="email"]:hover, .ae-cform-item input[type="password"]:hover {
    box-shadow: none;
    border: none;
    outline: none;
}
.ae-cform-email-container .ae-cform-item input[type="submit"]:hover {
    color: #fff;
}
.ae-cform-email-container .button:hover {
    background: #fff;
    color: #ff33ff;
}
.ae-cform-mailing-list-success-1 {
    font-family: bastille;
    font-size: 1.5rem;
    color: #fff;
}

*/


#footer .cta {
    display: block;
    margin: 0px auto;
    max-width: 500px;
}

#footer a.ae-cform-modal-display-cta {
    color: #749a9d !important;
    background: #145960;
    padding: 15px 40px;
    font-size: 1.5rem;
}    

.blocker.current {
    z-index: 99999;
}

/****************  MEDIA QUERIES ****************/ 

@media (min-width: 2200px) {
    #footer {
        background-position: center right;    
    }
}

@media (max-width: 1100px) {
.hero-socials a {
    padding: 5px 3px;
}    
}

@media (max-width: 1280px) {
#main_countedown_1 .time_left {    
    max-height: 35vh !important;
}
}

@media (min-width: 800px) and (max-height: 780px) {
#body #title {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

#body #title p {
    display: block;
    margin: 0px auto 30px auto;
}

#body #title span {
    display: block;
    margin: 5px auto 0px auto;
    color: #145960;
    font-size: 3rem;
    text-shadow: 0px 0px 6px rgba(252,65,54,1);
}    
  
    
}

@media (min-width: 800px) and (max-height: 680px) {
#body #home-top {
    padding: 30px 0px 0px 0px;
}    
#body .biglogo {
    margin: 0 auto 2vh auto        
}    
.button {
    padding: 10px 15px;
    font-size: 1.1rem;
}    
}

@media (min-width: 800px) and (max-height: 615px) {
#home-top {
    padding-top: 30px;
}
#title {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

#title span {
    font-size: 2.5rem;
    text-shadow: 0px 0px 5px rgba(252,65,54,1);
}    
    
#title img {
    display: block;
    width: 300px;
    height: auto;
    margin: 5px auto;    
}    
    
.button {
    font-size: 1rem;
    padding: 10px 30px;
}    
}

@media (min-width: 800px) and (max-height: 560px) {
    #body .biglogo {
        font-size: 40vh;
    }
    #body #title {
        font-size: 1.3em;
    }
    #body #title span {
        font-size: 1.7em;
    }
}

@media (min-width: 800px) and (max-height: 500px) {
    #body #title p {
        margin: 0px auto 10px auto;
    }
}

@media (max-width: 1050px) {
#title {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

#title span {
    font-size: 2.5rem;
    text-shadow: 0px 0px 5px rgba(252,65,54,1);
}    
    
.button {
    font-size: 1rem;
    padding: 10px 30px;
}
    
}


@media (max-width: 800px) {
	
/* MOBILE GLOBAL */    
    
#desktop, #desktop-menu {
    display: none;
}	

#mobile {
    display: block;
}

.hero-content {
    display: block;
    right: 0px;
    width: 65%;
    top: 0px;
}   
    
   #videos .video-container {
        width: 100%;
        max-width: 100%;
       padding-top: 30px;
    }    

    .bg-container img {
        background: url("../img/bgmobile.jpg");
        background-size: cover;
        margin: 0px 0px 0px -5%;  
    }    
    
    html, body, .bg-container, .bg-container img {
        overflow-x: hidden;
    }
    
.hero-content, .hero-container, .hero-content, .top-product, .hero-content .top-product .album-title, .hero-content .top-product.single {
    text-align: right !important;
    }
    
    .hero-content .top-product {
        width: 100%;
        padding-right: 20px;
        margin-left: auto;
    }    

.hero-content .top-product .album-title {
    font-size: 1rem;
    color: #145960;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 0px;
    margin-left: auto;   
    padding: 0px;
    margin-right: 0px;
    width: 160px;
    display: block;
}

.hero-content .top-product.single {
    margin-top: 20px;
    font-size: 1rem;
    padding: 0px 20px 0px 0px;
    transition: 0.5s;
    text-align: right;
    margin-left: auto;
    width: 160px;
    display: block;
    margin-right: 0px;
}

.hero-content .top-product.single a {
}

.hero-content .top-product.single a:hover {
    background: rgba(138,162,166, 1);
    color: #fff;
}

.hero-content .top-product.single .single-title {
    display: block;
    margin: 0 auto 20px auto;
}

.hero-content .top-product.single .single-link {
    font-size: 1rem;
    margin: 0px 0px 0px auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important;
    }

.hero-content a {
    display: inline-block;
    font-size: 1rem;
    padding: 5px 5px;
}

.hero-content div.inner {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 100%;
}  
    
    .hero-content .cag {
    width: 65vw; 
        height: 43.55vw;
    margin: 0px 0px 0px auto;        
    }    

    .arrow {
    top: calc(100vh - 40px);
    font-size: 1.5rem;        
    }    
    
.hero-socials {
    display: none;
    margin: 0px auto 0 auto;
}
    
    .hero-socials-mobile {
        position: absolute;
        top: 24px;        
        right: 15px;
        display: block;
    }

.hero-socials-mobile a {
    display: inline-block;
    color: #95b4b7;
    font-size: 4.3vw;
    padding: 5px 5px;    
}    
    
    .hero-content span {
        margin-top: 0px;
    }    
    
h1, h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
}
    
    h1 {
        padding-bottom: 0px;
    }
 
.footer-content {
    text-align: center;
    margin: 0px auto;
    padding-left: 0px;
}    

.footer-content p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 20px 0px;
}    
    
h2 {
    text-align: center;
}
    
    
#tour, #buy, #merch, #news, #disco, #footer {
    padding: 50px 0px;
}    
    
a.link {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}   
    
.tour-container {
    width: 80%;
}    
    
    
   
  

/* MOBILE HOME */
    
.bg, .noise {
    height: 110%;
    background-position: 38% 0%;
}    
    
.bg {
    background: url("https://cdn1.umg3.net/684-cdn/those-nights-mobile.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
    
#home-top {
    padding: 0px;
    position: relative;
}  

#body #home-top {
    padding-top: 3vh;
}    
    
#home-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    
#title img {
    display: block;
    width: 85%;
    height: auto;
    margin: 5px auto;    
}    

.biglogo {
    font-size: 20vh;
}    
    
#body #home-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}    
    
    
#title span {
    margin: 5px auto;
    text-shadow: 0px 0px 5px rgba(165,0,0,1)
}    
    
#play {
    display: block;
}
    
    
#play span {
    display: none;
}   

.button {
    font-size: 0.8rem;
    padding: 10px 0px;
    max-width: 80%;
    margin: 5px;
    width: 150px;      
}    
    
.arrow {
    bottom: 20px;
}    
    
#body .arrow {
    bottom: 0px;
}
    
    
    #videos {
        padding-top: 0px;
    }    

    
/* MOBILE TOUR */
    
#tour {
    z-index: 10;
    margin-bottom: 0px;
    padding-bottom: 30px;
}    
    
#tour .line {
    width: 100px;
}    
    
/* MOBILE FOOTER */
    
#footer {
    padding-bottom: 30px;
    overflow-x: hidden;
    background: #000;
/*    background: url(../img/bandbg2mobile.jpg); */
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;    
}    
    
    .footer-pic {
        width: 70%;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        display: block;
        margin: 30px auto 30px auto;
    }
    
#footer .fa, #footer .fab, #footer .fal, #footer .far, #footer .fas {
    display: inline !important;
    margin: 0 auto;
}   
    
.footersocials {
    display: table;
    margin: 0px auto 20px auto
}    

    #footerfooter {
        padding: 40px 0px;
    }    
    
.footersocials a {
    margin: 0px 0px;
    padding: 10px 9px;
    font-size: 1rem;
    display: table-cell;        
}  
    
.mailinglist {
    margin-top: 30px;
}   
    
    .footer-logo {
        width: 80%;
    }
    
}


@media (max-width: 320px) {
    .hero-content a {
        font-size: 0.9rem;
    }    
}


@media (min-width: 800px) and (max-width: 1400px) {
    .hero-content {
        right: 00px;
    }
}


@media (min-width: 800px) and (max-width: 1250px) {
    .hero-content {
        width: 550px;
    }
}


@media (min-width: 800px) and (max-width: 1070px) {
    .hero-content {
        width: 510px;
        right: 20px;
    }
}

@media (min-width: 800px) and (max-width: 1150px) {
    #videos .video-container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    #videos .video-container {
        max-width: 80%;
        width: 80%;
    }
}


@media (max-width: 400px) {
    .bg-container img {
        margin: 0px 0px 0px -10%;
    }    
}


@media (max-width: 320px) {
    .bg-container img {
        margin: 0px 0px 0px -15%;
    }    
}


@media (min-width: 800px) and (max-width: 1668px) {
    .footer-pic {
        right: 15%;
    }
}


@media (min-width: 800px) and (max-width: 1368px) {
    .footer-pic {
        right: 5%;
    }
}


@media (min-width: 800px) and (max-height: 900px) {

.footer-pic {
    width: 40vw;
    height: auto;
}    
}