body {}

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

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-image: url("../gfx/HomePageBackground.jpg");
	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;
	bottom: 0px;
	right: 20px;
	height: calc(0.5 * 100vh);
}

.phantom img {
	height: 100%;
}

.container {
	margin-top: calc(0.1 * 100vh);
	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 {
		
	height: calc(0.4 * 100vh);
	}
}

@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);
	}
}