header {
    background: url(../img/header-bg.jpg) no-repeat bottom center;
    background-size: cover;
    color: #d9e0e2;
    min-height: 70vh;
    background-attachment: fixed;
    background-position: center;
}

.intro-text {
    position: relative;
    padding-top: 90px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.header-text-contact {
    font-size: 20px;
}

#contact-section .btn, #contact-section .btn:hover {
    background: #165816;
    border: 2px solid #fef9e7;
    border-radius: 4px;
    padding: 6px 14px;
    margin-top: 20px;
    color: #fef9e7;
    font-size: 16px;
    transition: all 0.5s;
}

.white-text {
    color: #FFFFFF;
}