body {
	background-color: #222222;
    padding-top: 0;
}

/* Remove spacing and line from header */
.header {
	padding-bottom: 0;
	border-bottom: none;
}

/* Remove line above footer */
.footer {
	border-top: none;

}

.footer a:link {
    color: #ccc;
}

.footer a:visited {
    color: #999;
}

/* Add background image*/
.jumbotron {
    background-image: url("../images/background.png");
    background-size: cover;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.57) 0px 4px 7px;
}

.jumbotron p {
    color: #EEE;   
}

.marketing {
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .marketing {
        padding: 20px;
    }
}

.about-image {
	max-width: 100%;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 100%;
}

#mc-embedded-subscribe.button {
    background-color: #449d44 !important;
}

.screenshot {
    width: 90px;
    margin-bottom: 5px;
}

.screenshot-large {
    width: 200px;
    margin-bottom: 5px;   
}