body {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #efefef;
}

h1 {
	text-align: left;
	color: #525162;
}

h2 {
	text-align: left;
	color: #525162;
}

h3 {
	text-align: left;
	color: #525162;
}

p {
	text-align: left;
	color: #212121;
	font-size: 12px;
	font-family: helvetica;
}



.navbar-fixed-top {
	background: linear-gradient(180deg, #efefef, #c8c8c8);
	background-color: #efefef;
	border-bottom: 1px solid #898989;
	box-shadow: 0 10px 6px -6px #c1cdcd;
	margin-bottom: 0;
}

.page-anchor {
	display: block; position: relative; top: -50px; visibility: hidden;
	margin-bottom: 30px;
}

.content {
	margin-bottom: 50px;
}

.row {
	padding: 50px;
	
}

.logo-button {
	background-color: #fff;
	border: solid 2px #444;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}

.logo-button img {
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;	
}

.image-right img {
	max-height: 400px;
	margin-right: auto;
	margin-left: auto;
	border: solid 2px #444;
	border-radius: 10px;
}

.contactForm {
	margin: 20px;
	background-color: #a4a4a4;
}

.navbar-fixed-bottom {
	height: 50px;
	line-height: 50px;
	background: linear-gradient(180deg, #575757, #212121);
	background-color: #838b8b;
	border-top: 1px solid #1a1a1a;
	box-shadow: 0 10px 6px -6px #c1cdcd;
}

.footer-group {
	float: right;
}

.footer-button {
	background: linear-gradient(180deg, #575757, #212121);
	background-color: #838b8b;
	border: none;
	color: #efefef;
}

/*image resize
img:hover {
  -webkit-transform: scale(2,2);
}
*/




