@charset "utf-8";

body {
	background-color: #EFAE4A;
}

nav {
	min-height: 50px;
	/*background-color: aqua;*/
}

nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}

nav ul li a {
	display: block;
	padding: 20px 100px 20px 234px;
	margin-right: 10px;
	color: white;
	font-size: 2em;
	text-decoration: none;
	
}

nav ul li a:hover {
	color: black;
}

header {
	padding: 0px 0px 0px 190px;
}

main article {
	width: 50%;
	padding: 100px 10px 0px 920px;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
}

article p {
    font-size: 2.7em;
    margin-top: -800px;
    line-height: 60px;	
	text-align: right;
}

main aside {
	margin-top: -100px;
	display: flex;
	padding: 0px 80px 40px;
}

footer {
	background-color: black;
	height: 130px;
 }

footer p {
	color: white;
	font-size: 1.5em;
	margin-left: 20px;
	margin-bottom: -10px;
	padding-top: 4px;
}

footer aside p {
	text-align: right;
	margin-top: -70px;
	margin-right: 20px;
	padding-top: 10px;
}

footer h3 {
	color: white;
	text-align: center;
	font-size: 1.7em;
	padding-top: 10px;
}

footer article {
	justify-content: center;
	padding: 0px 40px 0px 845px;
	margin-top: -130px;
	margin-left: 5px;
}

footer aside h3 a {
	text-decoration: none;
	color: white;
}

footer aside h3 a:hover {
	color:#EFAE4A;
}

footer button {
	background-color: black;
	border: none;
	cursor: pointer;
}

.responsive {
	max-width: 100%;
	height: auto;
}

.smaller {
	max-width: 100%;
	height: auto;
}

.banner {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width:1690px) {
	body {
		/*background-color: aqua;*/
	}
	header {
		padding: 0px;
	}
	nav ul li a {
		padding: 20px 100px 20px 160px;
	}
	.responsive {
		width: 40%;
	}
	main article {
		padding: 280px 0px 0px 700px;
		margin-bottom: -250px;
	}
	article p {
		font-size: 2.2em;
	}
	main aside {
		padding: 0px;
	}
	.smaller {
		width: 32%;
	}
	footer article {
		padding: 0px 40px 0px 700px;
	}
}

@media only screen and (max-width:1500px) {
	body {
		/*background-color: coral;*/
	}
	nav ul li a {
		padding: 20px 100px 20px 150px;
	}
	main article {
		padding: 320px 0px 0px 620px; 
	}
	article p {
		font-size: 1.7em;
	}
	footer article {
		padding: 0px 40px 0px 600px;
	}
}

@media only screen and (max-width:1330px) {
	body {
		/*background-color: chartreuse;*/
	}
	nav ul li a {
		padding: 20px 100px 20px 100px;
	}
	main article {
		padding: 410px 0px 0px 540px;
		margin-bottom: -360px
	}
	article p {
		font-size: 1.2em;
	}
	footer article {
		padding: 0px 40px 0px 450px;
	}
}

@media only screen and (max-width:1130px) {
	body {
		/*background-color: navy;*/
	}
	nav ul li a {
		padding: 20px 100px 20px 50px;
		font-size: 1.5em;
	}
	main article {
		padding: 500px 0px 0px 425px;
		margin-bottom: -500px
	}
	article p {
		font-size: 1.2em;
		line-height: 35px
	}
	footer article {
		padding: 0px 40px 0px 300px;
	}
}

@media only screen and (max-width:860px) {
	body {
		/*background-color: darkorchid;*/
	}
	nav ul li a {
		padding: 20px 120px 20px 0px;
	}
	main article {
		padding: 600px 0px 0px 350px;
		margin-bottom: -550px
	}
	article p {
		font-size: 1em;
		line-height: 25px;
	}
	footer p {
		font-size: 1em;
		padding: 7px 0px 7px 0px;
	}
	footer h3 {
		font-size: 1em;
		padding: 45px 0px 0px 0px;
	}
	footer article {
		padding: 20px 40px 0px 180px;
	}
}
