/*
	font-family:'Proxima Nova W08 Reg';
	font-family:'Proxima N W01 Smbd';
	font-family:'Proxima N W01 Bold';
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Futura LT W01 Book';
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 750px;
	min-height: 500px;
}

#container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 60px 20px;
}

#container table {
	width: 100%;
	height: 100%;
}

#container table td {
	vertical-align: middle;
}

.logo {
	background: url(../i/logo.png) no-repeat center center;
	width: 100%;
	height: 102px;
}

.titleBold {
	font-family: 'Futura LT W01 Bold';
	font-size: 16px;
	color: #455a21;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 2em;
}

.line {
	height: 2px;
	width: 51px;
	background-color: #4e6128;
	margin: 15px auto 10px;
}

.content {
	text-align: center;
}

.address,
.phone,
.mail {
	font-size: 17px;
	line-height: 23px;
	color: #4e6128;
}

.phone a {
	text-decoration: none;
	line-height: 36px;
}

.mail {
	text-decoration: none;
	color: #4e6128;
	font-family: 'Futura LT W01 Book';
}

.mail {
	line-height: 23px;
	margin-bottom: -11px;
	display: block;
}

.footer {
	background-color: #ECEDEF;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.footer p {
	text-transform: uppercase;
	padding: 18px 14px;
	font-size: 12px;
	color: #4e6128;
	letter-spacing: 1px;
}

.footer p sup {
	font-size: 6px;
}

p.grey,
p.grey a {
	line-height: 34px;
	color: #4e6128;
	text-decoration: none;
}
p.grey a:hover, a.mail:hover {
	text-decoration: underline;
}

#home .content {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10vh;
	padding: 4%;
}
.logo_img {
	width: 90%; max-width: 650px;
	height: auto;
}
.page_links {
	display: flex;
	justify-content: space-between;
	gap: 2em;
	width: 100%; max-width: 900px;
}
.page_links a {
	font-family: 'Futura LT W01 Bold';
	font-size: 26px;
	color: #455a21;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: .04em;
	transition: color .3s ease;
}
.page_links a:hover {
	color: #93B278;
}

#digital .logo {
	background-image: url(/i/HuntingHill_Logo_Digital.svg);
}