/* reset CSS */
		html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
		figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
		time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}

ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 0em;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* koniec resetu CSS */

			body {
				margin:auto;
				background-image: url("images/background.jpg");
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 
			}

/*rozmiar na telefon*/
			@media (max-width: 768px) {
		body {
				background-image: url("images/background_phone_2.jpg");
			}
		}

			ul {
				list-style:none;
			}

			li {
				display: block;
				margin:auto;
			}

			img {
				max-width: 95%;
			}

			a img:hover {
				opacity: 0.5;
			}

			.home {
				margin-top: 60px;
			}

			.time_to_change {
				margin-top: 40px;
			}

			.coming_soon {
				margin-top: -15px;
			}

			.social_media {
				margin-top: 90px;
				margin-left: 5px;
			}