/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
.bigger {
  font-size: larger;
}
body {
	font-family: 'Roboto', sans-serif;
	color: rgba(0,0,0,0.8);
	text-align: justify;
}
.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.navigation-item {
	float: left;
	display: block;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
}
.navigation-link {
	color: rgba(0, 0, 0, 1.0);
	font-size: 125%;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0);
}
.navigation-link:hover {
	border-bottom-color: rgba(0, 0, 0, 1.0);
}
.navigation-link.active {
	border-bottom-color: rgba(0, 0, 0, 1.0);
}
@media screen and (max-width: 1000px) {
.navigation-item {
	float: none;
}
}
.text-date {
	font-size: 90%;
}
.text-footer {
	margin-top: 15;
	font-size: 90%;
}
p {
	margin-top: 0;
}
h1 {
	font-weight: 400;
	font-size: 150%;
	color: rgba(0,0,0,1.0);
}
h2 {
	font-weight: 400;
	font-size: 125%;
	color: rgba(0,0,0,1.0);
	margin-top: 0;
}
h3 {
	font-weight: 400;
	font-size: 110%;
	color: rgba(0,0,0,1.0);
	margin-top: 0;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
a {
	color: blue;
}
.image-header {
	border-width: 0px;
	filter: brightness(1.3);
}

@media screen and (max-width: 1000px) {
#banner {
	display: none;
}
}
@media screen and (max-width: 1000px) {
.image-without-border {
	max-width: 250px;
	height: auto;
}
}
.image-without-border {
	border-width: 0px;
}
.image-logo{
	padding-top: 15px;
}
.flex-container {
	max-width: 900px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;	
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.flex-item-1-column {
	padding: 10px;
	width: 880px;
	float: left;
}
.flex-item-2-column {
	padding: 10px;
	width: 430px;
	float: left;
}
.flex-item-3-column {
	padding: 10px;
	width: 280px;
	float: left;
}
.flex-item-4-column {
	padding: 10px;
	width: 205px;
	float: left;
}

@media screen and (max-width: 1000px) {
.flex-item-1-column {
	float: none;
}
.flex-item-2-column {
	float: none;
	width: 880px;
}
.flex-item-3-column {
	float: none;
	width: 880px;
}
.flex-item-4-column {
	float: none;
	width: 880px;
}
}
