@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_semi';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

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

body {
    background-color: #ffffff;
    margin: 0 auto;
}

html,
body {
    font: 400 15px/22px 'proxima_nova', sans-serif;
    color: #252525;
    height: 100%;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}