*{
	margin:0;
	padding:0;
}
body {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size:15px;
	background:url(images/kamienistyl_04.jpg) right top no-repeat;
	background-attachment: fixed;
	color: #524e4e;
}
a{
	color: #746d6d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
p{
	margin:0 0 10px;
	line-height:1.5em;
}
h1,h2{
	margin:30px 0 20px;
}

header img{
	max-width:100%
}
.top{
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width:1200px;
	margin:0 auto;
	color:#040404;
	font-size:20px;
}

.cover{
	width:100%;
}
.cover img{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width:100%;
}

footer {
	text-align:center;
	margin: 20px 0 50px;
}

#map{
	width:100%;
	height:320px;
	line-height:0;
	filter:grayscale(30%);
	-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.content,.kontakt{
	max-width:1200px;
	margin:0 auto;
	padding:30px;
	background:rgba(255,255,255,0.8);
	border-radius:30px;
}
.boxgaleria,#map{
	border-top:1px solid #dfdfdc;
	border-bottom:1px solid #dfdfdc;
}
.boxgaleria{
	background:#f1f1ee;
	padding:30px;
}
.boxgaleria h2{
	color:silver;
	font-size:40px;
	font-weight:bold;
	margin:10px 0 30px;
	text-align:center;
}
.galeria{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.galeria > *{
	margin:5px 10px;
}
.galeria img{
	border:1px solid #c0c0c0;
	border-radius:3px;
}
.galeria p{
	border:1px solid #c0c0c0;
	border-radius:3px;
	background:white;
	padding:5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	line-height:0;
}
.kontakt{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.form{
	background:#f1f1ee;
	border:1px solid #dfdfdc;
	border-radius:20px;
	margin:0 50px;
	padding:20px;
}
form {
	display:flex;
	flex-direction: column;
	align-items: center;
	font-size:12px;
}
form > *{
	margin:0 0 10px;
}
input, textarea, button{
	border:1px solid #dfdfdc;
	border-radius:3px;
	padding:5px 10px;
	width:300px;
}
textarea{
	height:150px;
}
button{
	background:#9b9077;
	border:1px solid #9b917a;
	color:white;
	font-weight:bold;
	cursor:pointer;
	margin-top:20px;
}





@media  (max-width:700px){
	.top{
		flex-wrap: wrap;
		justify-content: center;
		font-size:15px;
		text-align:center;
		margin-bottom:10px;
	}
}
