footer .text 
{
	font-size:12px;
}
header
{
    position: relative;
	margin-top:-10px;
}

header .grid{
    display: grid;
    grid-template-columns: 100px 1fr;
	text-wrap-mode: nowrap;
    padding: 20px 0;
	align-items: center;
}
header .grid img
{
	width:110px;
	top:20px;
    position: absolute;
    //left: 50%;
    //transform: translateX(-60px);
}	 
	 
}
header .blocco_dx
{
	gap:30px; 
	margin-top:20px;
	
}
header .perchiresta div
{
	padding: 10px;
    /* margin-right: -10px; */
    border-radius: 20px;
    position: absolute;
	left: 50%;
	transform: translate(-50%, 95px);
	border:1px solid white;
}
.wrap_ico_menu{
    width: 35px;
    height: 20px;
}

#wrap_menu
{
	height: calc(100svh);
	margin-top:-90px;
}
#wrap_menu .menu li{
    font-size: 26px;
}
#wrap_menu .menu a{
	width:100%;
}

.text{
    font-size: 18px;
    line-height: 28px;
	text-align:justify;
}

.fontsize50
{
	font-size:26px;
}
.fontsize54
{
	font-size:34px;
}
.fontsize60
{
	font-size:50px;
}

.fontsize80
{
	font-size:40px;
	padding:10px;
}

.bck_img
{
	 position:relative; 
	 height:calc(50svh); 
	 position:relative; 
	 margin-top:0px; 
	 z-index:-1; 
	 display:flex; 
	 flex-direction:column;
}

/*******************************************************/
#sfondo_home h1 
{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	letter-spacing: 4px; 
	font-style: normal;
	font-size:20px;
}

#sfondo_home h1 code 
{
	font-family: "Alex Brush", cursive;
	font-weight: 400;
	font-style: normal;
	font-size:30px;
}

#sfondo_home h2 
{
	font-family: "Inter", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:12px;
	letter-spacing: 2px;
}
.home_descrizione
{
	font-size:16px; 
	text-align:justify;
}

.categoria
{
	height:32px;
	font-family: 'Poppins', sans-serif; 
}
.categoria h2
{
	font-size:18px;
}
.categoria_balli
{
	font-size:16px;
}