
/*gsf*/

.gsf {
    background-color: #2196F3;
    color: white;
}

    .gsf p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .gsf a {
        color: white;
    }

    .gsf h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .gsf h1:before, .gsf h2:before {
            margin-top:-15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

