
:root {
	--red: #af3029;
	--blue: #205EA6;
}

html {
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.3rem;
	color: #100F0F;
/*	background-color: #FFFCF0;*/
}

body {
	width: 900px;
	max-width: calc(100% - 40px);

	margin: 100px auto 200px auto;
}

img.logotype {
	display: block;
	width: 400px;
	max-width: 80%;
	/*margin-left: -16px;*/
	margin-bottom: 40px;
}

h1 {
	color: var(--red);
	line-height: 2rem;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.3rem;
}

h2, h3, h4, h5, h6 {
	color: #6f6e69;
}

h2 {
	margin-top: 40px;
}

h4 {
	font-weight: 400;
	font-style: italic;
	margin-bottom: 20px;
}

p {
	max-width: 600px;
}

p.leed {
	font-size: 1.2rem;
	line-height: 1.6rem;
	max-width: 700px;
}

ul.media li {
	margin-bottom: 10px;
}

main {
	display: grid;
	grid-template-columns: .5fr .5fr;
	grid-column-gap: 40px;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.button {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: var(--blue);
	border-radius: 5px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (max-width: 1000px) {
	body {
		width: 600px;
	}

	main {
		width: 600px;
		max-width: 100%;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 800px) {
	body {
		margin-top: 40px;
	}
}

@media (max-width: 600px) {
	body {
		margin-top: 20px;
	}
}

.projects div {
	padding: 16px;
	margin: 20px 0;
	border-radius: 5px;
/*	border: 1px solid #999;*/
	background-color: #f6f6f6;
}

.projects strong {
	display: block;
	margin-bottom: 5px;
}
