@font-face{
	font-family: Frankfurter;
	src: url("../fonts/frankfurter/Frankfurter Std Regular.otf");
}

@font-face{
	font-family: Montserrat;
	src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf");
}

body{
	background-color: #922720;
	color: #fff;
}

#main{
	min-height: 50vh;
	text-align: center;
	margin: auto;
}

.title{
	font-family: Frankfurter;
	padding-top: 1vh;
	font-size: 7rem;
	text-shadow: 5px 5px 10px black;
}

.logo{
	width: 50vw;
}

.subtitle{
	font-family: Montserrat;
	font-size: 2rem;
	text-transform: uppercase;
	margin-top: -10vh;
}

footer{
	text-align: center;
}

.footer-title{
	margin-top: 50px;
	font-family: Frankfurter;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.footer-email{
	font-family: Montserrat;
	margin-bottom: 1rem;
}

.footer-email a{
	text-decoration: none;
	color: #fff;
}

.footer-email a:hover{
	text-decoration: underline;
	color: #ddd;
}

.footer-phone{
	font-family: Montserrat;
}

.footer-phone a{
	text-decoration: none;
	color: #fff;
}

.footer-phone a:hover{
	text-decoration: underline;
	color: #ddd;
}

.popcorn{
	position: absolute;
	z-index: -1000;
}