html,body {
	margin: 0;
	padding:0;
	width:100%;
	height: 100%;
}

body {
	color: #535D7B;
	font-size: 1.2rem;
	background-image: url('../images/ip-header-23.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

figure {
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0;
}

header {
	height: 40px;
}

footer {
	background-image: url('../images/ip-footer-23b.jpg');
	height: 750px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

div.enquiry {
	padding: 20px;
}

div.email {
	padding-top: 20px;
	color: #535D7B;
	font-weight: 500;
}

h1 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
}

.brand-navy {
	color: #020D2F;
	font-weight: 500;
}

i {
	color: #f9eb8a;
	margin-bottom: 10px;
}

span.thick {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #535D7B;
}
a:hover {
	color: #020D2F;
	text-decoration: underline;
}
a.button {
	display: inline-block;
	margin: 10px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #535D7B;
	text-decoration: none;
	transition: 0.3s;
	padding: 15px 20px;
	background-color: #FDEBE4;
	border-radius: 5px;
}

a.button:hover {
	background-color: #eed8d5;
}

