@font-face {
  font-family: 'EncodeSansCompressed-Bold';
  src: url('../fonts/EncodeSansCompressed-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/EncodeSansCompressed-Bold.woff') format('woff'), url('../fonts/EncodeSansCompressed-Bold.ttf')  format('truetype'), url('../fonts/EncodeSansCompressed-Bold.svg#EncodeSansCompressed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
} 

BODY {
	background: url('../imgs/webalap1.jpg') fixed top center;
	background-size: cover;
	color: black;
}
A,A:link,A:hover,A:active,A:visited {
	color: #6d9837;
}
.jumbotron,.panel-default,.navbar-default,.panel-heading,.panel-body {
	border-radius: 0px !important;
	border: none !important;
}

h4 {
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	font-size: 150%;
	font-weight: bold;
	color: #e73a33;
}
h5 {
	font-weight: bold;
	color: #e73a33;
	margin-top: 0px;
}


/* jumbotron override */

.jumbobgr {
	position: relative;
	background: url('../imgs/kep_fejlec.jpg') bottom center no-repeat;
	background-size: cover;
	font-family: 'EncodeSansCompressed-Bold',Helvetica,Arial,sans;
	min-height: 320px;
	min-height: 30vw;
}
.jumbobgr a {
	color: white !important;
}
.jumbobgr a:hover {
	color: white !important;
}
.jumbotron h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top:20px;
	left:15px;
	color: #e73a33;
	font-family: "Open Sans", Helvetica, Arial, sans;
 	font-size: 48px;
 	letter-spacing: 1px;
 	line-height: 0.81;
 	font-weight: 700;
	text-transform: uppercase;
 	text-shadow: 1px 1px white;
}
.jumbotron h1 span {
	padding: 5px 10px;
	color: white;
	background: #94c359;
 	letter-spacing: 1px;
	font-family: 'EncodeSansCompressed-Bold',Helvetica,Arial,sans;
	font-size: 27px;
	text-transform: none;
	text-shadow: none;
}
.jumbotron h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: -10px;
	right: 0px;
	text-align: right;
	color: white;
 	line-height: 0.8;
 	font-weight: 700;
 	font-size: 40px;
 	text-shadow: 1px 1px black;
}
.jumbotron h2 span {
	padding: 5px 10px;
	color: white;
	background: #e73a33;
	font-size: 18px;
	text-shadow: none;
}
@media screen and (max-width: 767px) {
	.jumbobgr {
		min-height: 45vw;
	}
  .jumbotron h1 {
  	font-size: 6.6vw;
  	line-height: 0.9;
  	top: 2.2vw;
  	left: 1.5vw;
  }
  .jumbotron h1 span {
  	font-size: 3.8vw;
  	padding: 1.1vw 1vw;
  }
  .jumbotron h2 {
  	font-size: 5.5vw;
  	bottom: -1vw;
  	line-height: 1;
  }
  .jumbotron h2 span {
  	font-size: 2.7vw;
  	padding: 1.2vw 1vw;
  }
  .footer > .container {
		padding: 0px;
	}
	a.navbar-brand.visible-xs-inline {
		font-size: 2.5vw;
	}
}



.ptbgr {
	text-transform: uppercase;
	background: white !important;
}
.ptbgr h3 {
	color: #e73a33 !important;
	font-size: 30px;
}

.panel-default > .panel-heading {
	background: #94c359;
	color: white !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.panel-heading > h3 {
	margin-top: 0.4em;
	font-weight: bold;
}
.panel-default,.panel-default>.panel-heading {
	border: none;
}
.panel-heading {
	font-weight: bold;
	font-size: 12px;
}
.panel-body.sponsor {
	font-size: 12px;
}


/* navbar override */

/*
.navbar-brand {
	background: url('../imgs/foldgomb.png') center left no-repeat;
	background-size: auto 70%;
	padding-left: 45px;
}	
*/
.navbar-default {
	background: white !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	background: white;
	color: #94c359 !important;
	box-shadow: none;
}
.navbar-default .navbar-brand {
	color: #94c359 !important;
}
.navbar-default .navbar-nav>li>a {
	color: #94c359 !important;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	color: black !important;
	background-color: white !important;
}
.navbar-right li {
	border-right: none !important;
}
@media screen and (min-width: 768px) {
	.navbar-default > .container-fluid {
		padding-left: 0px;
	}
	.nav>li {
		border-right: 2px solid #f0f0f8;
	}
}
@media screen and (min-width: 768px) and (max-width: 840px) {
	.navbar-default {
		min-height: 30px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px;
 	}
}
@media screen and (min-width: 768px) and (max-width: 940px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 75%;
 	}
}
@media screen and (min-width: 941px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 80%;
 	}
}
@media screen and (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 90%;
 	}
}

@media screen and (min-width: 840px) and (max-width: 899px) {
	.container {
		width: 830px;
	}
}
@media screen and (min-width: 900px) and (max-width: 991px) {
	.container {
		width: 890px;
	}
}

