*{
	box-sizing: border-box;
}
.wrapper {
  	//border: 5px red dotted;
	margin-inline: auto;
	max-inline-size: 1000px;
	/* max-inline-size: 65rem; */
 }
  .wrapper{
    width: 1200px;
	//border: 3px red dotted;
	justify-content: center;
	margin-inline: auto;
	margin-block: auto;
	//border: #eb2c2c dotted 3px;
} 
html{
	/*font-size: 90.5%;*/
	font-size: 16px;
	text-align: center;
	/*background-color: #6272e3*/
}

	
img{
	display: inline-block;
	max-inline-size: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/* 16pz is = to font-size: 1rem;*/
   	 /*background-image: url (./images/wizardhat.png);*/
	/*background-color: rgb(32, 41, 179);*/
		/* max-inline-size: 1000px; */
}

main{ 
	text-align: center;
	 /* margin-inline: 20px; */
	 /* background-color: rgb(178, 178, 183); */
} 
h1{
	display: flexbox;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 2rem;
	background-color: #a4b9f7; 
	 padding-block: 8px; 
	 margin-block-start: 10px; 
	 margin-block-end: 40px;

}
h2{
	text-align: center;
	background-color: #3581b4;
	font-size: 1.5rem;
	color: black;
	margin-inline: 200px;
	background-color: #a4b9f7; 
}


H3{
	color: black;
	font-size: 1.17rem;
	margin-block: 0;
	text-align: center;
	//background-color: #a4b9f7; 
}
H4{
	color: black;
	font-size: 1rem;
	background-color: color(display-p3 0.658 0.724 0.951);
	
}
.nav-bar{
   max-inline-size: 1200px;
	background-color: color(display-p3 0.71 0.818 0.899);
	margin-inline: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-block-end: 30px;
}
.two-column-layout{
	display: grid;
	justify-content: center;
	grid-template-columns: 1fr 1fr;
	margin-inline: 60px;
	margin-block: 60px;
	gap:  6rem;
}
.sleeve-background{
	background-image: url("../images/Pilot drawing.png");
	background-position: center;
	background-size: 200%;
	margin-bottom: 40px;
	/*background-size: 200px;*/
	/*opacity: 30%;*/
}
.w-body-background{
	background-image: url("../images/W-bodydrawing.png");
	background-position: center;
	background-size: 120%;
	background-size: 600px;
	opacity: 30%;
	
}
.musketubes-background{
	background-image: url("../images/175tube1-125.png");
	background-position: center;
	background-size: 110%;
	background-size: 600px;
	opacity: 100%;
	
}
.centerhat-background{
	background-image: url("../images/Text for Wizards shop.png") ;
	background-position: center;
	background-size: 140%;
	margin-inline: 10px;
	padding-right: 200px;
	/*padding-top: 15px;*/
}
.background_div{
	background-position: center;
	background-image: url("../images/background wizworks.jpg");
}
.image_centering{
	align-items: center;
	justify-items: baseline;
}