body { font-family: 'Exo 2' !important; }
h1, h2, h3, h4 { color: white; font-weight: normal;}
#vid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#main {
    flex-wrap: wrap;
    transition: margin-left 0s ease-in-out, width 0s ease-in-out;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0.3em;
    background-color: rgba(24, 24, 24, 0.7);
}
iframe {
	pointer-events: none;
}
.link{
	width:70px;
	height:70px;
	display: inline-block;
	margin-left: 5px;
    margin-right: 5px;
}

.travel{
	background:url('./img/palma11.png') no-repeat 0px 0px;
	background-size: cover;
}
.travel:hover{
	background:url('./img/palma11.png') no-repeat -70px 0px;
	background-size: cover;
}
.audio{
	background:url('./img/note1.png') no-repeat 0px 0px;
	background-size: cover;
}
.audio:hover{
	background:url('./img/note1.png') no-repeat -70px 0px;
	background-size: cover;
}
.merch{
	background:url('./img/store.png') no-repeat 0px 0px;
	background-size: cover;
}
.merch:hover{
	background:url('./img/store.png') no-repeat -70px 0px;
	background-size: cover;
}


.links{
    position: fixed;
    padding: 0.5em;
    transform: translate(-50%, -50%);
}
.tcontainer{
	position: fixed;
    transform: translate(-50%, -50%);
}
.maintext{
	text-align: center;
    font-size: 100px;
    margin-top: -120px;
	color: white;
	font-weight: bold;
	-webkit-user-select: none;     
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#playbutton{
	position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 128px;
	width: 128px;
	-webkit-filter: blur(0.7px);
    filter: blur(0.7px);
}
#maincontainer{
	opacity: 0;
	display: none;
	top: 55%;
    	left: 50%;
}
.YTPOverlay{
	background: rgba(0, 0, 0, 0.1) url(img/pattern.png);
}

