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

	main {
		margin: 20px;
	}

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

	html, body {
		font-size: 100%;
		width: 100vw;
	}

	header {
		background-image: url("../images/cityline.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: 1px 1px 2px #dedfe0;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 70%;
		margin-left: 20%;
	}


	main ul {
		text-align: center;
		font: 25px Roboto, sans-serif;
		color: #022A41;
	}

	ul li {
		line-height: 45px;
	}

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

	footer p {
		line-height: 30px;
		font-family: Roboto, sans-serif;
		font-size: 18px;
	}

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

}








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

	main {
		margin: 20px;
	}

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

	main ul {
		text-align: center;
		font: 18px Roboto, sans-serif;
		color: #022A41;
	}

	ul li {
		line-height: 45px;
	}

	html, body {
		font-size: 100%;
		width: 100vw;
	}

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

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

	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;
	}

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

	footer p {
		line-height: 30px;
		font-family: Roboto, sans-serif;
		font-size: 18px;
	}

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

}