*{
	margin:0;
	padding:0;
	font-family: 'Maven Pro', sans-serif;
}

/* ----- Home page header ----- */

.header{
	min-height:100vh;
	width:100%;
	background-image:url(images/Home_page_hero.png);
	background-position:center;
	background-size:cover;
	position:relative;	
}
.navigation{
	position:fixed;
	width:100%;
	background-color:#070707;
	z-index:20;
}
nav{
	display:flex;
	padding:1% 5%;
	justify-content:space-between;
	align-items:center;
}
.nav-links{
	flex:1;
	text-align:right;
}
.nav-links ul li{
	list-style:none;
	display:inline-block;
	padding:8px 20px;
	position:relative;
}
.nav-links ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
}
.nav-links ul li::after{
	content:'';
	width:0%;
	height:2px;
	background:#ED1C24;
	display:block;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	transition:0.5s;
}
.nav-links ul li:hover::after{
	width:100%;
}
.nav-links ul li a.link-active{
	color:#ED1C24;
}
.text-box{
	width:38%;
	color:#FFFFFF;
	position:absolute;
	top:50%;
	transform: translate(0%, -50%);
	text-align:left;
	margin-left:5%;
}
.text-box h1{
	font-family: 'Permanent Marker', cursive;
	font-size:80px;
	line-height:90px;
	margin-bottom:30px;
}
.text-box p{
	font-size:24px;
	line-height:34px;
	margin-top:30px;
}
#border-bottom{
	width:300px;
	height:5px;
	background-color:#ED1C24;
}
nav .material-icons-round{
	display:none;
}

/* ----- Home page how we work ----- */

.how-we-work{
	width:100%;
	background-image:url(images/Home_page_how_we_work_BG.png);
	background-position:center top;
	background-size:cover;
}
.languages{
	width:90%;
	margin:auto;
	text-align:left;
	padding-top:180px;
}
.languages h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.languages h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-45px;
	margin-left:220px;
}
.languages-row{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:20px;
	margin-top:100px;
	margin-bottom:40px;
}
.languages-row i{
	color:#FFFFFF;
	font-size:70px;
}
.language-col{
	flex-grow:4;
	flex-basis:auto;
	border:1px solid #FFFFFF;
	padding:40px 40px;
	box-sizing:border-box;
	margin-bottom:20px;
	text-align:center;
}
.language-col p{
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	font-weight:700;
	margin-top:15px;
}
#many-other{
	border:1px solid #ED1C24;
}
#many-other i{
	color:#ED1C24;
}
#many-other p{
	color:#ED1C24;
}
.btn{
	display:inline-flex;
	align-items:center;
	text-decoration:none;
}
.btn p{
	font-size:24px;
	font-weight:800;
	color:#ED1C24;
	transition:0.5s ease-in-out;
}
#arrow{
	font-size:24px;
	color:#ED1C24;
	padding-top:2px;
	padding-left:5px;
	transition:0.5s ease-in-out;
}
.btn:hover p{
	color:#FFFFFF;
}
.btn:hover #arrow{
	color:#FFFFFF;
	padding-left:50px;
}
.projects{
	width:90%;
	margin:auto;
	text-align:left;
	margin-top:145px;
}
.projects h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.projects h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-45px;
	margin-left:120px;
}
.projects-row{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
	margin-top:80px;
}
.project-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:60px;
	text-align:left;
}
.project-col img{
	width:270px;
	margin-bottom:30px;
}
.project-col h3{
	color:#FFFFFF;
	font-size:24px;
	font-weight:900;
	margin-bottom:20px;
}
.project-col p{
	color:#D3D3D3;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}

/* ----- Home page team ----- */

.team{
	width:100%;
	background-image:url(images/Home_page_our_team_BG.png);
	background-position:center;
	background-size:cover;
}
.our-team{
	width:90%;
	margin:auto;
	text-align:center;
	padding-top:140px;
	padding-bottom:100px;
}
.our-team h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.our-team h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-170px;
	margin-left:-320px;
}
.employees-row{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
	margin-top:120px;
	margin-bottom:30px;
}
.employee-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:20px;
}
.employee-col h3{
	font-size:20px;
	font-weight:700;
	color:#FFFFFF;
	margin-top:20px;
}
.employee-col h4{
	font-size:18px;
	font-weight:400;
	color:#D3D3D3;
	margin-top:5px;
}

/* ----- Home page careers ----- */

