@charset "UTF-8";
section {
	width: 100px;
	height: 100px;
	border: 4px double #FFFFFF;
	border-radius: 150px;
	text-align: center;
	float: right;
	clear: both;
	margin-right: 7%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 17px;
}
body {
	color: #FFFFFF;
	font-family: Gill Sans;
	font-weight: lighter;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8E8E8;
}
#wrapper {
	width: 1000px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
}
p {
	visibility: hidden;
	text-align: left;
}
#gallery:hover {
	width: 80%;
	border-radius: 0px;
	border-style: none;
	background-color: hsla(20,6%,40%,0.50);
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	height: 300px;
}
#about:hover {
	width: 80%;
	border-radius: 0px;
	border-style: none;
	background-color: hsla(20,6%,40%,0.50);
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	height: 460px;
}
#contact:hover {
	background-color: hsla(20,6%,40%,0.50);
	border-radius: 0px;
	border-style: double;
	border-color: hsla(0,0%,100%,0.00);
}
h2 {
	font-weight: 100;
	padding-top: 15px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-weight: normal;
	text-align: center;
	font-size: 41px;
	margin-bottom: 54px;
	margin-top: 20px;
	padding-top: 20px;
	color: #4C4B53;
	font-family: Didot;
}
section:hover p {
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}
section:hover ~ #background {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
#about img {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
	visibility: hidden;
}
#about:hover img {
	visibility: visible;
}
#gallery:hover img {
	visibility: visible;
}
#gallery img {
	visibility: hidden;
	height: 100px;
	width: auto;
}
#background {
	background-image: url(bronze_birdnest.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 1000px;
	height: 1000px;
	z-index: -1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	top: 0px;
	background-color: #e8e8e8;
}
li {
	width: 20%;
	list-style-image: none;
	float: left;
	display: block;
}
#gallerylinks p {
	position: absolute;
	text-align: center;
	padding-top: 92px;
	padding-left: 42px;
}
