



/*--------------------------------------------------------------
1. GENERAL
---------------------------------------------------------------*/

body {
    background-color: #FFF;
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 14px;
    font-weight: 400;
    color: #2c4a6b;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
