/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}
h2 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

body {
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Fira Sans', sans-serif;
	color: #555555;
	position: relative;
}

a {
	text-decoration: none;
	outline: none;
	color: #000000;
}
a:hover {
	color: #f07f00;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
	max-width: 1300px;
	padding-bottom: 200px;

}

.bg-header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 250px;
	background: transparent url(images/header.jpg) no-repeat left center;
	z-index: -1;
}

.bg-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: transparent url(images/header.jpg) no-repeat left center;
	transform: rotate(180deg);
	z-index: -1;
}

.header div {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.header img {
	margin: 0 25px 0 0;
}

.ed-logo img {
	display: block;
	margin: 0 auto 36px;
}
h1 {
	text-align: center;
}

.orange {
	color: #f07f00;
}

.blob {
	color: #ffffff;
	background-color: #f07f00;
	border: 1px solid transparent;
	border-radius: 25px;
	padding: 0.5rem 1rem;
	display: inline-block;
	margin: 1rem auto;
}

.gray {
	background-color: #f2f2f2;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 1rem;
}

.contact {
	 width: 100%;
	 text-align: center;
	 margin: 2rem 0 0;
}

p {
	margin-bottom: 1rem;
}

@media (max-width: 900px) {
	.body {
		padding: 0 15px;
	}
	.dp-logo img {
		margin-top: 50px;
	}
	.ed-logo img {
		margin-top: 50px;
	}
}

