body {
    background: #fff;
    color: #5c634e;
}

.text-line-2 {
    font-size: 76px;
    margin: 20px 0px;
}
.btn-modal {
    font-weight: 700;
    color: #fff;
    background-color: #C5A572;
    border: none;
    box-shadow: none;
}
.btn-modal:hover {
    color: #fff;
    background-color: #78C88C;
    box-shadow: 0 0 12px rgba(120, 200, 140, 0.6);
    transform: translateY(-1px);
}
@media only screen and (min-width: 1200px) {
    .navbar-brand>img {
        width: 152px;
    }
}
.btn-new {
    font-weight: 700;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background-color: #C5A572;
}
.btn-new:hover {
    color: #fff;
    background-color: #78C88C;
    box-shadow: 0 0 10px rgba(120, 200, 140, 0.6);
    transform: translateY(-1px);
}
.footer {
    height: 60px;
    padding: 20px 0;
}
input.form-control {
    height: 42px;
}