
html {
   height: 100%;
}

body {
    overflow-y: scroll !important;
    min-height: 100%;
    background-color: #252c36;
} 

.green {
    color: #33CC33;
}

.topbar {
    background-image: url("/images/bg_top.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.topbar a {
    color: #fff;
}

.hero {
    background-image: url("/images/bg_hero.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #33CC33;
    /*min-height: 633px;*/
}

.about {
    background-image: url("/images/bg_about.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    /*min-height: 780px;*/
}

.products {
    background: #fff;
    color: #1c2e38;
    /*min-height: 780px;*/
}

.footer {
    color: #fff;
    background-color: #102028;
}

.bullets {
    text-align: left !important;
}

.bullets ul {
    list-style-type: none;
    padding-left: 0;
}

.bullets li {
    /*width: 530px;*/
    border-bottom: 1px solid #ccc;
    color: #1c2e38;
    font-weight: bold;
    padding: 1rem 0;
    font-size: 1.25rem;
}

.bullets li i {
    color: #33CC33;
}
.bullets li:last-child {
    width: 530px;
    border-bottom: none;
}

.lowercontact {
    color: #fff;
}

.lowercontact a {
    color: #fff;
}

.purple1 {
    background: #611561;
}

.purple2 {
    background: #3e0e3e;
}