@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

.bg-home
{
    background-image: url(../img/header_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
   
}

.navbar-brand 
{
    color: #8E6957 !important;
    font-weight: bold;
}
h4
{
    color: #8E6957 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fefefe;
    background-clip: border-box;
    border: 5px solid #B68973;
    border-radius: 25px;
}
  

.btn-b, .btn-user
{
    background: #8E6957;
    box-shadow: 0px 0px 25px rgba(30, 33, 45, 0.15);
    border-radius: 25px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FEFEFE;
    margin-right: 15px;
    margin-bottom: 5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;
}

.footer
{
    background: #B68973;
    color: #fff;
   
}
section ul {
    list-style: none;
  }

  section ul li::before {
    content: "\2022";
    color: #B68973;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }


  .navbar-light .navbar-nav .nav-link {
    color: #fefefe;
    padding: 15px;
}

.link 
{
    color: #000 !important;
}
  
.link a, a
{
    color: #000 !important;
}
  
.active {
    color: #fefefe !important;
    background:#1E212D;  
}
.active a, a
{
    color: #fefefe !important;
}