
body {
	
	margin:0;
	padding:0;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	Width:100%;
	height:100%;
}
header {
	background:white;
	width:100%;
	height:30px;
	padding: 40px 0;
	color:grey;
	text-align:center;
	padding-top:30px;
	
}
h1 {
	text-align:center;
}

nav ul {
	background-color:white;
	color:grey;
	padding-bottom:300px;
	text-align:center;
	margin:0;
	font-size:20px;
	
}
a{
	text-decoration:none;
	color:inherit;
}
nav ul li{
	display:inline-block;
	padding:20px;
}
section{
	line-height:1.5em;
	font-size:0.9em;
	padding:40px;
	width: 75%;
	margin: 0 auto;
}
nav ul li:hover{
	background-color:#BABABA;
}

#i-nav {
	position: absolute;
	top:60px;
	right:20px;
	width:44px;
	height:44px;
	background:aqua;
	display:block;
}

	@media screen and (max-width:680px) {
		nav ul li{
			box-sizing:border-box;
			width:100%;
			padding:15px;
			text-align:left;
			outline: solid #ccc 1px;
		}
		nav ul {
			max-height:0;
		}
		.showing {
			max-height:20em;
		}
		}


#social-media-icons {
	
	float:center;
}
#social-media-icons ul li {
	display: inline;
}
#social-media-icons ul {
	padding-top:10px;
}

#banner {
	text-align: center;
}


	.row1,.row2{ 
	width:100%;
	float: left;
	margin:5px;
}
	
.text1{
	width:60%;
	height:200px;
	float:left;
}

.image{
	width:40%;
	height:700px;
	float:right;
	
}

	#footer {
	text-align: center;
	background-color:#696A6C;
	padding:20px;
	margin:0px;
}


