/* CSS Document */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	background-color: white;
}
header {
	background-color: white;
	width: 100%;
	box-shadow: 0px 2px 4px silver;
	position: fixed;
	top: 0;
	left: 0;
	height: 85px;
}
header img {
	height: 2.25em; 
	margin-top: 25px;
}
#opener {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}
nav {
	float: right;
	margin: 15px 0 0 0;
}
nav li {
	display: inline;
	margin: 0 1em;
}
nav li a {
	text-decoration: none;
	color: #30673B;
	font-weight: 500;
}
nav li a:hover {
	border-bottom: 2px solid #30673B;
}
strong {
	font-weight: 600;
}
.container {
	max-width: 1100px;
	margin: auto;
	clear: both;
}
section {
	padding: 2.5em 0em;
	clear: both;
	border-top: 1px solid #DEDEDE;
}
#recruitment, #cases, #about, #contact {
	background-color: #F7F7F8;
}
h1 {
	font-weight: 700;
	font-size: 2.85em;
	margin-top: 0em;
	margin-bottom: 0.35em;
	font-family: "Montserrat";
}
h2 {
	font-weight: 600;
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-family: "Montserrat";
}
p, li {
	font-size: 1.15em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-weight: 300;
}
li {
	margin-bottom: 0.25em;
}
.intro {
	font-size: 1.35em;
	color: #4D4D4D;
	margin-bottom: 0.75em;
}
#recruitment, #challenges, #prices, #about, #why, #main {
	padding-top: 7em;
}
#about, #why {
	padding-bottom: 5em;
}
#cases {
	padding-top: 5em !important;
}
#cases h1 {
	margin-bottom: 1em;
}
#recruitment img{
	float: right;
	width: 495px;
	margin: 4em 1em 1em 1em;
}
#recruitment h2 {
	margin-top: 1.5em;
}
#challenges img {
	float: left;
	width: 505px;
	margin: 5.5em 1em 1em 1em;
}
#about img{
	float: right;
	width: 550px;
	margin: 1em;
}
.more {
	width: 500px;
}
#challenges .more {
	float: right;
	width: 500px;
}
.clear {
	clear: both;
	margin-bottom: 2em;
}
.button {
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
.button a {
	background-color: #30673B;
	padding: 0.25em 2em;
	color: white;
	width: auto;
	border-radius: 5px;
	font-weight: 300;
	text-decoration: none;
}
.button a:hover {
	background-color: #1C4625;
}
blockquote {
	float: left;
	width: 380px;
	height: 300px;
	margin: 0.55em 2em;
	background: url("img/case.png") top center;
	background-repeat: no-repeat;
	padding: 1em 2.5em;
}
.conditions {
	text-align: center;
	clear: both;
	padding-top: 2em;
	margin: 1em 7em 5em 1em;
}
.conditions p {
	margin-bottom: 0.75em;
}
.prices {
	margin: 2em auto;
	text-align: center;
}
.position {
	display: inline-block;
	background-color: #F7F7F8;
	border: 1px solid #868686;
	border-radius: 10px;
	padding: 8em 0em 1em 0em;
	margin: 2em 1em;
	background-position: center 2.5em;
	background-repeat: no-repeat;
}
.maturity {
	font-size: 1.55em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1em;
}
.price {
	font-size: 1.85em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 0.1em 0.5em;
	color: #30673B;
}
.period {
	font-size: 0.75em;
	color: gray;
	margin: 0em auto 2em auto;
}
.experience {
	font-size: 0.75em;
	color: gray;
	font-weight: bold;
	margin: 0em auto 2em auto;
}
.disclamer {
	font-size: 0.65em;
	color: gray;
	text-align: right;
	float: right;
	clear: both;
}
#junior {
	background-image: url("img/junior.png");
}
#regular {
	background-image: url("img/regular.png");
}
#senior {
	background-image: url("img/senior.png");
}
#expert {
	background-image: url("img/expert.png");
}
.area {
	float: left;
	width: 49%;
	text-align: center;
}
.right{
	float: right;
}
.area ul {
	list-style: none;
	margin: 1em auto;
}
#about h2 {
	background-color: #30673B;
	padding: 0.2em 2em;
	color: white;
	border-radius: 8px;
	margin-top: 2em;
	margin-bottom: 1em;
}
#why h2 {
	margin-left: 2em;
	margin-top: 2em;
}
#why p {
	margin: 0em 6em;
}
#contact img {
	width: 65%;
	margin: 2em auto;
}
#contact {
	text-align: center;
	padding-bottom: 10em;
}
#contact p {
	width: 50%;
	margin: 2em auto;
	font-size: 1.5em;
}
address {
	font-style: normal;
}
#tax-id, #stat-id, #registry-id {
	display: inline-block;
	margin: 1em 0.75em;
}
#company, #street, #city, #email {
	font-size: 1.25em;
}
#email {
	margin: 1em auto 2em auto;
}
#gdpr {
	font-size: 0.85em !important;
}