.contact-person {
    font-size: 16px;
    font-weight: bold;
}

h2
{
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #F00;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
    /* Margin bottom by footer height */
    /* margin-bottom: 200px; */

    /* fix container-fluid and horizontal scrollbar */
    /* overflow-x: hidden; */
}
