@charset "utf-8";
/* CSS Document */

body{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #41393A;
	margin: 0px;
	background-color:aliceblue;
	padding: 0px;
}
.clearfix::after{
	content: "";
	clear: none;
	display: table;
}
.clearfix{
	overflow: auto;
}
.page-wrapper{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.top-banner{
    width: 100%;
    height: 240px;
    padding-top: 20px;
 	background-image: url(images/topbanner.jpg);
	background-position: center;
	background-size: cover; 
}
#logo{
	width: 55%;
	float: left;
	margin-left: 5px;
	max-width:700px;
	padding-top: 0px;	
	background-color: aliceblue;
}
.top-banner h1{
	font-size: 30px;
	text-align: center;
	font-style: normal;
	font-weight: 300;
}

nav ul {
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
}
nav a   {
	text-decoration: none;
	color: aliceblue;
	display:block;
	margin-bottom: 4px;
	background-color: dimgray;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight:300;
	font-size: 1em
}
nav a:hover {
	background-color: black;
}
h2,h3{
	color: black;
	align-content: center;
}
.gallery{
	align-content: center;
	margin: 5px 100px;
	position: relative;

}
.gallery img{
	width: 350px;
	height: 400px;
	padding: 5px;
}