.careers{
	width:100%;
	background-image:url(images/Home_page_careers_BG.png);
	background-position:center top;
	background-size:cover;
}
.positions{
	width:90%;
	margin:auto;
	padding-top:200px;
	padding-bottom:400px;
	text-align:left;
}
.positions h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.positions h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-40px;
	margin-left:220px;
}
.positions h5{
	font-size:24px;
	font-weight:600;
	color:#FFFFFF;
	margin-top:20px;
}
.positions p{
	font-size:24px;
	font-weight:800;
	color:#ED1C24;
}
.positions-row{
	width:60%;
	display:flex;
	flex-direction:column;
	margin-top:80px;
	padding-bottom:60px;
}
.positions-row a{
	text-decoration:none;
}
.position-col{
	flex-basis:40%;
	padding:20px 0px;
	border-bottom:1px solid #9C9C9C;
	display:flex;
}
#position-icons{
	font-size:30px;
	margin-right:20px;
	color:#ED1C24;
	transition:0.5s ease-in-out;
}
.position-col h3{
	font-size:20px;
	font-weight:700;
	color:#FFFFFF;
	margin-bottom:5px;
}
.position-col h4{
	font-size:18px;
	font-weight:400;
	color:#D3D3D3;
}
.position-col:hover #position-icons{
	margin-right:30px;
}
.position-col:hover h3{
	color:#ED1C24;
}
.position-col:hover h4{
	color:#ED1C24;
}

/* ----- Home page contact ----- */

.contact{
	width:100%;
	background-image:url(images/Home_page_our_team_BG.png);
	background-position:center top;
	background-size:cover;
	padding-top:180px;
	padding-bottom:200px;
}
.contact-us{
	width:90%;
	margin:auto;
	text-align:center;
}
.contact-us-text{
	margin-bottom:100px;
}
.contact-us h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.contact-us h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-40px;
	margin-left:0px;
	margin-bottom:40px;
}
.contact-us h3{
	font-size:30px;
	font-weight:700;
	color:#FFFFFF;
	margin-bottom:50px;
}
.social-media ul li{
	display:inline-block;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:50px;
}
.social-media ul li a{
	text-decoration:none;
	list-style:none;
}
.btn-social{
	display:inline-flex;
	align-items:center;
}
.btn-social i{
	color:#FFFFFF;
	font-size:36px;
}
.btn-social p{
	font-size:20px;
	font-weight:400;
	color:#FFFFFF;
	margin-left:10px;
}
.btn-social:hover i{
	color:#ED1C24;
}
.btn-social:hover p{
	color:#ED1C24;
}

/* ----- Home page footer ----- */

.footer{
	background:#070707;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.footer h4{
	color:#838383;
	font-size:16px;
	font-weight:400;
}

/* ----- About us page header ----- */

.about-header{
	min-height:100vh;
	width:100%;
	background-image:url(images/About_us_page_hero.png);
	background-position:center;
	background-size:cover;
	position:relative;	
}

/* ----- About us company ----- */

.about-us{
	width:100%;
	background-image:url(images/About_us_page_company_BG.png);
	background-position:center top;
	background-size:cover;
}
.company{
	width:90%;
	margin:auto;
	text-align:left;
	padding-top:160px;
}
.company h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.company h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-45px;
	margin-left:200px;
}
.about-company p{
	font-size:20px;
	line-height:30px;
	font-weight:400;
	color:#FFFFFF;
	margin-top:50px;
	margin-bottom:50px;
}
.values-row{
	margin-top:50px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
}
.value-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:center;
	border:1px solid #FFFFFF;
	padding:30px 30px;
	min-width:300px;
}
.value-col img{
	margin-bottom:10px;
}
.value-col h3{
	color:#FFFFFF;
	font-size:24px;
	font-weight:900;
	margin-bottom:20px;
}
.value-col p{
	color:#D3D3D3;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}

/* ----- About us page team ----- */

.our-people{
	width:100%;
	background:#070707;
}
.gerniks-team{
	width:90%;
	margin:auto;
	text-align:center;
	padding-top:90px;
}
.about-team h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.about-team h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-45px;
	margin-left:300px;
}
.about-team p{
	color:#FFFFFF;
	font-size:20px;
	line-height:30px;
	font-weight:400;
	margin-top:50px;
	margin-bottom:50px;
}
.people-row{
	margin-top:80px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
}
.people-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:center;
	border:1px solid #FFFFFF;
	padding:40px 30px;
	min-width:350px;
}
.people-col img{
	height:120px;
	margin-bottom:30px;
}
.people-col h3{
	font-size:20px;
	font-weight:700;
	color:#ED1C24;
	margin-bottom:5px;
}
.people-col h4{
	font-size:16px;
	font-weight:400;
	color:#ED1C24;
	margin-bottom:20px;
}
.people-col p{
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#D3D3D3;
}

/* ----- About us page work with us ----- */

.work-with-us{
	width:100%;
	background-image:url(images/About_us_page_work_with_us_BG.png);
	background-position:center right;
	background-size:cover;
}
.work{
	width:90%;
	margin:auto;
	padding-top:220px;
	padding-bottom:250px;
	text-align:left;
}
.work h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.work h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-30px;
	margin-left:100px;
}
.work-text{
	width:60%;
	margin-top:60px;
	margin-bottom:60px;
}
.work-text h3{
	font-size:30px;
	font-weight:700;
	color:#FFFFFF;
	margin-bottom:20px;
}
.work-text p{
	font-size:20px;
	line-height:30px;
	font-weight:400;
	color:#FFFFFF;
}

