html {
	background-color: #726183;
}

body {}

@font-face {
	font-family: paco;
	src: url("../font/Paco.otf");
}

@font-face {
	font-family: fa;
	src: url("../font/fa-comment.woff");
}

.fa {
	font-family: fa;
}

p {
	font-family: paco;
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 0px 0px 10px #943745;
}

.input {
	font-size: 1.5em;
	font-family: paco;
	color: #e33e63;
	text-align: center;
}

.input:focus {
	border-color: #e33e63;
}

.button {
	margin-top: 1.5em;
	font-family: paco;
}

.dropdown-menu {
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
}

a.dropdown-item {
	padding-left: 3rem;
	font-size: 1.2rem;
}

.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.is-paco {
	background-position: top center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.header {
	height: 7.3%;
	background-image: url("../gfx/PacoLogo.png");
	background-position: top center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.phantom {
	position: fixed;
	transition: bottom 0.5s;
	bottom: -250px;
	/* left: 50%;
	transform: translateX(-50%); */
	/* background-color: blue; */

	/* right: 20px; */
	/* height: calc(0.5 * 100vh); */
}

.phantom img {
	/* height: 100%; */
}

.container {
	margin-top: 5vh;
	text-align: center;
}

.is-messages {
	margin-top: calc(0.12 * 100vh);
}

#messageBox {
	height: 100px;
	font-family: paco;
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 0px 0px 10px #943745;
	padding: 1em;
}

#orientationModal {
	z-index: 50;
}

.modal-background {
	background-color: #e33e63;
}

@media only screen and (max-width: 768px) {

	.container {
		max-width: 80%;
	}

	.section {
		padding-bottom: 1rem;
	}

	.phantom {
		bottom: -270px;
		/* background-color: red; */
		/* height: calc(0.4 * 100vh); */
		/* bottom: -180px; */
	}
}

@media only screen and (max-width: 480px) {
	p {
		font-size: 1em;
	}

	.input {
		font-size: 1em;
	}

	.button {
		margin-top: 1em;
	}

	a.dropdown-item {
		font-size: 1rem;
	}

	#messageBox {
		font-size: 1em;
	}

	.section {
		padding-bottom: 1rem;
	}

	.container {
		max-width: 80%;
	}

	.phantom {
		/* height: calc(0.3 * 100vh); */
		bottom: -75px;
		/* background-color: green; */
	}
}