@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {background:#FFF;}
h1 {font-family: "Flexo Regular", arial !important;  -webkit-font-smoothing: antialiased; color:#907e5a; font-size:50px; font-weight:600;}
#main {text-align:center; margin-top:60px;}
.clear {height:100px;}
img {max-width:100%; height:auto;}