/* ----- How we work page header ----- */

.work-header{
	min-height:100vh;
	width:100%;
	background-image:url(images/How_we_work_page_hero.png);
	background-position:center;
	background-size:cover;
	position:relative;	
}

/* ----- How we work page industries ----- */

.industries{
	width:100%;
	background-image:url(images/How_we_work_page_industries_BG.png);
	background-position:center top;
	background-size:cover;
}
.our-clients{
	width:90%;
	margin:auto;
	text-align:left;
	padding-top:170px;
}
.our-clients h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.our-clients h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-30px;
	margin-left:210px;
}
.our-clients p{
	font-size:20px;
	line-height:30px;
	font-weight:400;
	color:#FFFFFF;
	margin-top:50px;
	margin-bottom:50px;
}
.clients-row{
	margin-top:50px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
}
.client-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:center;
	border:1px solid #FFFFFF;
	padding:30px 30px;
}
.client-col img{
	margin-bottom:10px;
}
.client-col h3{
	color:#FFFFFF;
	font-size:24px;
	font-weight:900;
	margin-bottom:10px;
}
.client-col p{
	color:#D3D3D3;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

/* ----- How we work page technologies ----- */

.technologies{
	width:100%;
	background:#070707;
}
.technologies-languages{
	width:90%;
	margin:auto;
	text-align:left;
	padding-top:150px;
}
.technologies-languages h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.technologies-languages h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-30px;
	margin-left:220px;
}
@keyframes slide{
	from{
		transform:translateX(0);
	}
	to{
		transform:translateX(-100%);
	}
}
.logos{
	overflow:hidden;
	padding:30px 0px;
	margin-top:80px;
	white-space:nowrap;
	position:relative;
	background-color:white;
}
.logos:before, .logos:after{
	position:absolute;
	top:0;
	width:10%;
	height:100%;
	content:'';
	z-index:2;
}
.logos:before{
	left:0;
	background:linear-gradient(to left, rgba(255,255,255,0), #070707);
}
.logos:after{
	right:0;
	background:linear-gradient(to right, rgba(255,255,255,0), #070707);
}
.logos:hover .logos-slide{
	animation-play-state:paused;
}
.logos-slide{
	display:inline-block;
	animation:60s slide infinite linear;
}
.logos-slide img{
	height:120px;
	margin:0px 30px;
}

/* ----- How we work page projects ----- */

.our-work{
	width:100%;
	background-image:url(images/Home_page_how_we_work_BG.png);
	background-position:center top;
	background-size:cover;
}
.our-projects{
	width:90%;
	margin:auto;
	padding-top:170px;
}
.our-projects h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.our-projects h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-30px;
	margin-left:90px;
}	
.projects-description{
	margin-top:80px;
}
.single-project{
	padding-bottom:60px;
}
.single-project-text{
	border:1px solid #FFFFFF;
	padding:80px 40px 30px 40px;
	margin-top:-80px;
}
.single-project img{
	width:300px;
	margin-bottom:20px;
	margin-left:40px;
}
.single-project-text h3{
	font-size:24px;
	font-weight:900;
	color:#FFFFFF;
	margin-bottom:20px;
}
.single-project-text p{
	font-size:18px;
	line-height:24px;
	color:#D3D3D3;
	margin-bottom:10px;
}

/* ----- How we work page work with us ----- */

.collaboration{
	width:100%;
	background-image:url(images/Home_page_our_team_BG.png);
	background-position:center top;
	background-size:cover;
}
.cooperation{
	width:90%;
	margin:auto;
	padding-top:150px;
	padding-bottom:170px;
	text-align:center;
}
.cooperation h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.options-row{
	margin-top:120px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:100px;
}
.options-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:center;
	min-width:300px;
}
.options-col h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-bottom:60px;
}

/* ----- Careers page header ----- */

.careers-header{
	min-height:100vh;
	width:100%;
	background-image:url(images/Careers_page_hero.png);
	background-position:center;
	background-size:cover;
	position:relative;	
}

/* ----- Careers page about careers ----- */

.join-us{
	width:100%;
	background-image:url(images/About_us_page_company_BG.png);
	background-position:center top;
	background-size:cover;
}
.about-careers{
	width:90%;
	margin:auto;
	text-align:left;
	padding-top:170px;
}
.about-careers h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.about-careers h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-25px;
	margin-left:140px;
}
.about-careers p{
	font-size:20px;
	line-height:30px;
	font-weight:400;
	color:#FFFFFF;
	margin-top:60px;
	margin-bottom:60px;
}
.specialities-row{
	margin-top:50px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
}
.speciality-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:center;
	border:1px solid #FFFFFF;
	padding:30px 30px;
}
.speciality-col img{
	margin-bottom:10px;
}
.speciality-col h3{
	color:#FFFFFF;
	font-size:20px;
	font-weight:900;
	margin-bottom:15px;
}
.steps{
	width:90%;
	margin:auto;
	text-align:center;
	padding-top:120px;
}
.steps h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.steps h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-25px;
	margin-left:200px;
}
.steps-row{
	margin-top:100px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:10px;
	padding-bottom:100px;
}
.step-col{
	flex-grow:4;
	flex-basis:10%;
	box-sizing:border-box;
	text-align:center;
	align-items:center;
	margin-bottom:40px;
}
.step-col img{
	height:90px;
}

