 
/* avenir next font missing  */
body {
  font-family: "lato",sans-serif;
  font-weight:400;
}
h1.brand-heading {
    color: #40ff40;
}
.section {
	background: #fff no-repeat center center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	width: 100%;
	height: auto;
	
	color: white;
	position: relative;
}
.section-body {
    display: table-cell;
} 
.section.home {
  background-image: url("../img/Fort-Bend--Landing-Page.jpg") ;
 
}
.main-logo {
	max-width: 100%;
}
a.home-btn {
    border: 1px solid;
    color: #fff;
    padding: 15px 32px;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    margin: 55px 0;
    display: inline-block;
}
 a.home-btn:hover {
    text-decoration: underline;
}
.ovl-bl {
    background: rgba(0,0,0,0.6);
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 150px 0;
}
  @media (max-width: 768px) {
     .section {
	 
	text-align: center; 
}
	
  }