body {
    background-color: #09090b;
    color: #e4e4e7;
}

a {
    color: #e4e4e7;
}

h4 {
    text-transform: uppercase;
}

.navbar {
    background-color: #09090b;
    color: #e4e4e7;
    text-transform: uppercase;
}

.navbar-brand {
    /*color: #36D60C;*/
    font-size: 2.6rem;
    font-weight: 400;
}

.navbar-brand-sub {
    font-size: 1.8rem;
    font-weight: 200;
}

.hero {
    padding: 0;
}

.hero-content {
    background-color: rgba(0,0,0,0.6);
    color: #e4e4e7;
    text-transform: uppercase;
}

.content {
    margin: 4em 0;
}

.content-section {
    padding: 0 6em;
}

.section-sm {
    height: 10em;
}

.section-md {
    height: 20em;
}

.section-lg {
    height: 30em;
}