body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.logo {
	height: 70px;
	margin: 10px 0px;
}

.headTitle {
	 color: #ff5733;
}

.jumbotron { padding: 20px !important; }

.imgMax { width: 100%; }
.imgBorder { border:1px solid #CCCCCC; }

.navbar {
	 margin-bottom: 0px;
}

.mainContainer {
	background-size: cover;	
	background-image: url("images/quality-bg.png");
}

.innerContent {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	padding-bottom: 20px;
}

.containerFooter {
	background-color: #333333;
}

#footer {
	color: #999999;
}

@media (max-width: 767px) {	
	.logo img {
		margin: 0 auto;
	}	
}	


















