@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');
body{
    font-family: 'Open Sans', sans-serif;
}
nav.bg-dark{
    background-color: transparent !important;
}
nav .nav-link{
    color: #7D7D7D;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover{
    color: #000;
}
.navbar-brand img{
    height: 40px;
}
.form-control{
    border-radius: 3px;
}
.btn-openbusiness{
    background-color: #661725;
    border: 2px #661725 solid;
    border-radius: 3px;
    color: #fff !important;
    padding: 4px 18px !important;
    font-weight: 700;
    text-decoration: none;
}
.btn-openbusiness:hover{
    background-color: transparent;
    color: #661725 !important;
}
.cover{
    width: 100%;
    background-image: url('../images/hero.png');
    background-size: cover;
    height: 400px;
    background-position: left top;
    padding: 20px 0;
}
.cover h2{
    width: 50%;
    color: #661725;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.cover ul, .cover li{
    list-style: none;
    margin: 0px;
    padding: 0;
}
.cover ul{
    margin-bottom: 20px;
}
.cover li{
    font-size: 16px;
}
.cover li:before{
    display: inline-block;
    content: '-';
    margin-right: 5px;
}
.cover .btn-contact{
    background-color: #7D7D7D;
    border: 2px #7D7D7D solid;
    border-radius: 3px;
    color: #fff !important;
    padding: 4px 18px !important;
    font-weight: 700;
    text-decoration: none;
}
.cover .btn-contact:hover{
    background-color: transparent;
    color: #7D7D7D !important;
}
footer{
    background-color: #661725;
    color: #fff;
    padding: 20px 0 0 0;
    border-top: 3px #B27B2A solid;
}

footer img.logo{
    height: 40px;
    margin-right: 10px;
    position: relative;
    top: -12px;
}

footer span{
    display: inline-block;
    font-size: 12px;
}

footer h2{
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
footer h3{
    font-size: 11px;
    color: #f5f5f5;
}

footer a{
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

footer a:hover{
    color: #B27B2A;
}
.modal-header{
    border-bottom: 0;
    background-color: #661725;
}
.modal-header .modal-title{
    color: #fff;
    font-weight: 700;
}
.modal-content{
    border-color: #fff;
}
.modal-body p{
    font-size: 14px;
    margin-bottom: 8px;
}
.modal-footer{
    border-top: 0;
}

.form-control:focus{
    border-color: #661725;
    box-shadow: 0 0 0 0.25rem rgba(102,23,37,.25);
}

.btn.btn-secondary{
    padding: 4px 12px;
    border-radius: 3px;
}

.btn.btn-primary{
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #661725;
    border-color: #661725;
}
.btn.btn-primary:hover{
    background-color: #85041b;
    border-color: #85041b;
}
.btn.btn-primary:active{
    background-color: #661725;
    border-color: #661725;
}

.section{
    background-color: #f5f5f5;
    padding: 20px 0;
}
.section:nth-child(even){
    background-color: transparent;
}

.section h2{
    font-size: 28px;
    color: #661725;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-blog h3{
    font-size: 16px;
    color: #661725;
}

.section-blog a{
    text-decoration: none;
}

.section-services .card{
    text-align: center;
}

.section-services .card span{
    font-size: 38px;
    color: #661725;
}

.section-services h3{
    font-size: 18px;
    color: #661725;
}

.section-featured p{
    margin-bottom: 0;
}

footer .copyright{
    font-size: 12px;
    margin-top: 20px;
    /* border-top: 1px rgba(84, 4, 19, .6) solid; */
    border-top: 1px rgba(255,255,255, .1) solid;
    padding: 6px 0;
}

.icon-data64{
    height: 20px;
}