@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
.header-top {
	background: #424040;
}
header {
	background-image: url(header-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.navbar .nav .nav-item .nav-link {
	color: #735B24;
	font-weight: 700 !important;
}

h1, h2, h3, h4 {
	color: #000;
	font-weight: 800;
}

.button-dark, a.button-dark {
  background: #424040;
  border-color: #424040;
 }

footer {
 	margin-top: 50px;
 }

 .section-lg {
 	padding: 50px 0;
 }

 .section-title {
 	margin-bottom: 50px;
 }

  .section-title p {
 	margin-bottom: -100px;
 }

 #center {
 	margin: auto;
  	width: 75%;
 }

div.section.callout{
	padding: 20px 0 !important;
}
 .callout{
 	background: #735b24;
 	color: #fff;
 	font-size: 2.5em;
  font-weight: 800;
  font-family: "Lato", serif;
  text-align: center;
 }

 .text-center{
 	text-align: center !important;
 }

.for-sale{
	text-align: center;
	padding-top: 20px;
}
.for-sale span.thin{
	font-weight: 300;
}

.flex-container {
    display: flex;
    text-align: center;
    padding-top: 20px;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

div.owl-dots{
	display: none;
}

.button-light, a.button-light {
    background: #735b24 !important;
    border-color: #735b24 !important;
    color: #fff !important;
}