* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #4e4e4e;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100%;
	border-top: 10px solid #4e4e4e;
}

a {
	text-decoration: none;
	color: #880000;
	transition: all 300ms ease;
}

header {
	width: 100%;
	max-width: 280px;
	text-align: center;
	margin: 10% auto 0 auto;
}

header.tpage {
	margin-top: 20px;
}

header h1 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 6em;
	font-weight: 900;
	letter-spacing: 4px;
	color: #880000;
}

header h2 {
	margin: -10px 0 0 0;
	padding: 0;
	line-height: 100%;
	font-size: 1.4em;
	font-weight: 900;
	color: #4e4e4e;
}

main {
	background-color: rgba(255,255,255,0.8);
	margin-top: 30px;
	padding: 60px 0 45px 0;
}

.row {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: auto;
}

.post-password-form p {
	margin-bottom: 15px;
	color: #880000;
	font-size: 1.2em;
	text-align: center;
}

.post-password-form p label {
	font-weight: bold;
}

.post-password-form p input[type=password] {
	border: 1px solid #880000;
	border-radius: 4px;
	padding: 5px;
	outline: none;
}

.post-password-form p input[type=submit] {
	background-color: #880000;
	color: white;
	padding: 5px 10px;
	font-size: 0.9em !important;
	border-radius: 4px;
}

.column {
	float: left;
}

.details {
	width: 20%;
	padding-right: 5%;
	margin-bottom: 15px;
}

main h1, main h2, main h3 {
	font-size: 1.6em;
	color: #4e4e4e;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 200;
	line-height: 150%;
}

main h1 strong, main h2 strong, main h3 {
	font-weight: 400;
}

main p {
	font-size: 1.2em;
	color: #4e4e4e;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 400;
	line-height: 125%;
}

.content {
	width: 50%;
}

.content ul {
	width: 100%;
	list-style: none;
	display: block;
}

.content ul li {
	display: block;
	margin-bottom: 15px;
}

.content ul li a {
	display: block;
	float: left;
	width: 48%;
	border: 1px solid #880000;
	border-radius: 4px;
	color: #4e4e4e;
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.8);
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}

.content ul li a:hover {
	color: white;
	background-color: #880000;
}

.contact {
	width: 30%;
	padding-left: 5%;
}

.intro {
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	color: #880000;
}

.intro h2 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 120%;
}


.intro p {
	line-height: 120%;
}


footer {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #4e4e4e;
	font-size: 0.8em;
	overflow: auto;
	border-top: 1px solid #4e4e4e;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 15px 0;
}

.enquiries {
	width: 20%;
}

.enquiries p a {
	display: block;
	border: 1px solid #880000;
	border-radius: 5px;
	padding: 10px 0;
	color: #880000;
	background-color: rgba(255,255,255,0.7);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.enquiries p a:hover {
	background-color: #880000;
	color: white;
}

.legal {
	width: 40%;
	padding-left: 5%;
}

.copyright {
	width: 40%;
	text-align: right;
}

footer p {
	margin-bottom: 3px;
}


@media only screen and (max-width: 767px) {
	header {
		margin-top: 20px;
	}
	
	.column {
		width: 100%;
		text-align: left;
		padding: 0;
		margin-top: 8px;
	}
	
	footer {
		padding: 8px;
	}
	
	footer.tpage {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		padding: 8px;
	}
	
	.content ul li a {
		float: none;
		width: 100%;
		margin-right: none;
		margin-bottom: none;
	}
	
	.intro {
		bottom: 160px;
	}
	
}

