/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body { 
	background-color: #bbbbbb;
}
h1 {
  font-size: 26px;
  line-height: 33px;
}
h2 {
  font-size: 23px;
  line-height: 29px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 21px;
}
h5 {
  font-size: 13px;
  line-height: 20px;
}
h6 {
  font-size: 11px;
  line-height: 16px;
}
.uk-article-title {
  font-size: 26px;
  line-height: 33px;
}
.uk-nav-navbar > li > a {
  color: #ffffff;
}
.img-intro {
	max-width: 205px;
	max-height: 205px;
}
a, .uk-link {
	font-weight: 700;
}
ul.newsfeed-ulnodot {
	margin: 0;
	padding: 0;
}
ul.newsfeed-ulnodot li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
#jform_contact_message {
	height: 150px;
}
#advanced-filter {
	padding:5px;
	border: 1px solid #333333;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1100px;
  }
}

.uk-navbar-toggle, .uk-navbar-toggle:hover {
  color: #DD6600;}

