.clear {clear:both; }

body, html {height:100%;margin:0;}

body {
margin: 0;
padding:0;
overflow-y:scroll;
background-color:#fff;
font-family: 'Montserrat', sans-serif;
display: flex; /*footer fix*/
flex-direction: column; /*footer fix*/
}
