@font-face {
    font-family: logo-font;
    src: url(CamelliaD.ttf);
}

body { 
    padding-top: 65px; 
    font-family:'Lato', sans-serif;
}
.brand-name{
    font-family: 'logo-font','Lato','sans-serif'
}

@media (max-width: 992px){
    /* .seasoning-cube{
        margin: auto !important;
        display: flex;
        align-items: center;
    } */
    .prod-type{
        font-size: 20px;
    }
    #section-1 img{
        display: flex;
        align-items: center;
        margin: auto;
        width:200px;
        height: auto;
    }
}

.intro-text{
    color:white;
    background-color:rgb(124, 142, 33);
}
.intro-text .head-text{
    font-weight: 800;   
}
#section-1{
    margin-top:0.5em;
    margin-bottom:5em;
}
.prod-text{
    color: rgb(124, 142, 33);
}
.prod-text span{
    color:black;
    font-weight: 500;
}


#section-1 h2{
    font-size: 3.4em  !important;
    margin-bottom:0.4em;
}

#section-2 {
    margin-top:30px;
    background-image: linear-gradient(to left top, #d4e584, #becf6c, #a7b953, #92a33b, #7c8e21);
    min-height: 500px;
    margin-bottom: 20px;
}



#section-3{
    margin-top:60px;
}
#section-3 h1{
    color:orange;
    text-align: center;
}
#section-2 h1{
    color:white;
    font-weight: 800;
    letter-spacing: 1.2px;
    padding-top: 35px;
    text-align: center;
}

#left-section-1{
    margin-top: 2em;
}




.stav-btn{
    border-radius: 25px;
    color:white;
    font-weight: 400;
    padding:10px;
    padding-left:20px;
    padding-right: 20px;
    margin: 5px;
    
}
.stav-btn-normal{
    background-color: rgb(124, 142, 33);
}

.stav-btn-normal:hover{
    border:solid 2px rgb(124, 142, 33);
}

.seasoning-cube{
    margin-top:50px;
}


.stav-btn:hover{
    background-color: white;
    color:rgb(124, 142, 33);
}
.stav-btn-inv{
    color:orange;
    font-weight: 400;
    border:solid 2px orange;
    background-color: white;
}
.stav-btn-inv:hover{
    background-color:orange;
    color:white;
}

.seasoning-cube{
    margin: auto !important;
    display: flex;
    align-items: center;
}
.card{
    background-color: white;
    max-height: 500px;
    box-shadow: 8px 8px 8px rgba(68, 68, 68, 0.6);
    
    padding:5px;
    margin:20px;
}
.card-list{
    margin-bottom:10px;
}

#brand-font{
    font-family: "logo-font",sans-serif;
    font-weight: 800;
}

.fas,.card-title{
    color:orange;
}
.card-title{
    font-weight: 700;
}
.footer-text{
    color:black;
    font-weight: 400;
}


#footer{
    margin-top: 25px;
    
}

#footer h3{
    color:rgb(124, 142, 33);
    text-decoration: underline;
    
}


#footer a{
    color:black;
}
.head-text{
    border-bottom: solid 2px rgb(124, 142, 33);
    margin-top: 20px !important;
    margin-bottom: 30px;
    width:40%;

}
.gallery-items .card{
    padding: 20px;
    border:solid 2px rgb(124, 142, 33);
}
.product-name{
    color:rgb(124, 142, 33);
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    width:40%;
}
.product-card{
    border:2px solid orange;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px grey;
}

.prod-description{
    padding-top:20px;
}

.prod-type{
    color:orange;
    width: 35%;
    margin-top: 50px;
    margin-bottom: 30px;
    
}


