


/* insert a section NEW MENU */
.menu-item {
    background-color: white;
    color: black;
    padding: 15px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 23px;
}

.menu-item:hover {
    background-color:#ff1915; 
	color: white;
}	
.menu-item1 {
    background-color: white;
    color: black;
    padding: 15px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 23px;
}

.menu-item1:hover {
    background-color:#41a5d7; 
	color: white;
}		
/* insert a section NEW MENU */

.mod1_ps {

    margin-right: 0%;
    margin-left: 0%;
	z-index: 2;
}

.mod2_ps {

    margin-right: 0%;
    margin-left: 0%;
	z-index: 2;
	border-radius: 20pz;
}

.qqq {

    margin-right: 2%;
    margin-left: 2%;
	z-index: 2;
}



@media all and (max-width: 600px) {

.mod1_ps {

    margin-right: 0%;
    margin-left: 0%;
	z-index: 2;
}

.mod2_ps {

    margin-right: 3%;
    margin-left: 3%;
	z-index: 2;
}

}