@font-face {
    font-family: "bold";
    src: url('fonts/bold-webfont.eot');
    src: url('fonts/bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bold-webfont.woff2') format('woff2'),
         url('fonts/bold-webfont.woff') format('woff'),
         url('fonts/bold-webfont.ttf') format('truetype'),
         url('fonts/bold-webfont.svg#apple_garamondbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "light";
    src: url('fonts/light-webfont.eot');
    src: url('fonts/light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/light-webfont.woff2') format('woff2'),
         url('fonts/light-webfont.woff') format('woff'),
         url('fonts/light-webfont.ttf') format('truetype'),
         url('fonts/light-webfont.svg#apple_garamond_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:link {
	text-decoration: none;
}

body {
	font-family: 'light';
	margin: 0;
	text-align: center;
}

body {
	background-color: #364250;
	background-image: url(background.jpg);
	color: #2f2f2f; /* text color */
		background-position: center center;
		background-repeat: no-repeat;
	 	background-attachment: fixed;
	 	background-size: cover;
}

header {
/* 	padding: 20pt; */
	padding-top: 20pt;
	padding-bottom: 20pt;
/*
	position: fixed;
	width: 100%;

	text-align: center;
	background: rgba(0, 0, 0, 0.57);
	margin-bottom: 20pt;
*/
}

article {
	display: inline-block;
	width: 600pt;
/*
	top: 180pt;
	position: relative;
*/
}

/*
article div {
	width: inherit;
}
*/

.title {
	display: block;
	margin-bottom: 10pt;
	font-size: 36pt;
	font-family: 'bold';
}

.text {
	font-size: 16pt;
}

.about {
	margin-bottom: 20pt;
	padding: 30pt;
	background-color: #364250;
	color: white;
	text-align: justify;
}

.services {
	margin-bottom: 20pt;
	background: white;
	color: #364250;
	padding: 30pt;
}

.services .left {
	display: inline-block;
	width: 45%;
	text-align: right;
	padding-right: 5pt;
}

.services .right {
	display: inline-block;
	width: 45%;
	text-align: left;
	padding-left: 5pt;
}

.findUs {
	color: #364250;
	margin-bottom: 20pt;
	background-color: white;
	background: rgba(255, 255, 255, 0.67);
	padding: 30pt;
}

.findUs .title {
	text-align: left;
}

.findUs .left {
	display: inline-block;
	width: 60%;
	text-align: left;
}

.findUs .right {
	font-family: 'bold';
	display: inline-block;
	width: 39%;
	text-align: right;
}

.findUs .map img {
	margin-top: 20pt;
	width: 100%;
}

.stopBy {
	color: white;
	margin-bottom: 20pt;
	background-color: black;
	background: rgba(0, 0, 0, 0.57);
	padding: 30pt;
}

.stopBy .title {
	text-align: left;
}

.stopBy .left {
	display: inline-block;
	width: 60%;
	text-align: left;
}

.stopBy .right {
	font-family: 'bold';
	display: inline-block;
	width: 39%;
	text-align: right;
}

.rateus {
/* 	background: white; */
	background: rgba(255, 255, 255, 0.67);
/* 	color: white; */
	font-size: 20pt;
	padding 30pt;
	margin-bottom: 20pt;
}

.rateus img {
	padding: 10pt;
}

article>div {
	border-radius: 15px; 
}
