* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
}

body {
	background-color: #F5F5F5;
}

p {
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4 {
	font-family: 'Oranienbaum', serif;
}

header {
    height: 100vh;
    width: 100%;
    background-image: url("../imgs/header5.png");
    background-size: cover;
    position: relative;
}

header #logo {
	float: left;
	margin-top: 8px;
}

header #logo p {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	color: #F5F5F5;
}

header #header-line {
	height: 100px;
	width: 100%;
	left: 50%;
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
}

header #header-line .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}


nav {
	float: none;
	margin-top: 0;
	transition: 0.8s;
	font-family: 'Oranienbaum', serif;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	font-size: 22px;
	height: 45px;
	line-height: 45px;
	color: #F5F5F5;
	padding-left: 20px;
	padding-right: 20px;
    vertical-align: middle;
	transition: 0.8s;
}

nav ul li a.nav-cta {
  background-color: #FF533D;
  color: #F5F5F5 !important;
  border-radius: 5px;
  box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.35);
}

nav ul li a.nav-cta:hover {
  background-color: #FF452D;
  text-decoration: none;
}


nav ul li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
}

nav ul li a img {
	max-height: 24px;
	max-width: 24px;
}


h1, h2 {
	color: #F5F5F5;
}

/* #logo-header {
	width: 700px;
	height: 266px;
	position: absolute;
	top: 48%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */

h1 {
	font-size: 48px;
	margin: 0;
  	position: absolute;
  	top: 48%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
        max-width: 980px;
	padding: 0 20px;
	text-align: center;
}

.h1-line2 {
	display: inline;
}



h2 {
	font-size: 30px;
	margin: 0;
  	position: absolute;
  	top: 57%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	max-width: 980px;
	padding: 0 20px;
	text-align: center;
}

.services-button {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	color: #F5F5F5;
	background-color: #FF533D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px;
	font-family: 'Oranienbaum', serif;
	-webkit-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
}

.services-button:hover {
	color: #F5F5F5;
	text-decoration: none;
	background-color: #FF452D;
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

#about {
	position: relative;
	overflow: hidden;
}

#about img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 32px;
	margin-bottom: 0px;
}

#about p {
	margin-top: 20px;
	font-size: 17px;
	text-align: justify;
}

.title-line1 {
	display: block;
	margin-left: 321px;
	width: 80px;
	height: 3px;
	margin-top: 10px;
	background-color: #FF533D;
}

#services {
	position: relative;
	margin-left: 130px;
}

#services .services-center {
	position: absolute;
	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}

#services article {
	display: inline-block;
	width: 320px;
	height: 240px;
	padding: 20px;
	margin-left: 4%;
	margin-top: 4%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.5);
	vertical-align: top;
	transition: 0.8s;
}

#services article i {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 38px;
}

#services article h4 {
	margin-top: 15px;
	text-align: center;
	font-size: 24px;
}

#services article p {
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}

#services article:hover {
	-webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.9);
	cursor: pointer;
}

#interier {
	margin-left: 8px;
}

#interier img {
	width: 33%;
	height: auto;
	display: inline-block;
}

#priceTable {
	
}
.title-line-center1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 3px;
	margin-top: 10px;
	background-color: #FF533D;
}

#priceTable p {
	margin-top: 50px;
	font-size: 17px;
	text-align: center;
}

#timeTable p {
	margin-top: 50px;
	font-size: 17px;
	text-align: center;
}

.price-button {
	display: block;
	width: 150px;
	height: 40px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
	text-align: center;
	color: #F5F5F5;
	font-family: 'Oranienbaum', serif;
	background-color: #FF533D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
}
.price-button:hover {
	color: #F5F5F5;
	text-decoration: none;
	background-color: #FF533D;
}

#contacts {
	padding-top: 30px;
	overflow: hidden;
}

#contacts article {
	width: 50%;
	float: left;
}
#contacts #gallery {
	width: 50%;
	overflow: hidden;
	margin-top: 50px
}

#contacts #gallery img {
	width: 48%;
	margin-left: 1%;
	margin-top: 1%;
	height: auto;
	float: left;
}

#contacts form {
	margin-top: 80px;
	padding-left: 50px;
}

.input-container {
  	display: flex;
  	width: 60%;
	height: 35px;
	margin-bottom: 25px;
}

