/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Właściwości globalne */
body {
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #575757;
}

h1, h2, h3, h4, strong {
	font-weight: bold;
}

h1, h2, h3 {
	margin: 20px 0;
}

h1 {
	font-size: 48px;
	line-height: 1.2;
}

h2 {
	font-size: 25px;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
}

p {
	margin-top: 4px;
}

/* Kolumny, kontener, sekcji */
.col-one-third {
	margin-top: 10px;
	width: 100%;
	float: none;
}

.col-half {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}

@media screen and (min-width: 1000px) {
	.col-one-third {
		margin-top: 10px;
		width: 33.333%;
		float: left;
	}

	.col-half {
		margin-bottom: 20px;
		width: 50%;
		float: left;
	}
}

.col-one-third p {
	margin: 0px 10px 50px 10px;
}

.col-half img {
	width: 600px;
	height: 450px;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
}

.center-text {
	text-align: center;
}

section {
	clear: both;
	padding: 50px;
	overflow: auto;
}

/* Menu */

.top {
	height: 60px;
	background: #341D56;
}

.top a {
	text-decoration: none;
	color: #FFFFFF;
}

.logo {
	font-weight: bold;
	font-size: 22px;
	line-height: 60px;
	float: left;
}

.main-menu {
	float: right;
}

.main-menu li {
	float: left;
	font-size: 18px;
	line-height: 60px;
	margin: 0 10px;
}

/* Przyciski */
.button {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin: 20px;
	padding: 8px 20px;
	font-weight: bold;
	border-radius: 6px;
	border: none;
}

.button-light {
	background: #FFFFFF;
	color: #000000;
}

.button-dark {
	background: #E26800;
	color: #FFFFFF;
}

/* Banner */
.banner {
	color: #EEEEEE;
	padding: 250px 0 300px 0;
	background: url(../img/dekoracja.jpg) center -90px no-repeat #D0D1EA;
}

/* Intro */
.intro h3 {
	color: #E26800;
}

/* Oferta */
.promo {
	background: #D0D1EA;
	height: auto;
}

.promo img {
	height: 300px;
	width: 230px;
}

/* Formularz */
.contact input {
	padding: 10px;
	width: 80%;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}

/* Stopka strony */
.site-footer {
	background: #341D56;
	height: 30px;
}

.site-footer p {
	float: right;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 0; 
}


