body{
	background-image: url("../img/MARIA-ITALIANA-BACKGROUND-01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
p{
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:  #fff;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	font-family: natura, serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 42px;
}
h3{
	font-size: 38px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 16px;
}
a{
	color: white;
	text-decoration:none;
}
a:hover{
	color: #ffefe1;
		text-decoration:underline;
}
.center{
	text-align: center;
}
b{
	font-weight: 700;
}
/* header  */
header{
	margin: 60px 0;
}
/* Section */
.m-top-bot{
	margin-top: 10px;
	margin-bottom: 10px;
}
.no-dec:hover{
	text-decoration: none;
}
.footer-border{
	border-top: solid 1px #fab500;
	background-color: #0B2747;
}