
:root {
	--white: #ffffff;
	--blue: #2980b9;
	--orange: #E67E22;
	--yellow: #F1C40F;
	--black: #2C3E50;
	--gray: #7E8A8B;
	--silver: #95A5A6;
	--whitesmoke: #ECF0F1;
	--page: #ECF0F1;
	--purple: #b50f3f;
	--green: #27AE60;
	--red: #E74C3C;
}

date {
	font-style: italic;
}

#list1 {
	min-height: 571px;
	display: block;
}

.boxShadow {
	box-shadow: 0px 0px 3px var(--silver);
}

.textLargest {
	font-size:50px;
}

#pocetnaIntro {
	background: url(../img/headers.jpg) center center no-repeat;
	background-size: cover;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}