.wrapper{
    background: #D5C091 !important;
}
.content-wrapper{
    background: #D5C091 !important;
}
.card{
    background-image: url('../../images/background-papper.jpg');
}
.main-footer{
    background: #D5C091 !important;
}

.menu{
    background-color: #dcc1a7;
    box-shadow: 0 15px 25px #cda882;
}

.nav-link2{
    box-shadow: 0 5px 5px #776A53;
}
.search{
    display: flex !important;
}
nav button{
    border: none !important;
}
.section{
   /* background-color: #dcc1a7;
    min-height: 100vh;*/
}

.sepia{
    /*filter: sepia(100%);*/
    color: #776A53 !important;
}
.sepia-filter{
    filter: sepia(100%);
}
.sepia-u{
    text-decoration: underline dotted;
}
.active{
    background-color: #776A53 !important;
    color: #e3dbd3 !important;
}

.card a{
    color: #776A53 !important;
}
a:hover{
    color: #a98561 !important;
}
.img{
    box-shadow: 10px 10px 7px #776A53;
}

.flash-box-off{
    display: block;
    left:0vw;
    bottom:0vh;
    max-width: 500px;
    margin:20px;
    position: fixed;
    z-index: 1000;
    /* box-shadow: 3px 4px 10px gray; */
}
.flash > .times{
    border:0;
    margin:-5px -5px 5px 6px;
}

.card{
    box-shadow: 1px 2px 3px silver;
}

.card form{
    margin-block-end: 0em !important;
}

.card-foto{
    float: left;
    margin-right: 20px;
    height: 100px;
    width:100px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    overflow: hidden;
}
.card-foto img{
    object-fit:cover;
    height:100%;
}
.card-text{
    font-size: 12px;
    line-height: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.shadow{
    box-shadow: 5px 5px 10px silver;
}


.collapse-hack{
    display: block;
}

@media only screen and (max-width: 767px) {
    .collapse-hack{
        display: none;
    }
}