@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;	
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: orange;
	color:white; 
	width: 100%;
	padding: 10px 20px;
}
.header h1{
	margin: 0;
	vertical-align: middle;
	float: left;
}
.header ul{
	list-style: none;
	padding: 0;
	margin: 20px;
	vertical-align: middle;
	float: right;
	margin-top: 8px;
}

.header ul li{
	display: inline-block;
	margin-right: 15px;
	color: white;
}
.link1{
	color: white;
	text-decoration: none;
}
#banner{
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
	background-image: url("../images/unsplash-image-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#banner h1{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 40px;
	line-height: 150px;
	position: absolute;
	z-index: 200;
}
#column1 {
	width: 55.813953488%;
	height: 250px;
	float: left;
	background-color: lightgreen;
	margin-right: 5%;
	box-sizing: border-box;
}
#column2{
	float:right;
	width: 37.209302326%;
}
#columns{
	max-width: 1075px;
	width: 100%;
	height:auto;
	margin: 10px;
}
.clearfix{
	clear: both;
}
h2{
	font-family: Georgia;
}
p{
	font-family: Arial;	
}
.fish{
	width: 200px;
	height: auto;
	margin-bottom: 5px;
}
.lake{
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 0;
}
#footer{
	display: block;
	clear: both;
	padding: 10px;
	margin: 10px;
}
ul.footer{
	list-style-type: none; 
	padding:0px;
}
ul.footer li{
	display: inline-block;
	margin-right: 10px;
}
.email{
	color: orange;
}
