/* Basic styles */

* {box-sizing: border-box;}
body {margin: 0; padding: 0; font-family: open-sans, Calibri, Helvetica, sans-serif; font-size: 20px;}
a, a:active, a:visited, a:hover {color: #66a740; text-decoration: none;}

.container {
	margin: 0 10%;
}

.top {
	display: none;
}

.top img.picture {
	width: 90%;
}
.mobile-top {
	width: 100%;
}

div.bottom {
	margin-top: 40px;
	text-align: center;
	background-image: url("../images/also_grafika-550.png");
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.chairs-container {
	display: none;
}

div.text {
	color: #716857;
	text-align: justify;
	margin-top: 10px;
}

ul {
	margin: 0;
	padding-left: 20px;
}
li {
	margin-top: 10px;
	margin-bottom: 2px;
}

/* Smaller devices (phones, 480px and up) */
@media (min-width: 480px) {
	div.bottom {
		background-size: 90%;
		height: 150px;
	}
	.mobile-top {
		display: none;
	}
	.top {
		display: block;
		background-image: url("../images/hatter.png");
		background-repeat: no-repeat;
		background-position: top;
		text-align: center;
		background-size: 150%;
		max-width: 1200px;
		margin: 0 auto;
	}
	ul {
		padding-left: 40px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container {
		width: 750px;
		margin: 0 auto;
	}
	.top img.picture {
		width: 38%;
	}
	.chairs-container {
		background-image: url("../images/szekek-750.png");
		background-repeat: no-repeat;
		background-position: top;
		text-align: center;
		display: block;
		margin-top: -75px;
		background-size: 110%;
		height: 430px;
	}
	div.text {
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 50px;
	}
	div.bottom {
		background-size: 550px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.top img.picture {
		width: 40%;
	}
	.chairs-container {
		background-image: url("../images/szekek-970.png");
		background-size: 110%;
		height: 520px;
		margin-top: -100px;
	}
	div.bottom {
		background-size: 674px;
		background-image: url("../images/also_grafika-674.png");
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.top img.picture {
		width: 38%;
	}
	.chairs-container {
		background-image: url("../images/szekek-1170.png");
		background-size: 110%;
		height: 650px;
		margin-top: -130px;
	}
	div.bottom {
	}
}

/* General styles */

.bold {
	font-weight: bold;
}
.highlight {
	color: #66a740;
}
.center {
	text-align: center;
}

.w80pct {
	margin: 0 10%;
}
.bigger {
	font-size: 120%;
}
.big {
	font-size: 150%;
}
.huge {
	font-size: 250%;
}
p.compact {
	margin-top: 10px;
	margin-bottom: 0px;
}