body {
   font-family: 'Lato', sans-serif;
}

.navbar-brand img {
   width: auto;
   height: 70px;
}

@media screen and (min-width: 567px) {
    .navbar-brand img {
	width: auto;
	height: 100px;
    }
}

.to-top-btn {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background: #222;
    color: #fff;
    z-index: 9999;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    border: none;
}

section#hero-search {
   height: 100vh;
   position: relative;
}

section#hero-search img.hero-image {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

section#hero-search .scrim {
   background: rgba(0,0,0,0.44);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom:0
}

section#hero-search .content {
   position: absolute;
   top: 40%;
   right: 0;
   bottom: 50%;
   left: 0;
}

.navbar.frontpage {
   background: linear-gradient(to bottom right, #2abb76, #00a89b);
}

.navbar-toggler {
   border: none;
}

.navbar-toggler:focus {
   box-shadow: none;
}

.navbar .nav-link {
   color: #fff!important;
   font-weight: 500;
   font-size: 18px;
}

.navbar .nav-link.active {
   color: #fff!important;
   font-weight: 700;
}

.mini-nav {
   background: #008f83;
   padding: 0;
}

.pik-btn {
    background: #00a89b;
    border-color: #00a89b;
    color: #fff;
}

.pik-btn:hover {
    background: #009689;
    border-color: #009689;
    color: #fff;
}

.mini-nav .nav-link {
   color: #fff;
   font-size: 16px;
}

section#recent-properties {
    padding: 80px 0;
}

section#property-details-hero {
    padding: 40px 0;
}

.bg-lightgreen {
    background: #424242;
}


section#footer {
   padding: 40px 0 10px;
   background: #eee;
}
