@media (max-width: 768px) { /* @screen-sm-max: (@screen-sm-min); */
	.logo, .feedback h1, .feedback h2 {
		text-align: center !important;
	}
}


body {
	font-family: "Open Sans";
}

.vcenter {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.logo {
	overflow:auto;
	white-space:nowrap;
	padding-top: 10px;
}

.feedback {
	background: url(../images/dtp.jpg) no-repeat 50% 50%; 
	border-top: 7px solid rgb(61, 181, 31);
	margin-top: 15px;
}

.feedback h1 {
	font-size: 40px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	white-space:nowrap;
}

.feedback h2 {
	font-size: 18px;
	font-weight: normal;
	color: white;
}

#feedback-form {
	padding: 20px;
	background-color: rgba(90, 181, 74, 0.54902);
}

.services {
	padding: 20px 0;
	background-color: rgb(235, 235, 235);
}

.services h1 {
	font-weight: 300;
	padding-bottom: 20px;
}

.services .title {
	font-weight: 700;
	text-transform: uppercase;
}

.services img {
	max-width: 50px;
}

.reviews {
	background-color: black;
	color: white;
	padding: 20px 0;
}

.reviews h1 {
	padding-bottom: 30px;
	font-size: 25px;
	font-weight: 400;
}

.address {
	position: absolute;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.8);
	width: 50%;
	left: 0;
	right: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.address h1 {
	font-weight: 300;
}