o
o
	* {
		-webkit-font-smoothing: antialiased;
	}

@font-face {
    font-family: 'Typographer Rotunda';
    src: url('fonts/TypographerRotunda.woff2') format('woff2'),
        url('fonts/TypographerRotunda.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


	html, body {
		width: 100%;
        height: 100%;
		margin: 0px;
		padding: 0px;
        color: #909080;
        font-family: 'Typographer Rotunda';
	}

	body {
		background: url("../img/back.jpg");
        background-size: cover;
        background-position: 50% 50%;
	}

	#loading {
		background: #909080;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}

.fwflogo {
    height: 15vh;
    width: auto;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.packshot {
    height: 38vh;
    width: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    height: calc(100vh - 300px);
    width: auto;
}


.privacypol {
    position: absolute;
    top: 20px;
    right: 40px;
    color: rgba(255,255,255,0.4);
    font-size: 15px;
    text-decoration: none;
}

.loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

    #mobileloading {
        display: none;
    }

	#home {
		width: 100%;
		height: 100%;
		position: relative;
	}


.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%; }

    #home.mobile {
        background: #000;
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        border: 10px solid #000;
        box-sizing: border-box;
    }

	#album {
		width: 100%;
        height: 100%;
		position: fixed;
        z-index: 2;
        background: transparent;
	}

.bg {
    position: fixed;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    height: 70vh;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

	#tracklist {
		width: 100%;
        min-height: 100%;        
		position: relative;
        padding: 80px 0px;
        background: #909080;
	}

	#footer {
		width: 100%;
        min-height: 100px;        
		position: relative;
        padding: 80px 0px;
        background: #909080;
	}

.footerlogo {
    width: 400px;
    height: auto;
    display: block;
    margin: 50px auto;
}

.fwfcircle {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

    .tracklist {
        width: 100%;
        height: auto;
        display: block;
        margin: 0px auto;
    }

    .wrap {
        height: 100%;
        width: 100%;
    }

    .container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);       
        }

    .socials {
        display: table;
        margin: 40px auto 10px auto;
        width: 100px;
    }

#album .socials {
    margin: 0px auto;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);     
}

    .socials a {
        text-align: center;
        color: #c7bfa9;
        display: table-cell;
        padding: 10px;
        margin: 0px 10px;
        transition: 0.3s;
    }

    .socials a:hover {
        color: #52514c;
    }

    .mobilebigplay {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        color: #909080;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);       
    }


.albumsub {
        font-size: 18px;
        position: absolute;
        bottom: 18%;
    text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); 
        z-index: 1;    
}

.albumsub a {
    font-size: 24px;
    line-height: 24px; 
    background: #909080;
    color: #909080;
    padding: 5px 20px;
    display: block;
    margin: 10px auto 0px auto;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
}

.albumsub a:hover {
    background: #222;
}

    .albumlogo {
        width: 70vw;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);    
        z-index: 2;
    }

    #video, #screen, #still {
        width: 100%;
        height: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

#iframe_video {
    width: 100% !important;
    height: 100% !important;
}

    #still {
        z-index: 3;
        background: url(../img/bg.jpg) #000;
        background-size: cover;
        background-position: 50% 50%;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .logo img.spinninglogo {
        width: 400px;
        height: auto;
        display: block;
        margin: 0px auto 30px auto;
        -webkit-animation: spin 20s linear infinite;
        animation: spin 20s linear infinite;
    }

    .logo img.textlogo {
        width: 450px;
        height: auto;    
        display: block;
        margin: 0 auto;
    }

@-webkit-keyframes spin {
    0% {-webkit-transform:rotate(0deg)}
    100% {-webkit-transform:rotate(360deg)}
}

@keyframes spin {
    0% {transform:rotate(0deg)}
    100% {transform:rotate(360deg)}
}

    .spinner{
        position: absolute;
        bottom: 10%;
        left: 50%;
        z-index: 4;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .arrow {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #909080;
        z-index: 4;
    }

    body#teaser .arrow {
        display: none;
    }

    .mobilearrow {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #909080;
        z-index: 4;
    }

    #play-button, #pause-button {
        color: #909080;
        position: fixed;
        bottom: 10px;
        padding: 20px;
        left: 20px;
        bottom: 10px;
        z-index: 4;      
        transition: 0.3s;
        text-shadow: 0px 0px 5px rgba(0,0,0,1);
        mix-blend-mode: difference;
    }

