/*

	Don't edit this CSS file - Do you work in the student_styles.css file

*/

img, embed, object, video {
	max-width: 100%;
}

h1, h2, h3, h4, h5, p, li, a {
	font-family: 'Arvo', serif;
}

h2 {
	font-size: 2em;
	margin: 2em 0 .35em 0;
	font-weight: 700;
}

h3 {
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .3em;
}

h3.reversed {
	color: white;
	background-color: #053b79;
	padding: .2em;
}

h3 span {
	font-weight: 400;
}

h4 {
	font-weight: 700;
}

h5 {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

.fivecolumns img, .checkerboard img {
	height: 150px;
}

header {
	background-color: #053b79;
	border-bottom: 2px solid white;
}

header div {

}

header h1 {
	color: white;
	font-size: 5em;
	border: 3px solid rgba(255, 255, 255, .7);
	border-radius: .8em;
	padding: .2em;
	margin-bottom: 1.2rem;
	transition-delay: 1s;
	transition: 4s all ease-out;
}

header h1:hover {
	transform: rotate(720deg);
}

header nav {
	margin-bottom: 1.2rem;
}

nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

nav ul li a {
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	background-color: rgba(0, 0, 0, .2);
	color: white;
	padding: .75em 1em;
	transition: .3s all ease;
	letter-spacing: .06em;
}

nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-.3em);
	box-shadow: 0 3px 3px rgba(0,0,0, .6);
}

div.hero {
	height: 400px;
	background-image: url('../art/hero_image.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero .innerwrap h2 {
	font-size: 3em;
}

article.twocolumns img {
	border-radius: .75em;
}

.designtrio {
	background-color: #d8e5f3;
	padding: 4em 0;
}

.city {
	background-color: rgba(66, 87, 161, 0.1);
	background-image: url(../art/light_grid.png);
	background-repeat: repeat;
	padding: 2em 0;
	text-align: center;
	border: 1px solid #ccc;
	border-width: 2px 0;
}

.designtrio div h2 {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
}

section.threecolumns div img {
	opacity: .75;
	border-radius: 50%;
	width: 75%;
}


div.checkerboard {
	margin-top: 4em;
	border-top: 2px solid #053b79;
	padding: 2em 0;
}

div.checkerboard div aside {
	width: 750px;
	height: 750px;
	margin: 0 auto;
	background: transparent url('../art/checker_board_grid.png') center center no-repeat;
}

div.checkerboard div aside img {
	padding: 1em;
}

footer {
	background-color: #beceec;
	padding: .5em 0 22em 0;
	margin-top: 3em;
}

footer div p a {
	color: black;
}
