/* 
    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 {
    font-family: "futura-pt",sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    color: #31B9E5;
    font-weight: 300;
}

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

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

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

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

strong,
b {
    font-weight: 500;
}

/* Weights -------------------------------------*/
w7, .w7 {
    font-weight: 500;
    color: #102446;
}