@charset "UTF-8";
body {
	margin: 0px;
	color: #D0C196;
	font-style: normal;
	font-size: 1.1em;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	}
header h2 {
	margin-left: 96px;
}
main p {
	line-height: 1.5em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	/* [disabled]background-color: #FFFFFF; */
	padding-bottom: 60px;
	letter-spacing: 0.03em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#topNav {
	padding-left: 0px;
	list-style-type: none;
	margin: 0 0 20px 0;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	justify-content: flex-end;
	justify-content: center;
	border-bottom-style: solid;
	border-bottom-width: 1.1px;
	border-top-width: 1.1px;
	border-top-style: solid;
}
header {
	padding-bottom: 30px;
}
#topNav li {
	margin-left: 15px;
	flex-basis: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	text-transform: uppercase
}
a:link, a:visited {
color: #D0C196;
text-decoration: none; /*removes the underline*/	
}
a:hover, a:active {
	text-decoration: none; /*removes the underline*/
	color: #A68862;
}
#photoContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
		
}
img:hover {
	transition: transform 1s;
	transition: opacity .25s ease-in-out;
	transition-delay: .05s;
	-webkit-filter: sepia(0)
	
}
img {filter: sepia(0.3);
}
#photoGallery {
	padding: 20px;
}
header h1 {
	font-family: arizonia, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 7em;
	text-align: center;
}
#mainHeaderContainer  {
	margin-left: 130px;
	margin-right: 130px;
}
.photoChild {
	margin-bottom: 5px;
}
main form {
	font-size: 0.9em;
}
form h2 {
	font-size: 1em;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 5px;
	letter-spacing: 0.01em;
	margin-right: 200px;
	line-height: 1.2em;
}
main h1 {
}
#reset {
	border-radius: 10px;
	background-color: #A68862;
	color: #FFFFFF;
}
#submit {
	border-radius: 10px;
	background-color: #A68862;
	color: #FFFFFF;
}
#photoMe {
	float: right;
	filter: none;
	margin-left: 30px;
	padding-bottom: 50px;
}
html {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(assets/images/white.jpg);
}
