body {
    background: #faf8f4;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.container-header {
    background: #222;
}

.navbar-brand img {
    max-height: 90px;
}

h1,h2,h3 {
    color:#7a5a2b;
    font-weight:600;
}

.btn-primary {
    background:#9b7a3d;
    border:none;
}

.btn-primary:hover {
    background:#7d6230;
}

.home-service {
    border:1px solid #ddd;
    border-radius:8px;
    padding:20px;
    margin-bottom:20px;
    transition:.25s;
    background:white;
}

.home-service:hover{
    box-shadow:0 0 12px rgba(0,0,0,.15);
}
.home-logo {
    text-align: center;
    margin: 2rem auto 1rem;
}

.home-logo img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: inline-block;
}