#play-button {
    left: 19px;
}

    .privacy {
        color: #909080;
        opacity: 1;
        position: relative;
        padding: 10px;
        display: table;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        transition: 0.3s;
    }

    .privacy:hover {
        opacity: 1;
        color: #222;
    }

.blackblock {
    width: 130px;
    height: 60px;
    background: #000;
    display: block;
        position: absolute;
        padding: 00px;
        right: 00px;
        bottom: 00px;
    z-index: 2;
    
}


.fadeout {
-webkit-animation: fadeout 2s linear;
-webkit-animation-fill-mode: forwards;    
-moz-animation: fadeout 2s linear;
-moz-animation-fill-mode: forwards;    
-ms-animation: fadeout 2s linear;
-ms-animation-fill-mode: forwards;    
animation: fadeout 2s linear;
animation-fill-mode: forwards;        
}

@-webkit-keyframes fadeout {
    0%   {opacity: 1}  
    100% {opacity: 0;}
}    
    
@-moz-keyframes fadeout {
    0%   {opacity: 1}  
    100% {opacity: 0;}
}    
    
@-ms-keyframes fadeout {
    0%   {opacity: 1}  
    100% {opacity: 0;}
}    
    
@keyframes fadeout {
    0%   {opacity: 1}  
    100% {opacity: 0;}
}        


.fadein {
-webkit-animation: fadein 2s linear;
-webkit-animation-fill-mode: forwards;    
-moz-animation: fadein 2s linear;
-moz-animation-fill-mode: forwards;    
-ms-animation: fadein 2s linear;
-ms-animation-fill-mode: forwards;    
animation: fadein 2s linear;
animation-fill-mode: forwards;        
}

.fadeinslow {
-webkit-animation: fadein 2s linear;
-webkit-animation-fill-mode: forwards;    
-webkit-animation-delay: 2s;    
-moz-animation: fadein 2s linear;
-moz-animation-fill-mode: forwards;    
-moz-animation-delay: 2s;    
-ms-animation: fadein 2s linear;
-ms-animation-fill-mode: forwards; 
-ms-animation-delay: 2s;    
animation: fadein 2s linear;
animation-delay: 2s;    
animation-fill-mode: forwards;        
}

@-webkit-keyframes fadein {
    0%   {opacity: 0}  
    100% {opacity: 1}
}    
    
@-moz-keyframes fadein {
    0%   {opacity: 0}  
    100% {opacity: 1}
}    
    
@-ms-keyframes fadein {
    0%   {opacity: 0}  
    100% {opacity: 1}
}    
    
@keyframes fadein {
    0%   {opacity: 0}  
    100% {opacity: 1}
}        

.band {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #909080;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    z-index: 3;
    text-transform: uppercase;
    width: 100%;
}

.band span {
    font-size: 3rem;
    display: block;
    margin: 0px auto;
}

.albumtitle {
    position: absolute;
    bottom: 10vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #909080;
    font-size: 3rem;
    line-height: 2rem;
    text-align: center;
    z-index: 3;
    text-transform: uppercase;
}

.albumtitle span {
    display: block;
    margin: 0px auto 0px auto;
    font-size: 1.7rem;
}

    .album {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 3;
        top: 95px;
        font-size: 50px;
        line-height: 50px;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
    }

    .album span {
        font-size: 45px;
    }

    .buttons {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 3;
        bottom: 30px;
        font-size: 23px;
        text-transform: uppercase;
        display: inline-flex;
    }

