body{
    font-family: 'Open Sans', sans-serif;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,.9);
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Merriweather', serif;
}
.highlight-wrapper-bg{
    background-color: #001524;
}
.highight-1{
    background-color: #1c2f3c;
}
.bg-gradient{
    background-image: linear-gradient(180deg, #ffffff 0%, #f8f6f3 100%);
}
.border-bottom-grey{
    border-bottom: solid 1px rgba(0,0,0,.2);
    min-height: 1px;
}
.border-bottom-whiteish{
    border-bottom: solid 1px rgba(255,255,255,.2);
}
.bg-overlay{
    background-color: rgba(0,21,36,0.68);
}
.bg-ardei{
    background-image: url('/img/legume.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.con:after {
    content:'';
    position: absolute;
    top:99%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #001524;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.con{
    position: relative;
}

.accordion .card-header:after {
    font-family:"Font Awesome 5 Free";  
    font-weight: 900;
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.patrat-div{
    padding-bottom:70%;
    background-size: cover;
    background-position: center;
}

.limited-text{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.custom-logo-width{
    max-width: 200px;
}

/* Col-sm */
@media only screen and (min-width: 576px) {
    .custom-logo-width{
        max-width: 350px;
    }
}