body {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    line-height: 24px;
    font-weight:normal;
    color:#353535;

}

h1,h2 {
    font-family: 'Open Sans Light', sans-serif;
    font-weight:300;
}

@media (min-width:900px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size:38px;
    }
}

a {
    text-decoration:none;
    color:#005190;
}

a:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    color:#005190;
    text-decoration:underline;
}

