@charset "UTF-8";

h1 {
	font-size: 2.4em;
	margin-bottom: 0;
	font-weight: 600;
}

h4, h5{
	-webkit-text-fill-color: rgb(166, 206, 57);
	background: none;
	font-weight: 600;
}
article:first-of-type {
	padding-bottom: 0 !important;
}
/* první sekce */
article > section:first-of-type
{
	margin-bottom: 2em;
}

article > section:first-of-type > h4:first-of-type {
	margin-top: 0;
}

article > section:first-of-type > h5 {
	margin-top: 1.5em;
	line-height: 2em;
}

article > section:first-of-type > p {
	margin: 0;
	font-size: 0.8em;
}

/* druhá sekce */
article > section:nth-of-type(2) {
	margin-bottom: 1em;
	max-width: 15em;
}

article > section:nth-of-type(2) > h5 {
	-webkit-text-fill-color: black;
	font-weight: 500;
	letter-spacing: 0.05em;
}

article > section:nth-of-type(2) > p {
	color: white;
	font-weight: 500;
	font-size: 0.9em;
}

/* třetí sekce */
article > section:nth-of-type(3) {
	margin-bottom: 3em;
}
article > section:nth-of-type(3) > h5 {
	-webkit-text-fill-color: black;
	text-transform: uppercase;
	font-weight: 500;
}
article > section:nth-of-type(3) > p {
	font-size: 0.8em;
}

@media only screen and (max-width: 74em) {
	/* nezobrazujici se prvky*/
	article:nth-of-type(1) > img {
		display: none;
	}
	article > section:first-of-type > h4:first-of-type {
	text-align: center;
	font-size: 0.8em;
	}
	article > section:nth-of-type(2) {
		width: 100%;
		padding: 1em 5% 1em 20%;
	}
	article > section:nth-of-type(3) > :not(h5) {
		text-align: left;
	}
}