@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:100,300,400,400i,600');

html,
body {
    margin: 0;
    padding: 0;
    /* margin-bottom: -16px; */
    height: 100%;
}
body {
    /* overflow-y: scroll; */
    font-family: 'Open Sans', sans-serif;    
    font-weight: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    word-wrap: break-word;
}

a:link {
    text-decoration: none;
}

/* img {
    max-width: 100%;
}
 */
