body {
	background-color: #7E99AA;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	overflow: auto;
	background-image: url(images/cara-bg-2017.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
#wrapper2 {
	width: 50%;
	text-align: center;
	overflow: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
}

a:link, a:visited {
	color: #FFFFFF;	
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.maintext1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: 300;
	text-decoration: none;
	color: #fff
}
.maintext2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
}	
.H1Text {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	line-height: 46px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}
.strapline {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 36px;
	color: #425764;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1px;
}
.telephone1 {
	font-family: 'Playfair Display', serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	font-size: 42px;
	line-height: 52px;
}
.telephone2 {
	font-family: 'Playfair Display', serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	font-size: 53px;
	line-height: 43px;
	text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
	#wrapper2 {
	width: 90%;
}
}