body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
	margin-top: 3em;
}
.container-body{
	background-repeat: no-repeat;
	background-image: 
	  linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
	  url('../../img/background.jpg');
		 
	width: 100%;
	min-height: 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	background-position-x: left;
}
footer{
	display: block;
	width: 100%;
	background-color: #919191;
	
}
h1{
    font-family: 'GillSansUltraBold';
}
.czcionka-gill{
    font-family: 'GillSansUltraBold';
}
.font-20{
	font-size: 20px;
}
.font-30{
	font-size: 30px;
}
.font-40{
	font-size: 40px;
}
.footercol1, .footercol2, .footercol3{
	color: white;
	font-family: scriptina;
	font-size: 40px;
	padding: 20px 0px;
	text-align: center;
}
.text-green{
	color: #4CAF50!important;
}



.table-orange td, .table-orange th{
	border: 4px solid white;
	text-align: center!important;
	font-weight: bold;
}
.table-orange thead tr{
	background-color: #ff6600;
}
.table-orange thead tr th{
	color: white;
	vertical-align: inherit;
}
.table-orange tbody tr{
	background-color: #ff9;
}
.table-orange tbody tr th{
		color: #f60!important;
}
.table-orange tbody tr td{

}