body {
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	background-color: #ffffff;
}
input, a, button {
	outline: none !important;
}
input:focus, textarea:focus {
	border-color: rgba(230, 80, 0, 0.8) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(230, 80, 0, 0.6)!important;
	outline: 0 none;
}
a {
    color: #000000;
}
a:hover, a:focus, a:visited, a:active {
    color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif', serif;
	color: #00c8ea;
}
.logoStage {
	margin-top: 40px;
}
.logoStage a {
	color: #00c8ea;
	font-size: 24px;
	white-space: nowrap;
}
.logoStage a.lang {
	font-size: 12px;
	color: #333333;
	display: block;
	margin-top: -30px;
	margin-bottom: 20px;
}
.logoStage a.lang img {
	height: 13px;
}
h1 {
	margin-bottom: 30px;
}
.farm {
	margin: 40px 0;
}
.farm h2 {
	margin: 100px 0 20px;
	background: rgba(0,0,0,.4);
	padding: 10px 10px;
	height: 60px;
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;	
	color: #ffffff;
}
.lek {
	background: url(images/03.jpg) no-repeat center center;
	background-size: cover;
}
.lek h2 {
	background: #3c68b8;
}
.vak {
	background: url(images/04.jpg) no-repeat center center;
	background-size: cover;
}
.vak h2 {
	background: #efd60d;
}
.bad {
	background: url(images/biomedtech.jpg) no-repeat center center;
	background-size: cover;
}
.bad h2 {
	background: rgb(254, 144, 2);
}
.nat {
	background: url(images/01.jpg) no-repeat center center;
	background-size: cover;
}
.nat h2 {
	background: #ee233c;
}
#map {
	height: 250px;
}
.copyStage {
	margin: 20px 0;
	color: #cccccc;
}
@media (max-width: 512px) {
	h1 {
		font-size: 26px;
	}
	.logoStage a {
		font-size: 18px;
	}
}















