body {
    background: white;
}

.background-img {
    width: 100%;
    height: 50%;
    background: #F9C71E;
}

.home {
    padding-top: 120px;
    padding-bottom: 50px;
}


#contact-link {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 768px) {
    .background-img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .home {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .contact-box {
        margin-bottom: 300px;
    }
}




