html, body, .fullHeight {
	height: calc(100%);
   position: relative;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.containerIn {
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
.wrapper:after {
    content: '';
    display: block;
    clear: both;
}
#top {
	background: url(img/febescrap_bg.jpg) no-repeat top center;
	height:auto;
	width:100%;
	position:relative;
}

#logo {
	display: block;
	box-sizing: border-box;
	color:white;
	font-size: 12px;
	text-align:center;
	padding: 34px 15px;
}
.topTitle {
	font-size: 70px;
	font-weight: 800;
	color: white;
	padding: 4%;
	box-sizing: border-box;
}
.topTitle div {
	font-size: 16px;
	max-width:800px;
	padding: 15px 0 0 0;
}
.mc {
	float: right;
	width: 300px;
	padding: 0 0 0 50px;
}
h2 {
	color: #040e60;
	font-size:38px;
	padding-top: 50px;
}
.obsah {
	padding: 50px 0;
}
.obsah .containerIn {
	max-width: 700px;
	margin: 0 auto;
}
.footer .containerIn {
	max-width: 1200px;;
}
.footer {
	background: #040e60;
	color: white;
}
.footer a {
	color: white;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left, .right {
	width: 48%;
}



@media screen and (max-width: 800px) {
	.topTitle {
    	font-size: 50px;
    	font-weight: 800;
	}
}
@media screen and (max-width: 600px) {
	.mc {
    	padding: 0;
		display: block;
		float: none;
		margin: 0 auto 30px auto;
	}
	h2 {
		text-align: center !important;
	}
	.footer .left, .footer .right {
		float: none;
		width: auto;
	}
	.footer .right {
		padding-top: 30px;
	}
}