body, html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}

.bgimg {
    background-position: center;
    background-size: cover;
    background-image: url("/images/banner.jpg");
    min-height: 500px;
    margin-top: 30px;
}

.menu {
    display: none;
}

.scc {
    width: 50%;
}

.scg {
    width: 33.333333333333333%;
}

.sch {
    width: 66.666666666666666%;
}

.maxpen {
    background-position: center;
    background-size: cover;
    background-image: url("/images/maxpen.jpg");
}

.mmm {
    background-position: center;
    background-size: cover;
    background-image: url("/images/taggun.gif");
}

.ama {
    background-position: center;
    background-size: cover;
    background-image: url("/images/amaraleath.gif");
}

.emgm {
    background-position: center;
    background-size: cover;
    background-image: url("/images/energy.jpg");
}

.whitetext {
    color: white;
    margin-top: 50px;
    margin-bottom: 50px
}

a {
    text-decoration: none;
}