/*Mobile and Global*/

*	{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

body {
	background-color: rgb(146, 32, 18);
 	color: #fcfbf5;
 	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
  	font-variation-settings:"slnt"0;
 }

 header {
 	font-family: "Quattrocento", serif;
	display: flex;
flex-direction: column;
justify-content: center;
align-items: center;


	height:30vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

h1 {
	font-size: 6vw;
	padding-top: 5vw;
}

h2 {
	font-size: 3vw;
	padding: 10px;
}

h3 {
	font-size: 2.5vw;
	font-style: italic;
	font-kerning: auto;
}

div {
	display: flex;
 	justify-content: center;
 	padding-bottom: 0vw;
}

img {
  max-width: 35%;
  height: auto;
}