/*@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('fonts/trebuc.woff') format('woff');
}
*/
h1{
    font-size: 24px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h1, h2, h3, h4{
    margin-top: 0;
    margin-bottom: 20px;
}

h4{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

p{
    margin-top: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {
    h4{
        font-size: 14px;
    }
}
