﻿.content p {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 40px;
}

.content .splash {
	background: no-repeat center center url('../../catering_splash.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	position: relative;
	padding-bottom: 35.75%;
}

.content .splash.suite {
	background-image: url('../../suite_back2.jpg');
	padding-bottom: 66.75%;
}

a.button, .content .splash input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	min-width: 30%;
	height: 60px;
	line-height: 60px;

	white-space: nowrap;
	text-align: center;
	text-transform: none;
	font-size: 30px;
	font-family: Roboto, sans-serif;
}

.content .splash input {
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content nav {
	text-align: justify;
	text-justify: distribute;
	font-size: 0px;
	margin-top: 40px;
}

.content nav::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.content nav a {
	display: inline-block;
	background-color: #4b4b4b;
	font-weight: 300;
}

@media only screen and (max-width: 810px) {
	.content nav a.button {
		min-width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.content nav a:nth-child(1) { margin-right: 5px; }
	.content nav a:nth-child(2) { margin-left: 5px; }
	.content nav::after { display: none; }
	.content nav { text-align: center; }
}

@media only screen and (max-width: 640px) {
	.content .splash { padding-bottom: 60%; }

	.content .splash input {
		width: calc(100% - 70px);
		display: block;
	}

	.content nav { padding: 0px 35px; }

	.content nav a {
		display: block;
		margin: 40px 0px 0px 0px !important;
	}

	.content nav a:first-child { margin-top: 0px; }
}