.bg-light1 {
    background-color: #fffcf800 !important;
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.5);
    background: url("../img/crop5.jpeg");
 	background-size: cover;
}
.goodheight{
	height: 800px;
    align-content: center;
}
.img-fluid1 {
    max-width: 100%;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.img-fluid2 {
    width: 100%;
    height: 300px;
    
    object-fit: cover;
}
.text-primary {
    color: #13650e !important;
}
.text-head{
	font-size: 20px;
}
.btn-primary {
    color: white;
    background-color: #13650e;
    border-color: #13650e;
}
.border-primary {
    border-color: #13650e !important;
}
.btn-primary:hover {
    color: #13650e !important;
    background-color: #13650e;
    border-color: #13650e;
}
.video {
    position: relative;
    height: 400px;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/crop8.jpeg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.videofood{
	height: 400px;
}
.bg-primary {
    background-color: #13650e !important;
}
.text-footer{
	font-size: 8px;
}
.color{
	color: black;
}