.hero-body {
    background-image: url("/img/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.one {
    color: #7ec34f;
    text-align: center;
}

.two {
    color: grey;
    text-align: center;
    text-shadow: 1px 1px black;
    margin-top: -0.7em;
}

.navbar-item {
    color: #7ec34f;
    font-weight: bold;
}

.title {
    color: #7ec34f;
    text-align: center;
}

.fa {
    color: #7ec34f;
}

h1 {
    color: #7ec34f;
}

h2 {
    color: #7ec34f;
}
h3 {
    color: #7ec34f;
}
p {
    text-align: left;
}

li {
    text-align: left;
}

.top-pad {
    color: black;
}

.title a {
    color: #7ec34f;
}

.footer-text {
    color: #7ec34f;
}
