header { background-size: cover; min-height: 560px; height: 25vw; }
header span { display: inline-block; padding: 4px 12px; border-radius: 2px; margin-bottom: 20px; }
header h1 { font-size: 2.5em; margin-bottom: 0; color: #fff; }
header #project-name { background-color: #0B2646; color: #fff; font-weight: 700; font-size: 0.95em; }

h3 {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 36px;
}

#project-info {
	color: #0B2646;
	min-height: 0;
}

#project-info span { display: block; font-size: 0.9em; line-height: 1.5; }
#project-info p { color: #0B2646; margin-bottom: 0px; margin-top: 16px; font-weight: 600; }
#project-info span { color: rgba(11,38,70,0.50); }

#project-text h3, #project-text p { max-width: 90%; }
#project-text p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	nav #logo {
		background-image: url('../images/logo_white.svg');
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {

}