@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,300italic,400italic,600italic);
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');

body {
	background-color: #2c3781;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, #4857ac ), color-stop( 1.0, #2c3781 ));
	background-image: -webkit-linear-gradient(top, #4857ac, #2c3781 );
	background-image: -moz-linear-gradient(top, #4857ac, #2c3781 );
	background-image: -ms-linear-gradient(top, #4857ac, #2c3781 );
	background-image: -o-linear-gradient(top, #4857ac, #2c3781 );
	background-image: linear-gradient(top, #4857ac, #2c3781 );
	background-repeat: no-repeat;
}

.body .container {
	background-color: #F0F0F0;
	padding-left: 20px;
	padding-right: 20px;
}

p, ul, li {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
	font-size: 15px;
}

li {
	padding-bottom: 0.1em;
}

h1, h2 {
	font-family: TimesNewRoman, 'Times New Roman', Times, 'Source Serif Pro', Baskerville, Georgia, serif;
	color: #888;
	line-height: 1.0;
	font-variant: normal;
}

h1 {
	font-size: 30px;
	font-weight: 300;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	padding-bottom: 15px;
	padding-top: 25px;
}

footer hr {
	visibility: hidden;
	margin-top: 0;
}
footer p, footer p a {
	color: #6697EF;
	font-size: 14px;
}
footer p a:hover, footer p a:active {
	color: #bbb;
	text-decoration: none;
}

.header {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.header a.brand {
	float: none;
}
.navigation {
	text-align: center;
	margin-bottom: 10px;
}
.navigation li {
	font-family: TimesNewRoman, 'Times New Roman', Times, 'Source Serif Pro', Baskerville, Georgia, serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.33px;
}
.nav-pills > li {
	float: none;
	display:inline-block;
	padding-left: 6px;
	padding-right: 6px;
}
.navigation {
	padding: 4px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
}


@media (max-width: 1000px) {

.navbar .btn-navbar .icon-bar {
	display: none;
	width: 50px;
  }
.navbar .btn-navbar:after {
	content:'MENÜ';
	color: #2c3781;
	font-family: TimesNewRoman, 'Times New Roman', Times, 'Source Serif Pro', Baskerville, Georgia, serif;
	font-size: 16px;
	letter-spacing: 2px;
	float: left; text-shadow: none; 
  }
.navigation {
	padding: 3px 0;
	border-top: none;
	border-bottom: none;
	margin-bottom: 1px;
	}  
}

@media only screen and (min-width: 1140px) {

.body .container {
	background-color: #F0F0F0;
	padding-left: 40px;
	padding-right: 40px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 27px;
}
.navigation {
	margin-bottom: 25px;
}

}