
*{
	box-sizing:content-box
}

header{	background-color: #7C403E;
	color: #ffffff;
	text-align:center;
	font-family: 'Times New Roman', Times, serif;
	grid-row: 2/6;
	grid-column: 2/6;

}
nav a:hover{ background-color: #7C403E;

}
nav{
    font-weight: bold;
	background-color:#9E706F;
	font-size:large;
	grid-row: 2/5;
}
nav a {
	text-decoration: none;
	color:#ffffff;
	display: block;
	text-align:center;
	padding: 1rem 2rem;
}
nav ul {
	display:flex;
	flex-flow: row nowrap;
	list-style-type: none;
}
nav ul li{ width: 200%;}

body{
background-color:#DFCED1;
color:#7C403E;
grid-row: 2/4;
grid-column: 3/6;

}
#text{
		text-align:left;
		grid-row: 3/6;
		grid-column: 3/6;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 1pc;

		
	}

#gel{
	height: 600px;
	width: 600px;
	background-image: url(images/gel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#polygel{
	height: 600px;
	width: 600px;
	background-image: url(images/poly.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


#acrylic{	
	height: 600px;
	width: 600px;
	background-image: url(images/acrliyc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


footer{
	text-align: center;
	color:#ffffff;
	font-size: 1em;
	font-style: bold;
	background-color:#9E706F;

}


section{
	display:flex

}
section img {
	width: 35%;
	padding: 30px;
}