/* ----- Careers page careers ----- */

.careers-02{
	width:100%;
	background-image:url(images/Careers_page_careers_BG.png);
	background-position:center;
	background-size:cover;
	padding-bottom:250px;
}
.positions-02{
	width:90%;
	margin:auto;
	padding-top:250px;
	text-align:left;
}
.positions-02 h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.positions-02 h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	color:#ED1C24;
	margin-top:-40px;
	margin-left:220px;
}
.positions-02 h5{
	font-size:24px;
	font-weight:600;
	color:#FFFFFF;
	margin-top:20px;
}
.positions-02 p{
	font-size:24px;
	font-weight:600;
	color:#FFFFFF;
	margin-top:30px;
	margin-left:30px;
}

/* ----- Careers page contact anyway ----- */

.work-for-us{
	width:100%;
	background-image:url(images/Home_page_our_team_BG.png);
	background-position:center top;
	background-size:cover;
}
.contact-anyway{
	width:90%;
	margin:auto;
	padding-top:160px;
	padding-bottom:220px;
	text-align:center;
}
.contact-anyway h1{
	font-size:140px;
	line-height:120px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.contact-anyway h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-25px;
	margin-bottom:80px;
}

/* ----- Contact page header ----- */

.contact-header{
	min-height:100vh;
	width:100%;
	background-image:url(images/Contact_page_hero.png);
	background-position:center;
	background-size:cover;
	position:relative;	
}

/* ----- Contact page contact info ----- */

.reach-out{
	width:100%;
	background-image:url(images/About_us_page_company_BG.png);
	background-position:center top;
	background-size:cover;
}
.info{
	width:90%;
	margin:auto;
	text-align:left;
	padding-top:170px;
}
.info h1{
	font-size:150px;
	line-height:130px;
	font-weight:900;
	color:#070707;
	text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}
.info h2{
	font-family: 'Permanent Marker', cursive;
	font-size:60px;
	line-height:60px;
	color:#ED1C24;
	margin-top:-25px;
	margin-left:350px;
}
.info-row{
	margin-top:80px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:40px;
}
.info-col{
	flex-grow:4;
	flex-basis:20%;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:center;
	border:1px solid #FFFFFF;
	padding:30px 30px;
	min-width:300px;
}
.info-col img{
	margin-bottom:10px;
}
.info-col h3{
	color:#FFFFFF;
	font-size:24px;
	font-weight:900;
	margin-bottom:20px;
}
.info-col p{
	color:#D3D3D3;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin-bottom:8px;
}
.info-col a{
	text-decoration:none;
}
#contact-mail:hover{
	color:#ED1C24;
	font-weight:600;
}
#phone-nis:hover{
	color:#ED1C24;
	font-weight:600;
	cursor:pointer;
}
#phone-belgrade:hover{
	color:#ED1C24;
	font-weight:600;
	cursor:pointer;
}
.map{
	width:90%;
	margin:auto;
	margin-top:0px;
	border:1px solid #FFFFFF;
}
.map iframe{
	width:100%;
	filter:grayscale(100%) invert(100%);
}

/* ----- Tablet ----- */

