body,
html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
    background-color: #FAF9FC;
    z-index: -9999999;
    position: relative;
}

.content {
    max-width: 90%;
    margin: auto;
}

.icon {
    box-sizing: content-box;
}

.mapp {
    display: block;
    border: 3px solid green;
    background: #6ec;
}

h1 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 30px "Lato", sans-serif;
    color: #383838;
    font-weight: bold;
}

p {
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #383838;
}

img {
    /*border: 1px solid black;*/
}

.nav {
    margin-bottom: 90px;
}

h2 {
    font: 30px "Lato", sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
    color: #777;
}