body {
	background: rgb(196,245,252);
	background: linear-gradient(85deg, #77c9f1 0%, #eb5f9e 100%);
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #6a6a6a;
	font-size: 18px;
	letter-spacing: 1px;
}

.everything {
	width: 920px;
	border: 3px solid #ffc562;
	margin: 30px auto;
	background: #f6f6f6;
	box-shadow: 0 0 18px 1px #555;
}

header {
	max-width: 920px;
	margin: 0 auto;
}

.nav {
	background: #ffea73;
	border-top: 3px solid #ffc562;
	border-bottom: 3px solid #ffc562;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 0 18px 1px #555;
	font-family: 'Architects Daughter', cursive;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	color: #6a6a6a;
}

.nav a {
	color: #eb5f9e;
	padding: 8px;
	letter-spacing: 2px;
	text-decoration: none;
}

.nav a:hover {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

.intelihead {
	max-width: 920px;
	
}

.intelihead img {
	width: 920px;
}

.container {
	max-width: 920px;
	margin: 0 auto;
	text-align: justify;
	padding: 20px;
	line-height: 32px;
}

h2 {
	font-family: 'Architects Daughter', cursive;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	color: #38a4dc;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.quote {
	font-family: 'Architects Daughter', cursive;
	padding-left: 20px;
	padding-right: 20px;
}

h3 {
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	letter-spacing: 2px;
	color: #eb5f9e;
}

h4 {
	color: #93a4e8;
	font-family: 'Architects Daughter', cursive;
	letter-spacing: 2px;
}

footer {
	background: #ffea73;
	border-top: 3px solid #ffc562;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}