@media(max-width:992px){
	
	/* ----- Home page header ----- */
	
	.header{
		background-image:url(images/Home_page_hero_tablet.png);
		background-position:center bottom;
	}
	nav{
		padding:3% 5%;
	}
	.nav-links ul li{
		display:block;
	}
	.nav-links{
		position:absolute;
		background-color:#070707;
		border-left:1px solid #FFFFFF;
		height:100vh;
		width:300px;
		top:0;
		right:-300px;
		text-align:left;
		z-index:2;
		transition:1s;
	}
	nav #menuicon{
		display:block;
		color:#FFFFFF;
		font-size:28px;
		cursor:pointer;
	}
	nav #closeicon{
		display:block;
		color:#FFFFFF;
		margin:28px;
		font-size:30px;
		cursor:pointer;
	}
	.nav-links ul{
		padding-left:10px;
	}
	.nav-links ul li{
		padding-bottom:30px;
	}
	.nav-links ul li a{
		font-size:18px;
	}
	.text-box{
		width:90%;
		position:absolute;
		top:15%;
		transform: translate(0%, 0%);
	}
	.text-box h1{
		font-size:60px;
		line-height:70px;
		margin-bottom:20px;
	}
	.text-box p{
		font-size:20px;
		line-height:30px;
		margin-top:20px;
	}
	#border-bottom{
		width:200px;
	}
	
	/* ----- Home page how we work ----- */
	
	.languages{
		padding-top:120px;
	}
	.languages h1{
		font-size:100px;
		line-height:90px;
	}
	.languages h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:120px;
	}
	.languages-row{
		margin-top:60px;
	}
	.languages-row img{
		width:60px;
	}
	.languages-row p{
		font-size:18px;
	}
	.projects{
		margin-top:100px;
	}
	.projects h1{
		font-size:100px;
		line-height:90px;
	}
	.projects h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
}
	.projects-row{
		margin-top:60px;
		margin-bottom:0px;
	}
	.project-col img{
		width:250px;
	}
	
	/* ----- Home page team ----- */
	
	.our-team{
		padding-top:100px;
		padding-bottom:0px;
	}
	.our-team h1{
		font-size:100px;
		line-height:90px;
	}
	.our-team h2{
		font-size:40px;
		line-height:40px;
		margin-top:-106px;
		margin-left:0px;
	}
	.employees-row{
		margin-top:100px;
		margin-bottom:20px;
	}
	.employee-col img{
		width:200px;
	}
	
	/* ----- Home page careers ----- */
	
	.careers{
		background-image:url(images/Home_page_careers_BG_tablet.png);
		background-position:center bottom;
	}
	.positions{
		padding-top:100px;
		padding-bottom:400px;
	}
	.positions h1{
		font-size:100px;
		line-height:90px;
	}
	.positions h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:150px;
	}
	.positions h5{
		font-size:20px;
		margin-top:20px;
	}
	.positions p{
		font-size:24px;
		font-weight:800;
		color:#ED1C24;
	}
	.positions-row{
		width:100%;
		margin-top:60px;
		margin-bottom:60px;
		padding-bottom:0px;
	}
	
	/* ----- Home page contact ----- */
	
	.contact{
		padding-top:120px;
		padding-bottom:150px;
	}
	.contact-us-text{
		margin-bottom:80px;
	}
	.contact-us h1{
		font-size:100px;
		line-height:90px;
	}
	.contact-us h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:0px;
		margin-bottom:40px;
	}
	.contact-us h3{
		font-size:24px;
		font-weight:700;
		color:#FFFFFF;
		margin-bottom:50px;
	}
	.social-media ul li{
		display:inline-block;
		margin-left:25px;
		margin-right:25px;
		margin-bottom:50px;
	}
	.btn-social p{
		font-size:18px;
	}
	
	/* ----- About us page header ----- */
	
	.about-header{
		background-image:url(images/About_us_page_hero_tablet.png);
		background-position:center bottom;
	}
	
	/* ----- About us page company ----- */
	
	.company{
		padding-top:120px;
	}
	.about-company h1{
		font-size:100px;
		line-height:90px;
	}
	.about-company h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:80px;
	}
	.about-company p{
		font-size:18px;
		line-height:28px;
	}
	.values-row{
		flex-direction:column;
		margin-top:60px;
	}
	.value-col img{
		width:100px;
	}
	
	/* ----- About us page team ----- */
	
	.gerniks-team{
		padding-top:60px;
		padding-bottom:0px;
	}
	.about-team h1{
		font-size:100px;
		line-height:90px;
	}
	.about-team h2{		
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:0px;
	}
	.about-team p{
		font-size:18px;
		line-height:28px;
	}
	.people-row{
		margin-top:60px;
		flex-direction:row;
	}
	.people-col{
		margin-bottom:40px;
		min-width:350px;
	}
	
	/* ----- About us page work with us ----- */
	
	.work-with-us{
		background-image:url(images/About_us_page_work_with_us_BG_tablet.png);
		background-position:right bottom;
	}
	.work{
		padding-top:60px;
		padding-bottom:500px;
	}
	.work h1{
		font-size:100px;
		line-height:90px;
	}
	.work h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:70px;
	}
	.work-text{
		width:100%;
		margin-top:50px;
		margin-bottom:60px;
	}
	.work-text h3{
		font-size:24px;
		margin-bottom:20px;
	}
	.work-text p{
		font-size:18px;
		line-height:28px;
	}
	
	/* ----- How we work page header ----- */

	.work-header{
		background-image:url(images/How_we_work_page_hero_tablet.png);
		background-position:center bottom;
	}

	/* ----- How we work page industries ----- */

	.our-clients{
		padding-top:120px;
	}
	.our-clients h1{
		font-size:90px;
		line-height:90px;
	}
	.our-clients h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:150px;
	}
	.our-clients p{
		font-size:18px;
		line-height:28px;
		margin-top:50px;
		margin-bottom:50px;
	}
	.clients-row{
		margin-top:60px;
	}
	.client-col img{
		height:100px;
	}
	.client-col h3{
		font-size:20px;
		margin-bottom:15px;
	}

	/* ----- How we work page technologies ----- */

	.technologies-languages{
		padding-top:60px;
	}
	.technologies-languages h1{
		font-size:100px;
		line-height:90px;
	}
	.technologies-languages h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:120px;
	}
	.logos{
		margin-top:60px;
	}

	/* ----- How we work page projects ----- */

	.our-projects{
		padding-top:100px;
	}
	.our-projects h1{
		font-size:100px;
		line-height:90px;
	}
	.our-projects h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:120px;
	}	
	.projects-description{
		margin-top:60px;
	}
	.single-project img{
		width:270px;
	}

	/* ----- How we work page work with us ----- */

	.cooperation{
		padding-top:40px;
		padding-bottom:20px;
	}
	.cooperation h1{
		font-size:100px;
		line-height:90px;
	}
	.options-row{
		margin-top:80px;
	}
	.options-col{
		margin-bottom:80px;
	}
	.options-col h2{
		font-size:40px;
		line-height:40px;
		margin-bottom:40px;
	}
	
	/* ----- Careers page header ----- */
	
	.careers-header{
		background-image:url(images/Careers_page_hero_tablet.png);
		background-position:center bottom;
	}
	
	/* ----- Careers page about careers ----- */

	.about-careers{
		padding-top:120px;
	}
	.about-careers h1{
		font-size:100px;
		line-height:90px;
	}
	.about-careers h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:100px;
	}
	.about-careers p{
		font-size:18px;
		line-height:28px;
	}
	.speciality-col{
		min-width:280px;
	}
	.speciality-col img{
		width:100px;
	}
	.speciality-col h3{
		font-size:20px;
	}
	.steps{
		padding-top:60px;
	}
	.steps h1{
		font-size:100px;
		line-height:90px;
	}
	.steps h2{
		font-size:40px;
		line-height:40px;
		margin-top:-15px;
		margin-left:0px;
	}
	.steps-row{
		margin-top:80px;
		padding-bottom:0px;
	}
	.step-col{
		margin-bottom:30px;
	}
	.step-col img{
		height:60px;
	}

	/* ----- Careers page careers ----- */

	.careers-02{
		background-image:url(images/Careers_page_careers_BG_tablet.png);
		background-position:center bottom;
	}
	.positions-02{
		padding-top:100px;
		padding-bottom:200px;
	}
	.positions-02 h1{
		font-size:100px;
		line-height:90px;
	}
	.positions-02 h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:150px;
	}
	.positions-02 h5{
		font-size:20px;
		margin-top:20px;
	}
	.positions-02 p{
		font-size:20px;
		font-weight:600;
		color:#FFFFFF;
		margin-top:30px;
		margin-left:30px;
	}
	.positions-row{
		width:100%;
		margin-top:60px;
		margin-bottom:60px;
		padding-bottom:0px;
	}

	/* ----- Careers page contact anyway ----- */

	.contact-anyway{
		padding-top:100px;
		padding-bottom:100px;
	}
	.contact-anyway h1{
		font-size:80px;
		line-height:70px;
	}
	.contact-anyway h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-bottom:80px;
	}
	
	/* ----- Contact page header ----- */
	
	.contact-header{
		background-image:url(images/Contact_page_hero_tablet.png);
		background-position:center bottom;
	}
	
	/* ----- Contact page contact info ----- */
	
	.info{
		padding-top:120px;
	}
	.info h1{
		font-size:100px;
		line-height:90px;
	}
	.info h2{
		font-size:40px;
		line-height:40px;
		margin-top:-20px;
		margin-left:110px;
	}
	.info-row{
		flex-direction:column;
		margin-top:60px;
	}
	.info img{
		width:100px;
	}
}

