/* 
    Created on : Aug 4, 2014, 2:47:22 PM
    Author     : keng
*/
/*
    This CSS pertains to font blocks and may or may not be responsive.
*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova-condensed",sans-serif;
    font-weight: 600;
}

h1,.h1 {
    font-size: 36px;
}

h2,.h2 {
    font-size: 24px;
}

h3,.h3 {
    font-size: 18px;
}

h4,.h4 {
    font-size: 16px;
}

b {
    font-weight: 500;
}