@media only screen and (min-width: 800px) {
	header {
		background-image: url("../images/sculpture.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 100vh;
		width: auto;
	}

	header figure img {
		width: 250px;
		margin: 20px;
	}

	a {
		text-decoration: none;
		cursor: pointer;
	}

	a:link {
		color: #0C3249;
	}

	a:visited {
		color: #447A99;
	}

	a:hover {
		color: #5A9CC4;
	}

	a:active {
		color: #9CC6DF;
	}

	nav ul {
		font: 700 30px Sen, sans-serif;
		margin-top: 10px;
		text-shadow: 0 2px 4px #dedfe0;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 70%;
		margin-left: 20%;
	}

	main img {
		width: 500px;
	}

	main h1 {
		font: 700 45px Sen, sans-serif;
		text-align: center;
		margin-top: 60px;
		color: #0C3249;
	}

	main p {
		font-family: Roboto, sans-serif;
		font-size: 20px;
		line-height: 25px;
		color: #022A41;
		margin: 25px 100px 35px 100px;
	}

	main h2 {
		font-family: Sen, sans-serif;
		font-size: 35px;
		margin-top: 60px;
		margin: 60px 0 40px 90px;
		color: #0C3249;
	}

	.sect1 p, .sect2 p, .sect3 p, .sect4 p, .sect5 p, .sect6 p, .sect7 p, .sect8 p {
		background-color: #95AFBE;
		padding: 30px;
	}

	.sect1 h3, .sect2 h3, .sect3 h3, .sect4 h3, .sect5 h3, .sect6 h3, .sect7 h3, .sect8 h3 {
		font-family: Sen, sans-serif;
		font-size: 28px;
		font-weight: 700;
		padding-top: 150px;
		color: #0C3249;
	}

	.sect2 h3, .sect4 h3, .sect6 h3, .sect8 h3 {
		margin-left: 100px;
	}

	hr {
		margin: 400px 200px 100px 200px;
		border: 1px solid #3E6880;
		border-radius: 5px;
	}

	.container1 img, .container3 img, .container5 img, .container7 img {
		float: left;
		margin: 45px 30px 30px 85px;
	}

	.container1 .sect1 {
		
	}

	.container2 img, .container4 img, .container6 img, .container8 img {
		float: right;
		margin: 35px 80px 30px 0;
	}

	footer {
		font-family: Roboto, sans-serif;
		border-top: 3px solid black;
		background-color: #E3F2FB;
		padding: 40px;
		line-height: 30px;
		margin-top: 100px;
	}

	footer img {
		width: 200px;
		float: right;
	}

}


@media only screen and (max-width: 799px) {

	main {
		margin: 20px;
	}

	html {
		font-size: 100%;
	}

	body {
		width: 100%;
		font-family: Roboto, sans-serif;
	}

	header {
		background-image: url("../images/sculpture.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 100vh;
	}

	a {
		text-decoration: none;
		cursor: pointer;
	}

	a:link {
		color: #0C3249;
	}

	a:visited {
		color: #447A99;
	}

	a:hover {
		color: #5A9CC4;
	}

	a:active {
		color: #9CC6DF;
	}

	nav ul {
		margin-top: 200px;
		text-shadow: 0 2px 4px #dedfe0;
		font: 700 35px Sen, sans-serif;
		line-height: 50px;
		text-transform: uppercase;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	header figure img {
		width: 250px;
		margin-top: 10px;
		margin-left: 80px;
	}

	main {
		margin: 37px;
	}

	h1 {
		font: 700 35px Sen, sans-serif;
		color: #0C3249;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
	}

	.container1 img, .container2 img, .container3 img, .container4 img, .container5 img, .container6 img, .container7 img, 
	.container8 img {
		display: none;
	}

	.sect1 p, .sect2 p, .sect3 p, .sect4 p, .sect5 p, .sect6 p, .sect7 p, .sect8 p {
		text-indent: 7%;
		line-height: 20px;
		font: 17px Roboto, sans-serif;
	}

	h2 {
		font-family: Sen, sans-serif;
		font-size: 27px;
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.sect1 h3, .sect2 h3, .sect3 h3, .sect4 h3, .sect5 h3, .sect6 h3, .sect7 h3, .sect8 h3 {
		font: 700 21px Sen, sans-serif;
		text-transform: uppercase;
		text-align: center;
		margin: 40px 0 15px 0;
	}

	hr {
		margin: 65px 25px 65px 25px;
		border: 1px solid #3E6880;
		border-radius: 5px;
	}

	footer {
		text-align: center;
		border-top: 3px solid black;
		background-color: #E3F2FB;
		padding: 20px;
		margin-top: 80px;
	}

	footer p {
		line-height: 30px;
	}

	footer img {
		width: 150px;
		margin-top: 10px;
	}	

}


