@charset "utf-8"

body {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 16px;
	background-color: white;
	color: black;
}

h1 {
	font-weight: 300;
	letter-spacing: 0.25em;
	text-transform: lowercase;
	font-size: 2.1em;
}

a {
	color: inherit;
}

a:hover {
	color: rgb(126, 127, 130);
}

figcaption {
	color: rgb(126, 127, 130);
	margin-top: 0.2em;
}

body, div, a, img, p, h1, figure, figcaption {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	line-height: 1.4em;
}
* {
	box-sizing: border-box;
}

.container {
	display: flex;
	flex-flow: row wrap;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

#header, #portfolio, #arhitektura, #produkcija {
	width: 100%;
}

#header {
	margin-top: 15px;
}

#portfolio, #arhitektura, #produkcija {
	margin-top: 35px;
}

#arhitektura h1, #produkcija h1 {
	margin-bottom: 25px;
}

#arhitektura img, #produkcija img {
	width: 100% !important;
	height: auto !important;
}

.kontakt {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 640px) {
	#arhitektura, #produkcija {
		width: 50%;
		float: left;
	}
	.container {
		max-width: 860px;
	}
	#arhitektura {
		padding-right: 15px;
	}

	#produkcija {
		padding-left: 15px;
	}
}
