@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	width: 100%;
	font-family: Catamaran, sans-serif;
	background-color: white;
	position: relative;
	margin: 0;
}

.div_logo {
	height: 18vh;
	width: 100%;
	position: relative;
}

.img_logo {
	left: 4vw;
	top: 1vh;
	float: left;
	height: 18vh;
	width: 27vw;
	position: relative;
	object-fit: contain;
}

.div_menu {
	height: 10vh;
	width: 100%;
	top: 20vh;
	position: relative;
}

#menu {
	margin-top: 1vh;
	background-color: white;
}

#menu > li {
	float: right;
}

li a:hover {
	color: #EF7967;
}

ul {
	float: right;
	width: 100%;
	list-style: none;
}

li a {
	display: block;
	color: #0F4881;
	float: right;
	text-decoration: none;
	text-align: center;
	font-size: 1.35vw;
	width: 100%;
	padding: 1vh 4vw;
	font-family: Catamaran, sans-serif;
	font-weight: bold;
}

#div_quote {
	background-color: #0F4881;
	height: 25vh;
	width: 100%;
	position: relative;
	top: 10vh;

}

p {
	font-family: Catamaran, sans-serif;
}

#quotes_author {
	color: white;
	font-weight: bold;
	float: right;
	font-size: 2vw;
	margin: auto;
	text-align: right;
}

#quote {
	color: white;
	font-weight: bold;
	position: center;
	font-style: italic;
	font-size: 2vw;
	text-align: right;
	margin: auto;

}

#div_text_quote {
	height: 18vh;
	width: 63%;
	margin: auto;
	position: center;
}

#div_about_us {
	width: 56%;
	height: 20vh;
	top: 16vh;
	position: relative;
	margin: auto;
}

.description {
	position: relative;
	text-align: justify;
	font-size: 1vw;
	font-weight: normal;
}

#div_img_office {
	top: 48vh;
	width: 40vw;
	position: relative;
	margin: auto;

	padding: 0;
}

#img_office {
	width: 40vw;
	horiz-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}

#img_quote_left {
	margin-top: 15vh;
	height: 8vh;
	width: 6vw;
	position: absolute;
	left: 6vw;
}

#img_quote_right {
	margin-top: 2vh;
	height: 8vh;
	width: 6vw;
	position: absolute;
	right: 6vw;
}
/*zmiany do mobil
nav{
	display: none;
}*/
input{
	display: none;
}

span{
	display: none;
}

#mobile_div_quote{
	display: none;
}

#mobile_quote{
	display: none;
}

#mobile_quotes_author{
	display: none;
}