body, html {
    font-family: 'Nunito', sans-serif !important;
    background-image: url('../images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: max-content;
}

ul.navbar-nav .nav-item{
    color: rgb(121, 96, 16);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 140px;
}

.bg-gold{
    background: linear-gradient(90deg, rgb(214, 166, 55) 3%, rgb(211, 204, 113) 24%, rgb(228, 189, 81) 74%, rgba(237,201,103,1) 100%);
}

/* .card{
    background-color: rgba(255, 255, 249, 0.877) !important;
} */

a{
    color: black;
    text-decoration: none;
}


a:link { text-decoration: none; color: black; }


a:visited { text-decoration: none; color: black; }


a:hover { text-decoration: none; color: black; }


a:active { text-decoration: none; color: black; }
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

#kt_content{
    margin: 0 30px;
}
