/*Mobile and Global*/

body {
	background-color: blanchedalmond;
	margin-top: 10vw;
	margin-left: 10vw;
	margin-right: 10vw;
	box-sizing: border-box;
}

h1 {
	text-align: center;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: min(6vw,2.5em);
	color: #442a16 ;
}

h2 {
	text-align: center;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(5vw,2.25em);
	color: #286733 ;

}

img {
		max-width: 100%;	
}

p1 {
	text-align:right;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: min(3.25vw,1.5em);
	color: #442a16 ;

}

.flex-container{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	gap: 40px;
}

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}