/* ----- Mobile ----- */

@media(max-width:600px){
	
	/* ----- Home page header ----- */
	
	.header{
		background-image:url(images/Home_page_hero_mobile.png);
	}
	nav{
		padding:5% 5%;
	}
	.nav-links ul li{
		display:block;
	}
	.nav-links{
		position:absolute;
		background-color:#070707;
		border-left:1px solid #FFFFFF;
		height:100vh;
		width:300px;
		top:0;
		right:-300px;
		text-align:left;
		z-index:2;
		transition:1s;
	}
	nav #menuicon{
		display:block;
		color:#FFFFFF;
		font-size:26px;
		cursor:pointer;
	}
	nav #closeicon{
		display:block;
		color:#FFFFFF;
		margin:26px;
		font-size:30px;
		cursor:pointer;
	}
	nav img{
		height:50px;
	}
	.nav-links ul{
		padding-left:10px;
	}
	.nav-links ul li{
		padding-bottom:30px;
	}
	.nav-links ul li a{
		font-size:18px;
	}
	.text-box{
		width:90%;
		position:absolute;
		top:15%;
		margin-left:5%;
	}
	.text-box h1{
		font-size:40px;
		line-height:50px;
		margin-bottom:20px;
	}
	.text-box p{
		font-size:18px;
		margin-top:20px;
		line-height:24px;
	}
	#border-bottom{
		width:100px;
	}
	
	/* ----- Home page how we work ----- */
	
	.how-we-work{
		background-image:url(images/Home_page_how_we_work_BG.png);
	}
	.languages{
		padding-top:100px;
	}
	.languages h1{
		font-size:64px;
		line-height:60px;
	}
	.languages h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:50px;
	}
	.languages-row{
		margin-top:50px;
		margin-bottom:40px;
	}
	.languages-row img{
		width:50px;
	}
	.languages-row p{
		font-size:16px;
	}
	.btn p{
		font-size:20px;
	}
	#arrow{
		font-size:20px;
	}
	.projects{
		margin-top:80px;
	}
	.projects h1{
		font-size:64px;
		line-height:60px;
	}
	.projects h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
}
	.projects-row{
		margin-top:50px;
		flex-direction:column;
	}
	.project-col img{
		width:220px;
	}
	.project-col h3{
		font-size:20px;
	}
	.project-col p{
		font-size:16px;
		line-height:26px;
	}
	
	/* ----- Home page team ----- */
	
	.our-team{
		padding-top:100px;
		padding-bottom:0px;
	}
	.our-team h1{
		font-size:64px;
		line-height:60px;
	}
	.our-team h2{
		font-size:30px;
		line-height:30px;
		margin-top:-75px;
		margin-left:0px;
	}
	.employees-row{
		margin-top:80px;
		margin-bottom:20px;
	}
	.employee-col img{
		width:180px;
	}
	
	/* ----- Home page careers ----- */
	
	.careers{
		background-image:url(images/Home_page_careers_BG_mobile.png);
		background-position:center bottom;
	}
	.positions{
		padding-top:80px;
		padding-bottom:250px;
	}
	.positions h1{
		font-size:64px;
		line-height:60px;
	}
	.positions h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:70px;
	}
	.positions h5{
		font-size:18px;
		margin-top:20px;
	}
	.positions p{
		font-size:20px;
		font-weight:800;
		color:#ED1C24;
	}
	.position-col h3{
		font-size:18px;
	}
	.position-col h4{
		font-size:16px;
	}
	
	/* ----- Home page contact ----- */
	
	.contact{
		padding-top:120px;
		padding-bottom:120px;
	}
	.contact-us-text{
		margin-bottom:60px;
	}
	.contact-us h1{
		font-size:64px;
		line-height:60px;
	}
	.contact-us h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:0px;
		margin-bottom:40px;
	}
	.contact-us h3{
		font-size:24px;
		margin-bottom:50px;
	}
	.social-media ul li{
		display:block;
		margin-left:25px;
		margin-right:25px;
		margin-bottom:40px;
	}

	.btn-social i{
		font-size:30px;
	}
	.btn-social p{
		font-size:18px;
	}
	
	/* ----- About us page header ----- */
	
	.about-header{
		background-image:url(images/About_us_page_hero_mobile.png);
		background-position:center bottom;
	}
	
	/* ----- About us page company ----- */
	
	.company{
		padding-top:100px;
	}
	.about-company h1{
		font-size:64px;
		line-height:60px;
	}
	.about-company h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:50px;
	}
	.about-company p{
		font-size:18px;
		line-height:26px;
		margin-top:50px;
		margin-bottom:50px;
	}
	.values-row{
		flex-direction:column;
	}
	.value-col{
		margin-bottom:20px;
	}
	.value-col img{
		width:90px;
	}
	.value-col h3{
		font-size:20px;
	}
	.value-col p{
		font-size:16px;
		line-height:26px;
	}
	
	/* ----- About us page team ----- */
	
	.gerniks-team{
		padding-top:60px;
		padding-bottom:0px;
	}
	.about-team h1{
		font-size:64px;
		line-height:60px;
	}
	.about-team h2{		
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:0px;
	}
	.about-team p{
		font-size:18px;
		margin-top:26px;
		margin-top:50px;
	}
	.people-row{
		margin-top:50px;
		flex-direction:column;
	}
	.people-col{
		margin-bottom:20px;
	}
	.people-col img{
		height:110px;
		margin-bottom:30px;
	}
	
	/* ----- About us page work with us ----- */
	
	.work-with-us{
		background-image:url(images/About_us_page_work_with_us_BG_mobile.png);
		background-position:center bottom;
	}
	.work{
		padding-top:60px;
		padding-bottom:500px;
	}
	.work h1{
		font-size:64px;
		line-height:60px;
	}
	.work h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:40px;
	}
	.work-text{
		width:100%;
		margin-top:50px;
		margin-bottom:50px;
	}
	.work-text h3{
		font-size:20px;
		margin-bottom:20px;
	}
	.work-text p{
		font-size:16px;
		line-height:26px;
	}
	
	/* ----- How we work page header ----- */

	.work-header{
		background-image:url(images/How_we_work_page_hero_mobile.png);
		background-position:center;
		background-size:cover;
	}

	/* ----- How we work page industries ----- */

	.our-clients{
		padding-top:100px;
	}
	.our-clients h1{
		font-size:58px;
		line-height:60px;
	}
	.our-clients h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:100px;
	}
	.our-clients p{
		font-size:18px;
		line-height:26px;
		margin-top:50px;
		margin-bottom:50px;
	}
	.clients-row{
		margin-top:50px;
		flex-direction:column;
	}
	.client-col{
		margin-bottom:20px;
	}
	.client-col img{
		width:90px;
		margin-bottom:10px;
	}
	.client-col h3{
		font-size:20px;
		margin-bottom:10px;
	}

	/* ----- How we work page technologies ----- */

	.technologies-languages{
		padding-top:60px;
	}
	.technologies-languages h1{
		font-size:64px;
		line-height:60px;
	}
	.technologies-languages h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:50px;
	}
	.logos{
		padding:20px 0px;
	}
	.logos-slide img{
		height:80px;
	}

	/* ----- How we work page projects ----- */

	.our-projects{
		padding-top:80px;
	}
	.our-projects h1{
		font-size:64px;
		line-height:60px;
	}
	.our-projects h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:120px;
	}
	.projects-description{
		margin-top:50px;
	}
	.single-project{
		padding-bottom:40px;
	}
	.single-project-text{
		padding:60px 20px 20px 20px;
		margin-top:-60px;
	}
	.single-project img{
		width:200px;
		margin-left:20px;
	}
	.single-project-text h3{
		font-size:20px;
	}
	.single-project-text p{
		font-size:16px;
		line-height:26px;
	}

	/* ----- How we work page work with us ----- */

	.cooperation{
		padding-top:40px;
		padding-bottom:1px;
	}
	.cooperation h1{
		font-size:64px;
		line-height:60px;
	}
	.options-row{
		margin-top:80px;
	}
	.options-col{
		margin-bottom:80px;
	}
	.options-col h2{
		font-size:30px;
		line-height:30px;
		margin-bottom:40px;
	}
	
	/* ----- Careers page header ----- */
	
	.careers-header{
		background-image:url(images/Careers_page_hero_mobile.png);
		background-position:center bottom;
	}
	
	/* ----- Careers page about careers ----- */

	.about-careers{
		padding-top:100px;
	}
	.about-careers h1{
		font-size:64px;
		line-height:60px;
	}
	.about-careers h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:50px;
	}
	.about-careers p{
		font-size:18px;
		line-height:26px;
		margin-top:50px;
	}
	.speciality-col{
		margin-bottom:20px;
	}
	.speciality-col img{
		width:90px;
	}
	.speciality-col h3{
		font-size:20px;
	}
	.steps{
		padding-top:60px;
	}
	.steps h1{
		font-size:64px;
		line-height:60px;
	}
	.steps h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:0px;
	}
	.steps-row{
		margin-top:50px;
		flex-direction:column;
	}
	.step-col{
		margin-bottom:10px;
	}
	.step-col img{
		height:50px;
	}

	/* ----- Careers page careers ----- */

	.careers-02{
		background-image:url(images/Careers_page_careers_BG_mobile.png);
		background-position:center bottom;
	}
	.positions-02{
		padding-top:80px;
		padding-bottom:80px;
	}
	.positions-02 h1{
		font-size:64px;
		line-height:60px;
	}
	.positions-02 h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:70px;
	}
	.positions-02 h5{
		font-size:18px;
		margin-top:20px;
	}
	.positions-02 p{
		font-size:18px;
		font-weight:600;
		color:#FFFFFF;
		margin-top:30px;
		margin-left:30px;
	}
	.positions-row{
		width:100%;
		margin-top:50px;
		margin-bottom:60px;
	}
	.position-col{
		padding:20px 0px;
	}	
	.position-col h3{
		font-size:18px;
	}
	.position-col h4{
		font-size:16px;
	}

	/* ----- Careers page contact anyway ----- */

	.contact-anyway{
		padding-top:80px;
		padding-bottom:80px;
	}
	.contact-anyway h1{
		font-size:54px;
		line-height:54px;
	}
	.contact-anyway h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-bottom:80px;
	}
	
	/* ----- Contact page header ----- */
	
	.contact-header{
		background-image:url(images/Contact_page_hero_mobile.png);
		background-position:center bottom;
	}
	
	/* ----- Contact page contact info ----- */
	
	.info{
		padding-top:100px;
	}
	.info h1{
		font-size:64px;
		line-height:60px;
	}
	.info h2{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
		margin-left:50px;
	}
	.info-row{
		margin-top:50px;
		flex-direction:column;
	}
	.info-col{
		margin-bottom:20px;
	}
	.info-col img{
		width:90px;
	}
	.info-col h3{
		font-size:20px;
	}
	.info-col p{
		font-size:16px;
		line-height:24px;
	}
}