@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #265686;
	color: #FFF;
}

.content {
	display: flex;
	flex-direction: row;
}

main {
	
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav a {
	color: #fff;
}

nav li:first-child {
  margin: 0;
}

nav li {
	margin: 0.5em 1em;
}

a {
	font-weight: bold;
	color: #4793DE;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	margin: 0em;
    text-transform: uppercase;
    font-size: 7em;
    text-shadow: 8px 5px 6px #00000063;
}

.projectImages {
  border: 0;
  max-height: 350px;
}

.project {
	padding-bottom: 15px;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
}
