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


	html, body {
		width: 100%;
        height: 100%;
		margin: 0px;
		padding: 0px;
        color: white;
        background: #050708;
        font-family: 'Caprasimo';
	}

#loading {
    background-size: 34px;  
    background: #050708 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;
}

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


.fwflogo {
    height: 65vh;
    width: auto;
    position: relative;
    display: block;
    margin: 50px auto 0px auto;
}

.tourcontainer {
    max-width: 800px;
    display: block;
    margin: 0px auto 50px auto;
}

.privacypol {
    position: absolute;
    top: 0px;
    right: 20px;
    color: rgba(255,255,255,0.3);
    font-size: 11px;
    font-family: helvetica, sans-serif;
    text-decoration: none;
}


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

#tour {
		width: 100%;
        height: auto;
		position: relative;
        z-index: 2;
    margin-top: 50px;
    padding-bottom: 50px;
        background: transparent;    
}


    .socials {
        display: table;
        margin: 40px auto 0px auto;
        
    }

#album .socials {
    margin: 30px auto 10px auto;
    position: relative;
    display: table;
}

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

.socials a svg {
    fill: #fff;
    color: #fff;
    height: 15px;
    width: 15px;
}

    .socials a:hover svg {
      fill: silver;
        color: silver;
    }

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



    .buttons {
        position: relative;
        display: table;
        margin: 20px auto 0px auto;
        z-index: 3;
        font-size: 23px;
        text-transform: uppercase;
    }

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


h1 {
    font-size: 3dvw;
    line-height: 3dvw;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 50px auto;
    display: table;
    padding: 20px 0px 3px;
    border-bottom: 2px solid #fff;
    font-family: "Caprasimo";
}


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


@media (max-width: 800px) {
    
    html, body {
        height: 100%;
        overflow-x: hidden;
          overscroll-behavior-y: none;
    }
    
    .buttons a {
        font-size: 4vw;
    }
.fwflogo {
    height: auto;
    width: 80dvw;
    z-index: 10;
}
    
 
.privacypol {
position: absolute;
    top: -10px;
    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;
    }
    
  
    .socials a {
        font-size: 0.8rem;
    }    
  
    
}


@media (min-width: 800px) and (max-height: 1115px) {
    .fwflogo {
    height: 55vh;
}

}


@media (min-width: 800px) and (max-height: 595px) {
    .fwflogo {
    height: 50vh;
}
    #tour {
            margin-top: 30px;
    }

}