.buttons img {
    height: 3vh;
    width: auto;
    transition: 0.3s;
    filter: brightness(1);
}

    .buttons a {
        padding: 0px 0px 3px 0px;
        margin: 0px 20px;
		text-decoration: none;
        color: #909080; 
        transition: 0.4s;
        font-weight: normal;
        white-space: nowrap;
    }

    .buttons a:hover img {
        filter: brightness(0.8);
    }

    .album a {
        color: #909080;
        text-decoration: none;
        transition: 0.8s;
        padding: 0px 0px 3px 0px;    
    }   

#tour {
    background: url('../img/gravel.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
}

#tour, #footer {
margin-top: -50px;    
}

body#teaser #footer {
    margin-top: 0px;
}



h1 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    padding: 100px 0px 50px 0px;
    font-family: "Typographer Rotunda";
}

    .hide {
        display: none;
    }

    .show {
        display: block;
    }



	.mobile {
		display: none;
	}

.nivo-lightbox-nav {
    display: none !important;
}

.lightbox-link {
    display: inline;
    margin-left: -5000px;
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
              height: 75%;
              width: auto;
              top: 50%;
              left: 50%;
              position: fixed;
              box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
              transform: translate(-50%,-50%);    
}

#lightbox .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#lightbox img {
             position: relative;
              display: block;
              height: calc(100% - 40px);
              width: auto;
              padding: 0px 40px;
              transform: none;
              margin: 20px auto
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    color: black;
    display: block;   
      font-size: 20px;    
}

#lightbox.privacy, #lightbox.signup, #lightbox.tour {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

#lightbox.signup {
    overflow-y: auto;
}



.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}


.zoomin {
    -webkit-animation: zoomin 2s forwards ease;
    animation: zoomin 2s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: translate(-50%,-50%) scale(0)}
    100% {transform: translate(-50%,-50%) scale(1)}
}

@keyframes zoomin {
    0% {transform: translate(-50%,-50%) scale(0)}
    100% {transform: translate(-50%,-50%) scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 2s forwards ease;
    animation: zoomout 2s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: translate(-50%,-50%) scale(1)}
    100% {transform: translate(-50%,-50%) scale(0)}
}

@keyframes zoomout {
    0% {transform: translate(-50%,-50%) scale(1)}
    100% {transform: translate(-50%,-50%) scale(0)}
}


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


@media (max-width: 800px) {
    
    html, body {
        height: 100%;
        overflow-x: hidden;
          overscroll-behavior-y: none;
    }
    
    #lightbox img {
        width: 85dvw;
        height: auto;
        padding: 0px;
        margin-top: 8dvw;
    }
    
    #lightbox {
        width: 90dvw;
        height: 110dvw;
    }

.fwflogo {
    height: auto;
    width: 85%;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
    
    .packshot {
        height: 41vh;
        top: 47%;
    }    

    
    .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
    height: auto;
    }    

.privacypol {
position: fixed;
    bottom: 10px;
    top: auto;
    right: 0px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 10px;
    font-family: sans-serif;    
    color: rgba(255,255,255,0.3);
    font-size: 12px;
    z-index: 111;
    text-decoration: none;
}
    
    
    h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 0px 0px 00px 0px;        
    }
    
    #loading {
        display: none !important;
    }
    
    .spinner{
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: 4;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }    

    
#tour {
    background: url('../img/gravelmobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
}
    
