body {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/E14agrey.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

.btn-lg {
	background: #9ec052;
	border-radius: 24px;
}

.btn-default.active {
	background-color: #9ec052;
	color: #fff;
	font-weight: 900;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}