/* FONTS /*

/*  font used in the body text */
body, [class^="char"] {
	font-family:'PT Sans',Arial,sans-serif;
	font-size:13px;
	}

/* font used in the headers */
h1, h2, h3, h4 {
	font-family:'Playfair Display',Georgia,serif;
	}


/* BACKGROUNDS AND COLORS /*

/* overall background color and image */
body {
	background-color:#1E252D;
	background-image: url(../img/bg1.jpg);
	}

/* background color of headers in the slides */
.rslides-content h2 {
	background:#df621a;
	}

/* hover color for the slider navigation arrows */
.next:hover, .prev:hover {
	background-color:#df621a;
	}
	
/* background color of the form buttons */
button {
	background-color:#df621a
	}
	
/* background color of table head row */
table thead {
	background-color:#1E99D7;
	}

/* background color of the features tags in the room pages */
.features li {
	background-color:#1E99D7;
	}

/* background colors for the availability datepicker popup */
.ui-datepicker .ui-widget-header, .ui-datepicker .ui-state-highlight {
	background:#1E99D7 !important;
	}

/* dark background color used on the availability/enquiry widget, slider text, slider arrows, price tags, and mobile menu */
.availability, .rslides-content p, .next, .prev, [class^="char"], span.select {
	background-color:#5b3823;
	}

/* border color on the bottom of the footer */
#footer {
	border-bottom-color:#d95e16;
	background-color:#6a2903;
	}

/* border color of the current navigation item */
nav>ul>li>a#current {
	border-bottom-color:#66bc29;
	color:#523405;
	}
	
/* border color of the dropdown */
nav li li:last-child {
	border-bottom-color:#1E99D7;
	}

/* border color for the links in the slider content */
.rslides-content p a:hover {
	border-color:#1E99D7;
	}

/* color for the links in the content */
a {
	color:#1E99D7;
	}