.quicksand-font-bold {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

body {
	background-image: url('../images/splash-vert.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #53ACB5
}
.coming-soon {
	font-size: 100pt;
	width: 70%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 25px;
	margin: 0 auto;
}

.splash-text {
	font-size: 26pt;
}

@media (min-width: 1240px) {
	body {
		background-image: url('../images/splash.jpg');
	}
	.coming-soon {
		font-size: 75pt;
		width: 50%;
	}
	
	.splash-text {
		font-size: 18pt;
	}
}