/* roboto-regular - latin */
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v20-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('../fonts/roboto-v20-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.bigger {
  font-size: larger;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: rgba(255, 255, 255, 1);
	text-align: justify;
	background-color: rgba(16, 16, 18, 1.0);
}
.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(255, 255, 255, 1.0);
	font-size: 100%;
	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(255, 255, 255, 1.0);
}
.navigation-link.active {
	border-bottom-color: rgba(255, 255, 255, 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%;
}
.content-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.content-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
}
p {
	margin-top: 0;
}
h1 {
	font-weight: 100;
	font-size: 150%;
	color: rgba(255, 255, 255, 1.0);
}
h2 {
	font-weight: 100;
	font-size: 125%;
	color: rgba(255, 255, 255, 1.0);
	margin-top: 0;
}
h3 {
	font-weight: 100;
	font-size: 125%;
	color: rgba(255, 255, 255, 1.0);
	margin-top: 0;
}
h4 {
	font-weight: 100;
	font-size: 100%;
	color: rgba(255, 255, 255, 1.0);
	margin-top: 0;
}
a {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}
img {
	max-width: 100%;
}
@media screen and (max-width: 1000px) {
#top-space {
	display: none;
}
}
.image-banner {
	border-width: 0px;
	margin-top: 25px;
}
.image-logo{
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.line {
	width: 30px;
	height: 4px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: rgba(255, 255, 255, 1.0);
}
.flex-container {
	max-width: 720px;
	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: 5px;
	width: 710px;
	float: left;
}
.flex-item-2-column {
	padding: 5px;
	width: 350px;
	float: left;
}
.flex-item-3-column {
	padding: 5px;
	width: 230px;
	float: left;
}
.flex-item-4-column {
	padding: 5px;
	width: 170px;
	float: left;
}

@media screen and (max-width: 1000px) {
.flex-item-1-column {
	float: none;
}
.flex-item-2-column {
	float: none;
	width: 600;
}
.flex-item-3-column {
	float: none;
	width: 600px;
}
.flex-item-4-column {
	float: none;
	width: 600px;
}
}
