h2 {font-size: 1.4em !important}

h3 {
    font-size: 1.2em !important
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.8em !important
    }

    h3 {
        font-size: 1.4em !important
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 2em !important
    }

    h3 {
        font-size: 1.5em !important
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2.6em !important
    }

    h3 {
        font-size: 1.9em !important
    }
}

#headLine {
    margin-top: -105px;
}

@media (max-width: 767px) {
    #headLine {
        margin-top: -160px !important;
    }
}

.anchor-scroll {
    scroll-margin-top: 100px;
}
.services-button {
    font-size: 14px;
    border: 1px solid #327ab7;
    padding: 5px 10px;
    margin: 0px 20px;
    border-radius: 4px;
    color: #327ab7;
    background-color: transparent;
    line-height: 1.3;
    position: relative;
    top: -3px;
}

.services-button:hover {
    background-color: #fcff8d;
    color: #3f82af;
    border: 1px solid #327ab7;
}