/*********** IKONY SOCIALNICH SITI ***********/
.social-icons {
	text-align: center;
}

.social-icons a.icon {
	font-size: 28pt;
	text-decoration: none;
	margin-right: 1.2rem;
}

.social-icons a.icon:hover {
	color: #1a1a1a;
}

/********** TABULKA OSOB A FUNKCI **********/
table.person-and-function {
	width: 100%;
}
	
@media print, screen and (min-width: 1601px) {
	table.person-and-function {
		width: 85%;
	}
}
	
@media print, screen and (min-width: 1901px) {
	table.person-and-function {
		width: 80%;
	}
}

.table-responsive:not(:last-of-type) .person-and-function {
	margin-bottom: 2rem;
}

table.person-and-function .person-column{
	width: 40%;
}

table.person-and-function .function-column{
	width: 60%;
}

/*********** VIDEO MISTO SLIDERU ***********/
div.container:has(#video-loop) {
	padding: 0 !important;
	max-width: 100% !important;
}