body {
	scroll-behavior: smooth;
}

h2 {
	margin-bottom: 1rem;
    font-weight: 700;
}

.navbar {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
	width: 400px;
}

li.nav-item {
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}

.body-text {
	color: #5a5a5a;
}

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.homepage-hero {
	background: url('../img/hero.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
}

.hero-header-top {
	font-size: 16px;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
}

.hero-header {
	font-size: 34px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
}

.hero-header-bottom {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px;
}

#about,
#services,
#message,
#contact {
	scroll-margin-top: 80px;
}

.footer-logo {
	width: 400px;
}

#scrollTopBtn:hover {
	background-color: #168141;
}

.nav-link.active {
  font-weight: bold;
  color: #168141 !important;
  border-bottom: 2px solid #168141;
}

#contact a {
	color: #ffffff !important;
}



@media screen and (min-width:992px) {
    nav.navbar.navbar-expand-lg.navbar-white.bg-white.sticky-top.shadow {
        padding: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 400;
        text-transform: uppercase;
    }
    .footer-description{
        padding-left:10px;
        padding-top:10px;
    }
}



@media screen and (max-width:992px) {
	.navbar-brand img {
		width: 260px;
	}

    .hero-header {
    	font-size: 32px;
    }

    .hero-header-bottom {
        font-size: 14px;
    }

    .footer-description{
        padding-top:20px;
        padding-bottom:20px;
    }

    .footer-logo {
        width: 330px;
    }

	.homepage-hero {
		height: 600px;
	}

	.nav-link {
		border-bottom: 1px solid #e3e3e3;
	}

	.navbar-collapse {
		margin-top: 15px;
	}
}
