@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url;
}

#banner {
	margin: 0;
	padding: 0;
	height: 3px;
	overflow: -moz-scrollbars-vertical;
	text-align: centre;
	background: #fff url(images/top-bg.jpg) repeat-x;
}
	
#logo {
	padding: 0;
	text-align: center;
	height: 300px;
	width: 500px;
	margin: 0 auto;
}

ul.services {
	list-style: none; 
	width: 400px;
	margin: 0 auto;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	background-color: #B2AF9B;
	color: #605e53;
	padding: 25px;
	border-radius: 5px;
}

ul.services li::before {
	content: "\2022";  
	color: #fff; 
	font-size: 0.8em;
	display: inline-block;
	width: 1.5em;
	margin-left: 1em;
}

#clear {
	height: 30px;
}

#contact {
	padding: 0;
	width: 450px;
	margin: 0 auto;
}

#telephone-uk {
	width: 200px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	float: left;
	background-color: #B2AF9B;
	border-radius: 5px;
}

#telephone-eu {
	width: 200px;
	padding: 10px;
	text-align: center; 
	display: inline-block;
	float: right;
	background-color: #B2AF9B;
	border-radius: 5px;
}

#email {
	width: 430px;
	padding: 10px;
	text-align: center; 
	display: inline-block;
	margin-top: 10px;
	background-color: #B2AF9B;
	border-radius: 5px;
}

a {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}