.logo-style{
    width:300px;
}

@media only screen and (max-width: 600px) {
    .logo-style{
        width:100%;
    }
  }

.text-primary {
    color: #5a2724 !important;
}

.bg-secondary{
    background-color: #fff !important;
}

.bg-primary{
    background-color: #fff !important;
}

.text-white{
    color:#b74d48 !important;
}

.btn-secondary{
    background-color: #b74d48;
    border-color: #b74d48;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #b74d48;
}

.btn-primary {
    background-color: #b74d48;
    border-color: #b74d48;
}

.section-title::before{
    background: #873a35;
}

.section-title{
    color: #873a35;
}

.text-brown{
    color:#5a2724 !important;
}

.text-grey{
    color:#666666;
}

.text-dbrown{
    color: #5a2724;
}

.navbar-light .navbar-nav .nav-link {
    color: #c77a75;
   
}