@CHARSET "ISO-8859-1";

#topColorOverlay{
	background-color: rgba(42, 30, 147, 1);
	background-image: linear-gradient(97deg, rgba(42, 30, 147, 0), rgba(53, 147, 112, 0.75)), url('../design/mapBackground.svg');
	background-position: center center, top center;
	background-repeat: no-repeat, no-repeat;
}
#topCzechBorder{
	width: 411.9px;
	height: 233.8px;
	position: absolute;
	top: 177px;
	width: 100%;
	left: -12px;
	text-align: center;
	background-image: url('../design/czechRepublic.svg');
	background-position: center center;
	background-repeat: no-repeat;
}
#topCzechBorder img{
	width: 411.9px;
	height: 233.8px;
display: none;
	float: left;
	margin: 0px auto;
}
header a.nav-link{
	color: white;
}

#homepageTop{
	/* new stacking context for gradient buttons */
	position: relative;
	z-index: 1;
}

#homepageTop h1{
	color: #ffffff;
	font-size: 72px;
	font-weight: normal;
	margin-top: 400px;
}

#homepageTop div#secondHeading{
	font-size: 24px;
}



#homepageTop #numbers strong{
	font-size: 64px;
	color: #b4ed50;
	opacity: 0.8;
	font-family: Kelson;
	font-weight: bold;
}
#homepageTop #numbers p{
	font-size: 18px;
}

#homepageTop img#arrowDown{
	display: block;
	width: 82px;
	height: 82px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 41px;
	cursor: pointer;
}

#services h2{
	font-size: 48px;
	margin: 50px 0px 40px;
}



#begin > emph{
	text-align: center;
	text-transform: uppercase;
	color: #6f9cbc;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	margin-top: 50px;
}

#begin h2{
	font-size: 48px;
	font-weight: normal;
}
#begin h2 strong{
	font-weight: bold;
}
#clients h2{
	text-transform: uppercase;
	margin: 100px 0px 50px 0px;
	font-size: 24px;
	font-weight: 900;
}


#clients .row img{
	height: 70px;
}
#clients .row strong{
	font-family: Kelson;
	font-size: 34px;
	font-weight: bold;
	color: #2b2b68;
	display: block;
}

#references h2{
	font-size: 48px;
	margin: 50px 0px;
}


#about img{
	width: 344px;
	height: 477px;
}

#about h2{
	font-size: 48px;
}

#about p#signature{
	color: #2b2b68;
}