@charset "utf-8";


body {
	
	
font-family: Adobe Caslon Pro Bold;
background-color: grey;	
	
	
}

 h1 {
	position: relative;
	text-align: center;
	font-size: 75px;
	color: wheat;
}

h2{
	
	
	padding: 1%; 
	
}

.step1{
	border: 3px solid black;
	margin: 0 auto;
   height:650px;
    width:1050px;
	background-color: black;
	border-radius: 10px;
	margin-bottom: 100px;
}

.step2{
	border: 3px solid black;
	margin: 0 auto;
   height:650px;
    width:1050px;
	background-color: black;
	border-radius: 10px;
	margin-bottom: 100px;
}

.step3{
	border: 3px solid black;
	margin: 0 auto;
   height:650px;
    width:1050px;
	background-color: black;
	border-radius: 10px;
	margin-bottom: 100px;
}



.step4{
	border: 3px solid black;
	margin: 0 auto;
   height:650px;
    width:1050px;
	background-color: black;
	border-radius: 10px;
	margin-bottom: 100px;
}



.step5{
	border: 3px solid black;
	margin: 0 auto;
   height:650px;
    width:1050px;
	background-color: black;
	border-radius: 10px;
}




img{
	 border-radius: 20%;
	width:  400px;
	height: 550px;
	transform: rotate(90deg)
	
}

#hdmount{
	
	
	transform: rotate(90deg);
	
}


h2{
	
	background-color: blue;
	color: wheat;
	text-align: center;
	font-size: 36px;
	margin-bottom: 1px;
	
} 



.container{
	
	
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	
}

.imagebox{
	
	position: absolute;
	margin-left: 90px;
	padding-bottom 100px;
	display: block;
	
	
}

.textbox{
	
	color: wheat;
	float: right;
	font-size: 30px;
	margin-top: 200px;
	width:  400px;
	height: 150px;
}


	



@media (max-width: 520px) {
h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
	h2{
		
	text-align: center;	
	font-size: 18px;	
		
	}	
	
img{
	width:  200px;
	height: 225px;
	
	
	
}
	
	.textbox{	
	width:  200px;
	height: 75px;
display: block;
	font-size: 18px;
	margin-top: 300px;
		margin-right: 85px;
		
		
}	

	.step1 , .step2, .step3, .step4 , .step5{
		
    height:425px;
    width:375px;
	
		
	}
	
	.container{
		
		width: 100%;
		
		
	}
	
	p{
		
		font-size: 18px;
		
		
	}
	
/*----------------------------------------------------------------------------------------------------------------*/	


