/* style.css
 * www.vyklizeni-odpady-expres.cz
 */

/* ================ body =========================================== */
body {
	color: white;
	background-color: blue;
}
h1, h2, h3, h4 {
	text-align: center;
}
/* ================ header ========================================== */
#header {
	margin: 40px auto 40px auto;
	font-size: 40px;
	font-style: italic;
	padding: 15px; 
	text-shadow: 0px 0px 40px yellow, 0px 0px 40px white;
}
#header a, #header a:hover, #header a:visited {
	color: white;
	text-decoration: none;
}
/* --------- */
.tel {
	font-size: 200%;
	text-shadow: 0px 0px 150px yellow, 0px 0px 10px yellow;
}
.tel_img {
	width: 50px;
}
#slideshow_velke .slide, #slideshow_male .slide {
	height: 150px;
	border: 1px solid white;
	margin-top: 20px;
}
#slideshow_velke, #slideshow_male {
	text-align: center;
}
#slideshow_velke > div, #slideshow_male > div {
	display: none;
}
/* --------- */
#stred {
	text-align: center;
	padding-top: 50px;
}
#stred h4 {
	margin-top: 30px;
}
#stred a,#stred a:hover,#stred a:visited {
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	text-shadow: 0px 0px 150px yellow, 0px 0px 10px yellow;
}
/* ================ main =========================================== */
.collage {
	text-align: center;
	margin-top: 4.5em;
} 
.collage a, .collage a:visited, .collage a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: .5em;
	margin-right: .5em;
}
.collage a:hover {
	text-shadow: 0px 0px 150px yellow, 0px 0px 10px yellow;
}
#main h3 {
	min-height: 150px;
}
#main h2 {
	text-transform: uppercase;
	margin-top: 4em;
}
.sub_main {
	margin-top: 2em !important;
}
#main ul {
	margin-top: 4em;
}
#info h2 {
	text-transform: uppercase;
}
#main .subscription {
	margin-top: 2em;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#main a, #main a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	font-size: 110%;
}
/* ---------------------------------- */
#illustration_right, #illustration_left {
	text-align: center;
}
#illustration_right img:last-child, #illustration_left img:last-child {
	width: 180px;
	margin-top: 3em;
	border: 0px solid white;	
}
#illustration_left img, #illustration_right img {
	width: 125px;
	border: 1px solid white;
	margin-top: 3em;
}
#illustration_left p, #illustration_right p {
	width: 125px;
	border: 1px solid white;
	margin: .5em auto 0px auto;
	font-weight: bold;
}
#illustration_right img:first-child + p + img {
	margin-top: 4.5em !important;
}
#illustration_left img:last-child {
	margin-top: 2.5em !important;	
}
#illustration_right img:first-child, #illustration_left img:first-child {
	margin-top: 1em;	
}
/* ================ about_us ======================================== */
#about_us {
	text-align: center;
	margin-top: 0px;
	font-family: serif;
	font-style: italic;
}
/* ================ footer ========================================= */
#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;	
}
