body {
	font-family: 'Google Sans', 'Roboto', Helvetica, Arial, sans-serif;
	background: #f1f1f1;
	color: #404040;
	margin: 0;
	text-align: left;
}

header {
	background: url("../images/cover.jpg");
	background-color: rgb(30,23,17);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 720px 540px;
	height: 400px;
	margin: 0;
}

#myIntro {
	text-align: center;
}

#myIntro > h1 {
	padding-top:24px;
}

#main {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 40px;
	transition: ease all 0.5s;
}

h1 {
	font-size: 48px;
	color: white;
	margin: 0;
}

h2 {
	font-size: 24px;
	margin-top: 64px;
	margin-bottom: 0;
	color: #1B3F8B;
}

h3.topMargin {
	margin-top: 32px;
}

h3 {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 16px;
	color: #1d63f5;
	transition: ease all 0.5s;
}

h4 {
	font-size: 16px;
	margin-top: 0px;
	color: gray;
}

p {
	font-size: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 10px;
}

a:link {
	color: #1d63f5
}

a.logo {
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	color: #0099CC;
	transition: all 300ms;
	padding-right: 3px;
	padding-left: 3px;
	filter: grayscale(100%);
}

img {
   margin: auto;
   vertical-align: middle; 
   display: inline-block;
   background: rgb(0,0,0,0);
} 

a.logo:hover {
    background: #a8a8a8;
    color: transparent;
	  background: transparent;
	  filter: grayscale(0%);
}

a.logo:active {
	background: white;
}

/*
#facebook {
	background: #3B5998;
}

#linkedin {
	background: #4875B4;
}

#twitter {
	background: #00ACED;
}
*/

.icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0;
}

.icon > img {
	height: 32px;
	width: 32px;
	object-fit: contain;
}

.logo {
	height: 80px;
	width: auto;
	margin: 16px 24px 16px 0;
	display: inline-block;
}

.logo > img {
	height: 80px;
	width: auto;
	object-fit: contain;
}

footer p {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.4);
	padding: 48px 0 24px 0;
	text-align: center;
	clear: both;
}

@media (min-width: 1081px) {
	#leftNav {
  	position: absolute;
  	right: 760px;
		text-align: right;
	transition: ease all 0.5s;
	}
	#leftNav h2 {
		font-size: 24px;
		margin: 0px;
		transition: ease all 0.5s;
	}
}

@media (max-width: 1080px) {
	#leftNav {
		position: relative;
		text-align: left;
		transition: ease all 1s;
	}
	#leftNav h2 {
		margin-bottom: 0px;
		transition: ease all 0.5s;
	}
}