html,
body
{
height: 100%;
}

body{
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	font-size:14px;
	/* background-image:
					linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
					url(
'../img/sfondo.jpg'); */
	background-image: url(../img/sfondo.jpg);
	background-position: center center;
	background-size:cover;
	color:#000;
	background-repeat:no-repeat;
	background-color:#e4e4e4;
	padding-top:50px;
		 }

a{
	color:#000!important;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#9a9a9a!important;
}


@media (max-width: 320px) {
    padding-top:20%;
    img {width: 50% !important}
}
