/*------------------------*/
/*------ INITIALISE ------*/
* {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, p {
	padding: 0px;
	margin: 0px;
}
img {
	width: 100%;
}
p {
	margin-bottom: 10px;
	font-size: 120%;
}
h2 {
	margin-bottom: 10px;
}
form label {
	margin-top: 15px;
}
form .contact-buttons {
	margin-top: 15px;
}
ul.list li {
	margin-left: 20px;
	font-size: 120%;
}
a.btn-standard {
	background-color: #4a0320;
	color: #dec388;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 0px;
}
a.contact-btn {
	background-color: #dec388;
	padding: 15px;
	display: inline-block;
	color: #4a0320;
}
div.top {
	padding-bottom: 10px;
	display: inline-block;
}
div.bottom {
	padding-top: 10px;
	display: inline-block;
}

/*--------------------*/
/*------ HEADER ------*/
header {
	padding: 40px 0px;
	background-color: #4a0320;
	color: #dec388;
}
header div.logo {
	position: relative;
	top: 10px;
}
h1 span.main-header {
	font-size: 120%;
}
h1 span.sub-header {
	font-size: 65%;
	position: relative;
	top: -20px;
	left: 90px;
}
img.header-icon {
	width: 80px;
	position: relative;
	top: -8px;
	left: 5px;
}

/*------------------------*/
/*------ NAVIGATION ------*/
nav.navbar {
	margin-bottom: 0px;
	margin-top: 20px;
}
nav.navbar-default {
	border: none;
	background-color: transparent;
	text-align: center;
}
nav ul {
	width: 100% !important;
	text-align: right;
}
.navbar-default .navbar-nav > li > a {
	padding: 15px 25px;
	color: #dec388;
	font-size: 120%;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #dec388;
	color: #4a0320;
}
.navbar-default .navbar-nav > li > a:focus {
	background-color: #dec388;
	color: #4a0320;
	outline: none;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
a.active {
	color: #4a0320 !important;
	background-color: #dec388;
}

/*--------------------*/
/*------ GLOBAL ------*/
section.odd, section.even {
	font-family: 'Nunito', sans-serif;
	color: #4a0320;
	padding: 40px 0px;
}
section.even {
	background-color: #f2e5d2;
}

/*-------------------*/
/*------ INDEX ------*/
.home h2 {
	font-size: 280%;
}
.home div.right-txt {
	padding-top: 20px;
}
.home .pad-top {
	padding-top: 15px;
}
div.social-icons {
	clear: both;
	display: block;
	width: 40%;
	margin: 0px auto;
	padding-top: 40px;
	text-align: center;
}
div.social-icons img {
	display: block;
	width: 70%;
	margin: 0px auto;
}
div.social-icons a {
	color: #4a0320;
}
/*-----------------------------*/
/*------ HOLIDAY COTTAGE ------*/
body.holiday-cottage section.gallery img, body.caravan-park section.gallery img {
	margin-bottom: 30px;
	display: inline-block;
}
body.holiday-cottage section.galleryg, body.caravan-park section.gallery {
	float: left;
	padding-bottom: 10px !important;
}
/*----------------------------------*/
/*------ LOCATION AND CONTACT ------*/
body.location-and-contact div.attractions ul li {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.address {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #4a0320;
}

/*--------------------*/
/*------ FOOTER ------*/
footer {
	background-color: #4a0320;
	color: #dec388;
	padding-top: 40px;
}
p.author {
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}
footer div.right {
	text-align: right;
}
.author, .author a {
	color: #690e2e;
}
