body {
	background-color: #fff;
	font-family: 'Playfair Display', serif;
}

p {
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	margin: 0px 0px 10px;
	padding-bottom: 0px;
}
p.big {
	font-size: 20px;
	letter-spacing: 5px;
	color: #777;
}

.container {
	/*width: 94%;
	padding: 0 3%;*/
	width: 100%;
	margin: 0 auto;
	max-width: 1246px;
	position: relative;
	text-align: center;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	word-wrap: break-all;
	/*overflow-wrap: break-word;
	-ms-word-wrap: break-word;*/
	text-decoration: none;
	color: #0094dc;
	
	
	
}

.splashContainer img {
	width: 60%;
	height: auto;
	margin-top: 20vh;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.splashContainer img {
		width: 90%;
	}
	p {
		font-size: 15px;
	}
	p.big {
		font-size: 17px;
		letter-spacing: 3px;
	}
}

a:hover {
	color: #000;
}
