body{
	margin:0;
	padding:0;
}

.bg-dark{
	background-color: #343a40!important;
}

.navbar{
	padding:10px 0;
	align-items:center!;
}

.navbar h3{
	padding:10px 0;
	line-height:20px;
	margin:0;
}


.estate-thumbnail-container{
	padding-top: 1%;
}

.estate-row{
	text-align:center;
}

.estate-container{
	display:flex;
}

.estate-thumbnail{
	width:200px;
	height: 150px;
	margin:0 auto;
}
.estate-thumbnail{
	height: 100px;
	margin:0 auto;
}
.carousel-inner .item img{
	width:100%;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
		height:225px;
      }
	  
.w-70{
	width: 70%!important;
}

.h-500px{
	height: 500px;
}

.aspect-16x9:before {
  content: '';
  width: 1px;
  padding-bottom: 56.25%;
  display: block;
}

.aspect-16x9>div{
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
}

.nav.navbar-nav>.nav-item>.nav-link{
	color:#283e3e;
}
.nav.navbar-nav>.nav-item.active>.nav-link{
	color:#000;
}