@charset "UTF-8";
/* Basic reset for body and list margins/padding */
body	{
	background-image: url("../images/bkg1.jpg");
	color: #71197C
}
.container   {
	border: medium; 
	display: flex;
	justify-content: center
	align-items: center;
	column-rule-width: 168px 580px 168px;
}
h1:first-child  {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 60px;
	text-align: center;
	color: #BEA4A4;
}
h3  {
	font-size: 20px;
	color:#D5A5F6;
}
.img  {
	align-content: center;
	padding-top: 25px;
}

.navbar {
	background-image: url("../images/tile.jpg");
	border-image-repeat: none;
	overflow: hidden;
	padding-bottom: 30px;
} 
.nav-list   {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.nav-list li a {
	display: block;
	color: #450150;
	text-align: center;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 125px
	text-decoration: none;
}
.nav-list li a:hover {
	color: #7F0A9A;
}
/body
/html