body {
    font-family: 'Aller', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

nav {
    position: relative;
    z-index: 900;
}

a {
    color: #8EB72C;
    text-decoration: none;
    transition: all .2s;
}

a:hover {
    color: #b8d588;
}

nav ul {
    width: 100%;
    flex: auto;
    align-items: center;
    flex-basis: auto;
    justify-content: space-evenly;
}

nav .dropdown-menu {
	min-width: 14em;
	padding: 0em;
}

nav .dropdown-menu .dropdown-item {
	padding: 1em;
}

nav .navbar-toggler {
    margin: 0 0 0 auto;
}

@media (max-width: 768px) {

    .nav-link {
        text-align: center;
    }

}

.showcase {
    background: #fff url(../img/header.jpg) no-repeat center center;
    background: cover;
    text-align: center;
}

.showcase h2 {
    color: #fff;
    font-weight: bold;
    font-size: 200%;
}

.showcase p {
    color: #fff;
}

nav a, 
nav .nav-link {
    color: #b8d588;
    text-decoration: none;
    font-weight: bold;
}

nav .nav-link:hover {
    color: #fff !important;
}

.nav-contact {
    line-height: 3.5em;
}

.bg-green1 {
    background: #8EB72C;
}

.green1 {
    color: #8EB72C;
}

.bg-green3 {
    background: #b8d588;
}

.green3 {
    color: #b8d588;
}

.bg-green2 {
    background: #deeecd;
}

.green2 {
    color: #deeecd;
}

.bg-grey1 {
    background: #565657;
}

.bg-grey3 {
    background: #bebebe;
}

.grey1 {
    color: #565657;
}

.grey3 {
    color: #bebebe;
}

.topbar {
    position: relative;
    z-index: 1000;
}

.navigation {
    position: relative;
    z-index: 900;
    -webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.15);
}

.corner-left::before {
    display: block;
    position: absolute;
    content: '';
    margin-left: -58px;
    margin-top: -60px;
    transform: rotate(45deg);
    width: 100px;
    height: 100px;
    background: #8EB72C;
    z-index: 100;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Bold.woff2') format('woff2'),
        url('../fonts/Aller-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-BoldItalic.woff2') format('woff2'),
        url('../fonts/Aller-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Italic.woff2') format('woff2'),
        url('../fonts/Aller-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aller Display';
    src: url('../fonts/AllerDisplay.woff2') format('woff2'),
        url('../fonts/AllerDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-LightItalic.woff2') format('woff2'),
        url('../fonts/Aller-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller.woff2') format('woff2'),
        url('../fonts/Aller.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Light.woff2') format('woff2'),
        url('../fonts/Aller-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

ul.none {
    list-style: none;
    padding: 0 0 0 15px;
}

.footer h3 {
    margin-bottom: 1em;
}

h1 {
    color: #8EB72C;
}

.logo {
    max-width: 128px;
    height: auto;
    transition: all .2s;
}

/*.logo:hover {
    max-width: 256px;
    height: auto;
    transition: all .2s;
}*/

nav svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

#links a {
	font-size: 200%;
}

#links svg {
	display: block;
	margin: 0 auto .5em auto;
}

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hidden {
	display: none;
}

.shadow1 {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}