/* Style the form icons */
.icon {
  	padding: 10px;
  	background: #FF533D;
  	color: #F5F5F5;
  	min-width: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

/* Style the input fields */
.input-field {
  	width: 100%;
  	padding: 10px;
  	outline: none;
}

.input-field:focus {
	border: 2px solid #FF533D;
}

#contacts form textarea {
	width: 650px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	padding: 10px;
  	outline: none;
}

#contacts form textarea:focus {
	border: 2px solid #FF533D;
}

label {
	margin-left: 10px;
}

#contacts form input[type="submit"] {
	display: block;
	width: 150px;
	height: 40px;
	margin-top: 50px;
	line-height: 40px;
	color: #F5F5F5;
  	outline: none;
	border: 0px;
	background-color: #FF533D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Oranienbaum', serif;
	-webkit-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.75);
}

#contacts form input[type="submit"]:hover {
	color: #F5F5F5;
	text-decoration: none;
	background-color: #FF533D;
}

#contacts-info {
	width: 100%;
}

#contacts-info article {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 33%;
}

#contacts-info article i {
	font-size: 36px;
	margin-bottom: 20px;
}
#contacts-info article a {
	color: black;
}
iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}
footer {
	width: 100%;
	height: 100px;
	background-color: #0f1626;
}

footer article {
	display: block;
	color: #F5F5F5;
}

footer article p {
	padding-top: 38px;
}

footer article p,h6 {
	color: #F5F5F5;
}

#timeTable {
	padding-left: 100px;
	padding-right: 100px;
}

#priceTable {
	padding-left: 100px;
	padding-right: 100px;
}

header #header-line #logo {
  height: 100px !important;   /* desktop */
  width: auto !important;
  max-width: 320px;
  display: block;
}


@media only screen and (max-width: 1200px) {

}

/*@media only screen and (max-width: 990px) {
	header #header-line {
		height: 180px;
	}
}*/

/* @media only screen and (max-width: 1000px) {
	.h1-line2 {
		display: block;
	}

	h1 {
		top: 46%;
	}

	h2 {
		top: calc(46% + 140px);
	}
} */

@media only screen and (max-width: 1125px) {
	header #header-line {
		height: 170px;
	}
header #header-line #logo {
  height: 86px !important;
  max-width: 280px;
}

	h1 {
		font-size: 34px;
		left: 0%;
		width: 100%;
		text-align: center;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	h2 {
		font-size: 20px;
		/* top: 58%; */
		left: 0%;
		width: 100%;
		text-align: center;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	#services {
		margin-left: 0px;
	}
	#services article {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#interier {
		margin-left: 0px;
	}
	#interier img {
		width: 100%;
		height: auto;
		display: inline-block;
	}

	#contacts article {
		width: 100%;
		float: none;
	}
	#contacts #gallery {
		width: 100%;
	}
	#contacts form {
		margin-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.input-container {
		width: 100%;
	}
	#contacts-info article {
		width: 100%;
		margin-top: 50px;
	}
	#contacts form textarea {
		width: 100%;
	}

	#about img {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.title-line1 {
		margin-left: 0px;
	}
	#contacts form input[type="checkbox"] {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	#about h3 {
		text-align: center;
	}
	#about .title-line1 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80px;
		height: 3px;
		margin-top: 10px;
		background-color: #FF533D;
	}

	#contacts form input[type="submit"] {
		margin-left: auto;
		margin-right: auto;
	}

	 /* #logo-header {
		width: 300px;
		height: auto;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: unset;
		right: unset;
		-ms-transform: translate(3%, -50%);
		transform: translate(3%, -50%);
	} */

	#timeTable {
		padding-left: 20px;
		padding-right: 20px;
	}

	#priceTable {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 801px) {
	header .h1-line2 {
		display: block;
	}

	header h1 {
		top: 46%;
	}

	header h2 {
		top: calc(46% + 115px);
	}
}

@media only screen and (max-width: 800px) {
	header .h1-line2 {
		display: block;
	}

	header h1 {
		top: 46%;
	}

	header h2 {
		top: calc(46% + 105px);
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1101px) {
	/* když se okno zúží (typicky půlka ultrawide), chceme větší mezeru mezi H1 a H2 */
	header h1 {
		top: 47%;
	}

	header h2 {
		top: calc(47% + 110px);
	}
}

@media only screen and (max-width: 550px) and (min-width: 431px) {
	header h2 { top: calc(46% + 85px); }
}

@media only screen and (max-width: 430px) {
	header h2 { top: calc(46% + 105px); }
}

@media only screen and (max-width: 600px) {
  footer {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

