@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}
main {
	width: 100%;
	margin: 20px auto;
}
header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	align-items: center;
	}
header h1 {
	background: url("../images/JennaSweeneylogo.png") 0 0 no-repeat;
	background-size: contain;
	width: 400px;
	height: 143px;
	display: inline-block;
	overflow: hidden;
}
header h1 span {
	display: none;
}
header nav ul {
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}
header nav ul li {
	margin-left: 20px;
}
#slideshow > div img {
	width: 100%;
	height: auto;
}
footer {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
	align-items: center;
}
footer img {
	width: 200px;
	height: auto;
	margin-right: 20px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	header {flex-direction: column;}
	header h1 {
	width: 375px;
	height: 134px;
}
	#slideshow { 
	  margin: 0px auto; 
	  position: relative; 
	  width: 100%; 
		display: flex;
		flex-wrap: wrap
	}
	footer .copyright {
		width: 60%;
	}
	footer img {
	width: 100px;
	height: auto;
	margin-right: 20px;
}
	/*footer .copyright p {
		font-size: 18px;
	}*/
}
@media screen and (min-device-width:640px), screen and (min-width:640px) {
	main {
		width: 100%;
		max-width: 1000px;
	}
	#slideshow { 
	  margin: 0px auto; 
	  position: relative; 
	  width: 100%; 
	  height: 750px; 
	}
	#slideshow > div { 
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  right: 0; 
	  bottom: 0; 
		display: none;
	}
}