html {

}

body {
    background-color: #fff;

    font-family: "Roboto";
    color: #000;
}


.download a {
    line-height: normal;
    color: #000;
    text-decoration: none;

}
.download i {
    display: inline-block;
    background-color: #dae5b4;
    color: #000;

    margin: 0;
    padding: 3px;

}


.logo {
    margin: 70px 0 180px 0;
}

.logo-img {
    margin: 0 auto;
}

h1 {
    font-weight: 300;
}

.green {
    padding: 20px 0;
    background-color: #dae5b4;
    color: #000;
    font-family: "Roboto";
    font-weight: 300;

    position: absolute;
    bottom: 0;
    width: 100%;


}

.green a {
    color: #000;
}

small {
    font-size: 75%;
}

.space-bot {
    margin-bottom:40px;
}
.space-top {
    margin-top: 40px;
}