@font-face {
	font-family: 'Century Gothic';
	src: url('/fonts/centurygothic.woff2') format('woff2'),
		url('/fonts/centurygothic.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/fonts/centurygothic_bold.woff2') format('woff2'),
		url('/fonts/centurygothic_bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


body {	background: #fff;
	color: #000;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}

a img {
    border: none;
}
img {
	max-width: 100% !important;
	height: auto !important;
}


h1, h2 {
	color: #0f386c;
	font-weight: 700;
}
h1 span, h2 span {	font-weight: 400;
}
.blue {
	color: #0f386c;
}
.red {
	color: #ed1c24;
}
.silver {
	color: #a7a9ab;
}
.white {
	color: #fff;
}


.logo_head {	max-height: 100px;}
.logo {	max-height: 100px !important;
	max-width: 150px !important;
	margin: 10px;
}


.nadpis {	background-color: #ed1c24;
	color: #fff;
	padding: 20px;
	margin-top: 30px;
	font-weight: 700;
	font-size: 170%;
}

.zapati {
	border-top: 15px #0f386c solid;
	color: #fff;
	padding: 20px;
}

.zapati_mz {	padding: 30px;
}
.zapati_mz img {	max-height: 18px !important;
}


.telo {	padding-top: 30px;
	padding-bottom: 30px;
}

.m40 {	margin-bottom: 40px;
}

#startlist th {	background-color: #0f386c;
	color: #fff;
}
