@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}
body {
	font-family: 'Raleway', sans-serif;
	background-color: #f0eff6;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.9em;
	background-image: url(../images/topbg-flower.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1.3em;
}
#container {
	width: 90%;
	max-width: 1040px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
#logo {
	width: 300px;
	float: left;
}
#logo img {
	width: 100%;
}
#contact {
	width: 300px;
	float: right;
	text-align: center;
	font-size: 1em;
	padding-top: 2em;
}
#contact .telephone {
	display: block;
	font-size: 1.4em;
	background-color: #5f86a6;
	color: #FFF;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	margin-bottom: .2em;
	font-weight: bold;
}
#contact .email {
	display: block;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav {
	text-align: center;
	background-color: #f0eff6;
	margin-bottom: 20px;
	padding: 1%;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline-block;
	padding: 0;
	margin: 0 2%;
	text-align: center;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #7ba9d6;
}
#nav li a:hover {
	color: #898ec0;
}
#nav li a.selected {
	color: #898ec0;
	font-weight: bold;
}
.clearer {
	clear: both;
	height: 20px;
}
#topimg {
	width: 100%;
	text-align: center;
}
#topimg img {
	width: 100%;
}
#topimg .smalltopimg {
	max-width: 300px;
	margin: 0 auto;
}
.homebullets {
	width: 60%;
	margin: 30px auto;	
}
.homebullets ul {
    list-style-image: url('../images/tick.png');
	line-height: 1.8em;
}
hr {
	color: #596092;
	width: 60%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(89, 96, 146, 0), rgba(89, 96, 146, 1), rgba(89, 96, 146, 0));
}
.bodylink {
	color: #7ba9d6;
}
.fullcol {
	float: none;
	text-align: center;
}
.onecol {
	width: 44%;
	float: left;
	padding: 0 3%;
}
.thirdcol {
	width: 27%;
	float: left;
	padding: 0 3%;
	text-align: center;
}
ul {
	margin: 0 1em;
	padding: 0;
}
H1 {
	color: #7272a6;
	font-size: 1.7em;
}
H2 {
	color: #7ba9d6;
	font-size: 1.4em;
}
H3 {
	color: #7272a6;
	font-size: 1.2em;
	line-height: 1.5em;
}
H3 a {
	color: #7272a6;
	text-decoration: none;
}
H3 a:hover {
	text-decoration: underline;
}
H3 a.selected {
	color: #7ba9d6;
	text-decoration: underline;
}
H4 {
	font-size: 1.1em;
	margin-top: 1.5em
}
#footer {
	width: 100%;
	background-color: #7272a6;
	background-image: url(../images/leftbookbg-flower.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 2%;
}
#footer H3 {
	font-size: 1.5em;
	margin: 0;
	padding: 15px 10px 10px 10px;
	color: #ffffff;
	float: none;
	line-height: 1.2em;
}
#footer H3 a {
	color: #ffffff;
	text-decoration: none;
}
#footer H3 a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 5px 80px 15px 80px;
	font-size: 1.1em;
}
#footer .bottom {
	line-height: 1.1em;
	font-size: 0.9em;
	padding: 10px 10px 15px 10px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.price {
	font-weight: normal !important;
	color: #333;
	font-size: 0.9em;
}

@media screen and (max-width: 1000px) {

	.homebullets {
		width: 90%;
	}
}

@media screen and (max-width: 800px) {

	#nav li {
		margin-top: 1%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 1%;
	}
	H1 {
		font-size: 1.5em;
	}
	H2 {
		font-size: 1.3em;
	}
	H2 {
		font-size: 1.1em;
	}
	#logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#contact {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#footer h3 {
		font-size: 1.2em;
	}
	#footer p {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 550px) {

	#container {
		width: 94%;
		padding: 3%;
	}
	.onecol {
		width: 94%;
		line-height: 1.2em;
	}
	.homebullets {
		width: 100%;
	}
	#footer p {
		padding: 5px 40px 15px 40px;
	}
	.thirdcol {
		width: 94%;
		padding: 0 3%;
	}
}

@media screen and (max-width: 400px) {
	
	#nav ul {
		font-size: 0.9em;
	}
	.onecol {
		line-height: 1.5em;
	}
	H1 {
		font-size: 1.3em;
	}
	H2 {
		font-size: 1.2em;
	}
	H3 {
		font-size: 1.1em;
	}
	.onecol p {
		font-size: 0.8em;
	}
	#footer h3 {
		font-size: 1em;
	}
	#footer p {
		padding: 5px 20px 15px 20px;
		font-size: 0.9em;
	}
	#footer .bottom {
		font-size: 0.8em;
	}
}
