/* abel-regular - latin */
@font-face {
	font-family: 'Abel';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/abel-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('../fonts/abel-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	background-color: #ffffff;
}

pre {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: 'Abel';
	font-size: 32px;
	color: rgb(128, 128, 128);
}

.acc-green {
	color: #4A9C2E!important;
}

.acc-orange {
	color: #E04F1C!important;
}

.acc-grey {
	color: #73787A!important;
}

#up-button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position: fixed;
	bottom: 32px;
	right: 32px;
	font-size: 24px;
	padding: 1px 0 0 10px;
	cursor: pointer;
	display: none;
}

.text-body {
	font-family: 'Abel';
	font-size: 24px;
	color: rgb(128, 128, 128);
}

.content {
	max-width: 1268px;
}

.link {
	text-decoration: none;
}

.navigation {
	font-family: 'Abel';
	height: 150px;
	z-index: 9;
}

.navigation-small {
	font-family: 'Abel';
	height: 100px;
	z-index: 9;
}

.navigation-link {
	font-size: 19pt;
	text-decoration: none;
}

.navigation-link-medium {
	font-size: 16pt;
	text-decoration: none;
}

.nav-sidebar {
	max-width: 280px;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.dropdown-link {
	text-decoration: none;
}

#bars {
	margin: 36px 0 0 0;
}

.logo-img {
	margin-left: -5px;
}

.logo-img-small {
	margin: 8px -5px 0 0;
	max-width: 190px;
}

.text-grey, .hover-text-grey:hover, .text-gray, .hover-text-gray:hover {
	color: #a09f9f !important;
}

.slideshow {
	display: none;
}
