.landing-header {
    background-color: #C8D4E1;
    position: relative;
}


#code_plan h4 {
    color: #ef7344;
    font-weight: 500;
    font-size: 1.9em;
}

.landing-header h2 {
    color: #00497F !important;
    text-transform: uppercase;
}

.landing-header p {
     margin-top: 1.2em !important;
 }


@media only screen and (min-width : 1280px) {
    .landing-header {
        background-image: url('../images/landing_1900x700_skillo.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 550px;
    }

    #geniusTop {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width : 1280px) {
    .landing-header h2 {
        margin-bottom: 1.2em !important;
        margin-left: 40px;
    }

    #geniusTop {
        position: absolute;
        top: 10px;
        left: -20px;
        text-align: center;
        height: 200px;
    }
}