.fwfcircle {
    width: 75px;
    height: auto;
    display: block;
    margin: 0 auto;
}       
    
    
	#mobileloading {
		background: #000;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
        display: block;
	}    
	
    #playpause, #play-button, #pause-button {
        display: none !important;
    }
    
    #album, .wrap {
        height: 100%;
        display: block;
    }
        
        #album {
            padding-bottom: 30px;       
        }
    
    #tour {
        padding-bottom: 15px;
    }
    
    #tracklist {
        min-height: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
	#footer {
		width: 100%;
        min-height: 100px;        
		position: relative;
        padding: 40px 0px;
	}    
    
    .footerlogo {
        width: 80%;
        margin: 20px auto;
    }
    
    body#teaser .footerlogo {
        margin: 0 auto;
    }
    
    .album {
        width: 90%;
        text-align: center;
        font-size: 35px;
        line-height: 30px;
        padding: 0px;
    }        
    
    .buttons {
        padding-top: 8px;
    }
    

    .buttons a {
        display: block;
        margin: 10px auto;
        text-align: center;
        border: none;
        padding: 0px 8px;
    }
    

    .logomobile {
        position: absolute;
        width: 100px;
        height: auto;
        top: 15%;
        left: 50%;
        z-index: 4;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    
    .privacy {
        font-size: 15px;
        font-weight: normal;       
    }
    
    .container {
        top: 42%;
    }

    .tracklist {
        width: 90%;
    }
    
    .socials {
        margin: 30px auto 0px auto;
    }
    
.buttons {
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
    bottom: 60px;
}
    
    .break {
        height: 10px;
    }
    
.buttons a {
    display: inline;
    margin: 0px;
    text-align: center;
}    
    
    

body#teaser #home {
    height: auto;
}

    .buttons img {
        height: 4vw;
    }    

    .albumlogo {
        width: 90vw;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);    
        z-index: 2;
    }

    .socials a {
        font-size: 0.8rem;
    }    
        
    .albumsub {
        margin: 0px auto 20px auto;
    }    
    
    
    .packshot {
        display: block;
        margin: 20px auto 5px auto;
    }
    
#tour, #footer {
margin-top: 0px;    
}
    
	.desktop {
		display: none;
	}	
    
    .mobile {
        display: block;
    }
    
    .albumsub a {
        padding: 9px 20px 5px 20px;
    }    
    
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

	#home.mobile {
		background: url(../img/still.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
      
      .packshot {
          width: auto;
          height: 50vh;
      }
      
      .album {
          font-size: 18px;
      }
 
      .buttons {
          display: table;
          bottom: 15%;
      }      
      
    .buttons a {
        display: table-cell;
        margin: 10px 0px;
        border: none;
        padding: 0px 10px;
        text-align: center;
    }      
}

@media (max-width: 320px) {

}

@media (min-width: 800px) and (max-height: 600px) {
    .packshot {
        height: 50vh;
    }
}
    
    
@media (min-width: 800px) and (max-height: 650px) {    
    .logo img.spinninglogo {
        width: 300px;
        height: auto;
        display: block;
        margin: 0px auto 30px auto;
        -webkit-animation: spin 20s linear infinite;
        animation: spin 20s linear infinite;
    }

    .logo img.textlogo {
        width: 350px;
        height: auto;    
        display: block;
        margin: 0 auto;
    }        

    .album {
        top: 10%;
    }
}

@media (min-width: 800px) and (max-height: 850px) {
.fwfcircle {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}    
    .packshot {
        height: 50vh;
    }    
}

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

    .album {
        font-size: 28px;
    }

}


@media (min-width: 800px) and (max-height: 650px) {  
    .packshot {
        height: 35vh;
        top: 55%;
    }   
    .album {
        font-size: 40px;
        line-height: 40px;
        top: 12%;
    }
    .buttons {
        bottom: 5%;
    }
    .albumsub {
        bottom: 20%;
    }
    .albumsub a {
        margin-top: 5px;
    }
}


@media (min-width: 800px) and (max-height: 550px) {  
    .album {
        font-size: 30px;
        line-height: 30px;
        top: 12%;
    }
    .buttons {
        bottom: 5%;
    }
    .albumsub {
        bottom: 20%;
    }
    .packshot {
            -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    }
    .albumsub a {
        font-size: 20px;
    }
    .buttons {
        font-size: 18px;
    }
    .albumsub a {
        margin-top: 5px;
    }
}

@media (min-width: 800px) and (max-height: 910px) {
    .main {
        top: 54%;
    }
}

@media (min-width: 800px) and (max-height: 810px) {
    .main {
        top: 54%;
        height: calc(100vh - 300px);
    }
}


@media (min-width: 800px) and (max-height: 710px) {
    .main {
        top: 56%;
        height: calc(100vh - 250px);
    }
}


@media (min-width: 800px) and (max-height: 780px) {
    .band {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .band span {
        font-size: 2rem;
    }
    .buttons {
        font-size: 19px;
    }
}