* {
	text-decoration: none;
}


main {
	padding-top: 100px;
}


header{
	 position: fixed;
	 top: 0;
	 right: 0;
	 left: 0;
	 background-color: #fff;
	 width: 100%;
	 height: 100px;
}

header .header-brand {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

header nav ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
}

header nav ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 16px;
}

header nav ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #111;
	text-transform: uppercase;
}

header .header-cases {
	display: none; 
}


/*dekstop version - delete that wich doesn't change*/
@media only screen and (min-width: 1000px) {
	
	header .header-brand {
	margin: 31px 0;
	text-align: left;
	line-height: 38px;
	padding: 0 20px 0 40px;
	border-right: 3px solid #111;
	float: left;
	}
	
	header nav ul {
	margin: 20px 0px 0px 20px;
	float: left;
	}



	header nav ul li a {
	line-height: 60px;
	}
	
	header .header-cases {
	display: block; 
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #111;
	text-transform: uppercase;
	line-height: 38px;
	border: 1px solid #111;
	float: right;
	margin-right: 40px;
	margin-top: 30px;
	padding: 0 20px;
	}	
}

/*INDEX*/

.index-banner {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('img/vr.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}

.vertical-center {
	display: table-cell:
	vertical-align: middle;
	
}

.index-banner h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 8px #111;
}

.index-banner h1 {
	font-family: Roboto;
	font-size: 28px;
	font-weight: 100;
	font-style: italic;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 8px #111;
}

.index-links div {
	margin: 16px 16px 0px;
	width: calc(100% - 32px);
	height: 100px;
	background-color: #f2f2f2;
}



.index-links div h3 {
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	line-height: 100px;
	color: #111;
	text-align: center;
	text-transform: uppercase;
	
}

@media only screen and (min-width: 1000px) {
	.wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	
	.index-banner {
	width: 100%;
	height: 450px;
	}
	
	.index-banner h1 {
	display: block;
	width: 560px;
	margin: 0 auto;
	}
	
	.index-links {
		overflow: hidden;
	}
	
	.index-links div {
	margin: 20px 10px 0px;
	height: 230px;
	background-color: #f2f2f2;
	float: left;
	}
	
	.index-boxlink-square {
		width: calc(25% - 20px) !important;
	}
	
	.index-boxlink-rectangle{
		width: calc(50% - 20px) !important;
	}
	
	
	.index-links div h3 {
		line-height: 180px;
	}
}


/*CASES*/

/*space between footer and cases */
.cases-links {
	overflow: hidden;
	margin-bottom: 20px;
	
}

.cases-links h2{
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	
}

.cases-links .cases-link {
	float: left;
	width: 230px;
	height: 230px;
	margin: 20px 10px 0px;
	background-color: #e3e3e3;
	
}

.cases-links .cases-link p{
	padding-top: 30%;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	color: #111;
	text-align: center;
	text-transform: uppercase;
	
}

/*mobilna versiq index cover*/
.index-cover {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('img/google.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}

/*PORTFOLIO*/
.index-banner-portfolio {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('img/cover.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}

.portfolio h2 {
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	
}


.portfolio .antik iframe {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}


.portfolio .beliteskali iframe {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}


.portfolio .panorama iframe {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

/*CASE1*/

.case-vid h2{
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-align: center;
	text-transform: uppercase;
}

/*video*/
.case-vid iframe{
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}

.case-vid article h3{
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-transform: uppercase;
	
}

.case-vid article div p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #111;
	column-count: 3;
	column-gap: 30px;
	
}

/*CASE 2*/

.planet {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.planet img {
	transition: 1s;
	padding: 15px;
	width: 200px;
	
}

.planet img:hover {
	filter: contrast (100%);
	transform: scale(1.1);
	cursor: pointer;
}

/*CONTACT*/
.contact h2{
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-align: center;
	text-transform: uppercase;
}
.contact iframe {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}

.contact article h3{
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-align: center;
	text-transform: uppercase;
	
}

.contact article div p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #111;
	column-count: 3;
	column-gap: 30px;
	text-align: center;
	
}

/*USLUGI*/

.img-uslugi img {
	transition: 1s;
	
	width: 600px;
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}


/*FOOTER*/

footer {
	width: calc(100% - 80px);
	padding: 40px 40px;
	margin-top: 20px;
	background-color: #111;
	overflow: hidden;
	
}


footer ul {
	width: fit-content;
	float: left;
	padding-left: 20px;
	
}

footer ul li{
	display: block;
	list-style: none;
	
}

footer ul li a{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
	line-height: 40px;
	
}

.footer-links-cases {
	display: none;
}

.footer-sm {
	width: 50px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	
}


.footer-sm img {
	width: 100%;
	margin-bottom: 10px;
	
}
	.footer-logo {
	display: none;	
	}


	
@media only screen and (min-width: 1000px) {
	.footer-links-cases {
	display: block;
	}
	
	footer ul {
	padding-right: 30px;
	}
 
	footer ul li p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
	line-height: 40px;
	/*text-transform: uppercase;*/
	margin: 0 auto;
	}
	.footer-logo {
	display: block;
	padding-top: 30px;
	padding-left: 120px;
	float: left;	
	}
	

}



