/**
 * All your custom CSS should go into this file
 */
html {
    font-family:"Muli",sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body{
    font-weight: 400;
    font-style: normal;
    color: #4e4e4e;
    margin: 0;
}
/** main app **/

/***** misc *****/
.center{
    text-align: center;
}
.mauto{
    margin: auto;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
/******* queries ********/

@media (min-width: 992px){

}
@media (min-width: 768px){

}
/******* /queries *******/
