body {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 18px;
    background: #ffded7;
    color: #fff;
    padding: 0;
    margin: 0;
}


.bg-1 { background: #b2432c; }
.bg-2 { background: #ffded7; }
.bg-3 { background: #1ab279; }
.bg-4 { background: #58ffc0; }

.container {
    clear: left;
    padding: 30px;
    text-align: center;
}

.float-list {
    display: flex;
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.float-list li {
    width: 15%;
    box-sizing: border-box;
    margin: auto;
    list-style-type: none;
    flex: 2 1 auto;
}

.big-clients li {
    padding: 1em;
    font-size: 1.6em;
}

.big-clients img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.mini-clients {
    padding: 0;
}
.mini-clients li {
    padding: 10px;
}

.header {
    color: #444;
    font-size: 1.6em;
    font-weight: 400;
    padding: 2em 0;
}

h1 {
    font-family: 'Lalezar', serif;
    line-height: 1em;
}

p {
    line-height: 1.5em;
    max-width: 60%;
    margin: 1em auto;
}

.link {
    font-family: 'Lalezar', serif;
    background: #fff;
    color: #1ab279;
    padding: 0.8em 1.4em;
    border-radius: 2em;
    display: inline-block;
    text-decoration: none;
    font-size: 2em;
}
.link:hover {
    box-shadow: 0 0 0.5em #1ab279;
}

.link:active {
    box-shadow: inset 0 0 0.5em #999;
}

.bg-2 {
    color: #444;
}

@media only screen and (max-width: 1050px) {

    .container {
        padding: 30px 10px;
    }
    .float-list li {
        width: 31%;
    }
    .header {
        font-size: 1.2em;
    }
    .float-list {
        margin: 1em auto;
    }

}

@media only screen and (max-width: 600px) {


    .float-list li {
        width: 48%;
    }
    .link {
        font-size: 1.2em;
    }
    .header {
        font-size: 1em;
    }

}


/** Icons **/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?ndoe16');
    src:  url('fonts/icomoon.eot?ndoe16#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ndoe16') format('truetype'),
    url('fonts/icomoon.woff?ndoe16') format('woff'),
    url('fonts/icomoon.svg?ndoe16#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 3em;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-display:before {
    content: "\e956";
}
.icon-clipboard:before {
    content: "\e9b8";
}
.icon-cloud-download:before {
    content: "\e9c2";
}
.icon-happy:before {
    content: "\e9df";
}
.icon-user:before {
    content: "\e971";
}



p + .ic {
    margin-top: 2em;
}