@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Encode Sans Condensed', sans-serif;
	color: #333;
	font-size: 1.0em;
}

.content {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.align-middle td {
	vertical-align: middle;
}
.header-address {
	width: 100%;
	height: 30px;
	background-color: #000000;
	color: #fff;
	font-size: 1.0em;
	text-align: right;
}
.header-navigation a {
	text-decoration: none;
	color:  #333333;
}
.header-navigation a:visited {
	text-decoration: none;
	color:  #333333;
}
.header-navigation a:hover {
	text-decoration: none;
	color:  #333333;
}
.adspace {
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	
}
.testimonials {
	background-image: url(images/background-workbench.jpg);
	background-size: cover;
	background-position: center;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}
#index {
	background-image: url(images/background-kitchen.jpg);
	text-align: right;
	color: #ffffff;
}
#index h1 {
	font-size: 3.0em;
	color: #0fdef7;
	text-transform: uppercase;
}
#index h2 {
	font-size: 2.0em;	
}
.content table {
	width: 100%;
}
.content td {
	width: 33.33%;
	vertical-align: top;
}
.services td {
	text-align: center;
}
.services h1 {
	text-transform: uppercase;
	font-size: 1.5em;
}
.button-link {
	width: 200px;
	padding: 15px;
	color: #000000;
	background-color: #f6d014;
	margin: 10px;
	font-size: 1.25em;
	font-weight: 400;
}
.button-link a {
	color: #000000;
	text-decoration: none;
}
.button-link a:hover {
	color: #000000;
	text-decoration: none;
}
.button-link a:visited {
	color: #000000;
	text-decoration: none;
}
.button-yellow {
	background-color: #f6d014;
}
.button-teal {
	background-color: #0fdef7;
}
.experience {
	background-color: #f6d014;
	height: 105px;
}
.footer {
	background-color: #000000;
	color: #fff;
}
.footer a {
	color: #f6d014;
	text-decoration: none;
}
.footer a:visited {
	color: #f6d014;
	text-decoration: none;
}
.footer a:hover {
	color: #f6d014;
	text-decoration: none;
}