@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);

* {
    font-family: "Roboto Slab", sans-serif;
    font-width: 300;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 1059px) {
    body {
        width: 1060px;
    }
}

div {
    font-size: 18px;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content {
    position: relative;
    width: 960px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    /*border: 1px solid red;*/
}

#green-bar {
    background-color: #087B3F;
    height: 170px;
}

#gray-bar {
    background-color: #EBEBEB;
    height: 460px;
}

#header-logo {
    position: absolute;
    left: 50px;
    top: 0;
}

h1 {
    display: inline;
    position: absolute;
    left: 250px;
    top: 30px;
    margin: 0;
    color: #fff;
}

#header-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    font-size: 32px;
    font-weight: 400;
}

#header-what1 {
    position: absolute;
    top: 48px;
    left: 0;
    width: 300px;
    font-size: 20px;
    font-weight: 300;
}

#header-what2 {
    position: absolute;
    top: 76px;
    left: 0;
    width: 300px;
    font-size: 20px;
    font-weight: 300;
}

#header-statement {
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    width: 600px;
    left: 250px;
    top: 200px;
}

footer .container {
    background-color: #EBEBEB;
}

h2 {
    font-size: 26px;
}

.twocolumn {
    display: flex;
    flex-direction: row;
}

.left {
    margin-top: 18px;
    text-align: center;
    width: 150px;
}

.right {
}

i {
    color: #999;
}

.space {
    margin-bottom: 18px;
}

h3 {
    color: #087B3F;
    font-size: 20px;
}

