@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}



img {
	max-width:100%;
}

p {
	margin:0 ;
}


a:link,
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {	
	color:#0000FF;
}


.wrapper {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}


#header {
 	background-color: rgba(0, 0, 0, 0.5) ;
	padding:20px;
	z-index: -1;
}

#nav {
	float:right;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li {
	float:left;
	padding: 20px;
	text-transform:uppercase;
}

#prvi {
	background-image: url(Images/mic.png); 
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	padding:220px 0;
	color:#fff;
}

#prvi h1 {
	font-size:60px;
	margin:0 ;
	padding-bottom: 0;
	text-transform:uppercase;
}

#prvi h2 {
	font-size: 30px;
	margin:10px;
	text-transform:uppercase;
}

#prvi p{
	line-height:150%;
	text-shadow:-2px -2px 5px black;
	text-align: center;
}


#respmenu {
	display:none;
}

#about {
	background-image: url(Images/shattered/shattered_@2X.png);
	background-attachment: scroll;
	background-repeat: repeat-y repeat-x;
	background-size: auto;
	padding:120px 0;
}


#about p {
	text-align: center;
	padding: 20px;
	line-height:150%;
}

#drugi {
	padding:100px 0;
	text-align:center;
	overflow:hidden;
	background-image: url(Images/carbon_fibre/carbon_fibre.png) ;
	background-attachment: scroll;
	background-repeat: repeat-y repeat-x;
	background-size: auto;
	
}

#drugi h2 {
	text-transform: uppercase;
	color:#FFFFFF;
	padding-bottom: 80px;
	font-size: 25px;
}

.tri {
	width:250px;
	height:166px;
	position:relative;
	overflow:hidden;
	margin:20px 50px 25px 0;
	float:left;
}

.triTekst {
	position:absolute;
	left:0;
	top:250px;
	padding-top:50px;
	width:250px;
	height:166px;
	text-align:center;
	background:rgba(255,255,255,0.3);
    transition: all 0.01s ease;
}


.tri:hover .triTekst {
	top:0;
	background: #0000FF ;
	opacity: 0.7;
}



#team {
	background-image: url(Images/shattered/shattered_@2X.png);
	background-attachment: scroll;
	background-repeat: repeat-y repeat-x;
	background-size: auto;
	padding:120px 0;
}

.drugaciji h1 {
	text-align:center;
	padding-bottom: 40px;
	text-transform:uppercase;
	color:#000000;
	font-size: 25px;
} 

#intro img {
	float:none;
	border: 4px solid #000000;
    border-radius: 100%;
	text-align: center;
	margin: auto;
	margin-top:30px;

}

#intro p {
	margin-top: 10px;
	text-align:left;

}

#intro h2 {
	margin: 0;
	padding:0;
	border-bottom:4px solid #000000;
	border-collapse:separate;
	text-transform:uppercase;
	font-size:20px;
	width: 350px;
	text-align:center;
}

#intro {
	float:left;
	text-align: center;
}


.block {
	margin-top: 50px;
	width:350px;
	margin-right: 50px;
}

.drugaciji {
	width: 1200px;
	margin: 0 auto;
}

#topLink {
	display:inline-block;
	position:fixed;
	bottom:-100px;
	right:50px;
	color:#fff;
	background:#000000;
	padding:10px;
    transition: all 0.2s ease;
}

#topLink:hover {
	color:#0000FF;
	background:#000000;
}

#topLink.down {
	bottom:0;
}

#contact {
	padding:100px 0;
	text-align:center;
	overflow:hidden;
	background-image: url(Images/carbon_fibre/carbon_fibre.png) ;
	background-attachment: scroll;
	background-repeat: repeat-y repeat-x;
	background-size: auto;
	
}

#contact h2 {
	text-transform: uppercase;
	color:#FFFFFF;
	padding-bottom: 10px;
}

#contact p{
	color:#FFFFFF;
	padding: 10px;
}




footer {
	height:50px;
}

footer p {
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}

#respmenu {
	display:none;
	width: 40px;
	height: 40px;	
}

@media screen and (min-width:1261px) {
	.tri:nth-of-type(4n+4) {
	margin-right:0;
	}
	
	
	.tri:nth-of-type(4n+1) {
   	margin-left:25px;

	}

	.drugaciji:nth-of-type(3n+1) {
  	 margin-left:25px;
	}



}

@media screen and (min-width:1024px) and (max-width:1260px) {
	.wrapper {
	width:960px;
	}
	
	.tri {
	width:250px;
	height:166px;
	position:relative;
	overflow:hidden;
	margin:20px 70px 35px 0;
	float:left;
	}

	.tri:nth-of-type(3n+3) {
	margin-right:0;
	}


	.tri:nth-of-type(3n+1) {
   	margin-left:35px;

	}

	
	
	.block {
	float:none;
	width:270px;
	margin-right: 40px;
	
	}
	
	.drugaciji:nth-of-type(3n+1) {
  	 margin-left:30px;
	}
	
	.drugaciji {
	width:auto;
	margin: 0 auto;
	
	}

	#intro h2 {
	width: 270px;
	}


}

@media screen and (min-width:768px) and (max-width:1023px) {
	.wrapper {
		width:680px;
	}
	
	#prvi {
		 background-attachment: scroll;
	
	}
	
	.tri:nth-of-type(2n+1) {
   margin-left:60px;

	}
	
	
	.block {
	float:none;
	width: 680px;
	margin-right: 0;
	}
	
	.drugaciji {
	width:680px;
	margin: 0 auto;
	
	}
	
	#intro h2 {
	width: 680px;
	}


}

@media screen and (max-width:767px) {
	.wrapper {
		width:80%;
	}
	#header {
		text-align:center;
		height:auto;
	}
	#nav {
		float:none;
	}
	#nav ul li {
		float:none;
	}
	#nav ul li a {
		display:block;
		margin:7px 5px;
	}
	#respmenu {
		display:block;
		margin: 0 auto;
		padding:10px;
    	
	}
	#nav ul {
		display:none;
		
	}
	
	#prvi {
		 background-attachment: scroll;
	
	}
	
	#prvi h1 {
	font-size:40px;
	}

	#prvi h2 {
	font-size: 20px;
	}

	
	.tri {
	float: none;
	margin: 0 auto;
	margin-bottom: 35px;
	}
	
	#intro img {
	float:none;
	border: 4px solid #000000;
    border-radius: 100%;
	text-align:center;
	margin-top: 40px;
	margin-left: auto;

	}

	.block {
	margin-top: 20px;
	margin: auto;
	padding-bottom: 25px;
    width: 80%;
	}

	.drugaciji {
	width: auto;
	}

	#intro p {
	margin-top: 10px;
	text-align:left;

	}

	#intro h2 {
	margin: 0;
	padding:0;
	margin-top: 15px;
	width:auto;
	}

 

	#intro {
	float: none;
	margin: 0 auto;
	text-align:center;
	}
	
	

	.lon {
	float:none;
	margin: 0 auto;
	
	}

}