@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

body {
color: #444;
font-family: 'Poppins', sans-serif;
}

a {
color: #0A6B37;
}

.btn-primary {
color: #fff !important;
background-color: #8BC53F !important;
border-color: #8BC53F !important;
}

.btn-primary:hover {
color: #fff !important;
}

#header {
border-top: none;
}

#nav-main {
background: #8BC53F;
}

#nav-main ul {
text-align: center;
}

.nav-menu-header li {
float: none !important;
display: inline-block !important;
}

.nav-menu-header li a {
padding: 15px 30px;
text-transform: uppercase;
}

.box-sidebar h2 {
color: #0A6B37;
}

footer {
background: #8BC53F;
color: #fff;
}

footer a {
color: #fff;
}

.footer-copyright {
background: #0A6B37;
color: #fff;
font-size: 85%;
}

.full-banner-header img {
border-radius: 6px;
}
