@font-face{
	font-family: font1;
	/*src: url(../../../../resource/fonts/antique.ttf);*/
	/*src: url(../../../../resource/fonts/wonderbar.otf);*/
	/*src: url(../../../../resource/fonts/decade.ttf);*/
	src: url(../../../../resource/fonts/SVBasicManual.ttf);
}

#wrap{
	opacity: 0;
	transition: 1s;
    background: url(https://media3.giphy.com/media/26n6G8lRMOrYC6rFS/giphy.gif);
    background-size: cover;
    min-height: 100vh;
}

body{
    text-align: center;
    overflow-x: hidden;
}

#title{
	opacity: 0;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 3vw;
    margin-top: 30px;
}

h1#title span{
	opacity: 0;
    font-family: 'font1' !important;
    /* font-family: 'font1' !important; */
    transition: .3s;
	/* color: transparent; */
}

#subtitle{
    margin-top: 5%;
    font-size: 1.1rem;
}

#content{
    display: inline-block;
    max-width: 580px;
    opacity: 0;
    transition: .5s;
}

#content>div{
	margin-bottom: 40px;
}

#lore-toggle{
	margin-bottom: 0px !important;
}

#lore-toggle img{
	max-width: 50px;
	cursor: pointer;
}

div#connect{
    display: inline-block;
    text-align: center;
    margin: 0px;
}

#connect>div{
    margin-bottom: 5%
}

#connect img{
    max-width: 40px;
}
#connect img:hover{
	transform: scale(1.2);
}

.glow{
    color: white;
}

body.index,
body.holding{
/*    background: url('/resource/media/splash.jpg');
    background-size: cover;
    background-position: center center !important;*/
}

#hangar-link{
	padding: 80px 0;
	display: inline-block;
}

.lore-box{
	transition: 1s;
}

@media screen and (max-width: 800px){
	#title{
		padding-top: 10px;
	}
	#auth-links{
		width: 100%;
		max-width: 100%;
		margin-top: 60px;
		z-index: 9;
	}
	.auth-link{
		display: inline-block;
	}
	.lore-box{
		margin-top: 40px;
	}
	.lore-box .content{
		padding-left: 10px;
		padding-right: 10px;
	}
}