*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
/* pocetak headera*/
header{
	position: static;
	width: 100%;
	height: 250px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding-top:90px;
	
	
}
#logo{
	position:relative;
	font-family: 'Wallpoet', cursive;
	text-transform:uppercase;
	color:#000;
	font-size:34px;
	width: 30%;
	height: 40px;
	opacity: 0.6;
	margin-left:569px;
	margin-right:569px;
	margin-bottom:36px;
	
}
/* STROMAE */
h1{
	position:relative;
	width: 227px;
	height: 45px;	
	font-family: Wallpoet;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.3em;
}
/* STROMAE kraj*/

/* navigacija */
nav{
	position:relative;
	width:600px;
	height: 32px;
	margin-left:401px;
	margin-right:402px;
	word-spacing:10px;
	
}
nav li{
	display:inline-block;
	text-decoration:none;
}
nav a{
	text-decoration:none;
	font-family: 'Sura', serif;
	font-size:20px;
	text-indent:10px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:3px;
	word-spacing:12px;
}
nav a:hover {
  color:#FFF;
  opacity: 0.7;
  transition: 0.3s;
}
/* navigacija kraj */

/* kraj headera*/


/* pocetak pozadine*/
.leftdiv{
	width:50%;
	height:960px;
	background-image:url(../img/2.jpg);
	background-image:cover no-repeat;
	float:left;
	padding-top:100px;
}
.rightdiv{
	width:50%;
	height:960px;
	background-color:#312F2F;
	float:right;
	text-align:center;
}
.cleaner{
	clear:both;
}
.text{
	position:relative;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	color:#fff;
	padding-top:70px;
}
.rightdiv img{
	margin-top:30px;
}
.rightdiv img:hover{
	height:550px;
	transition:0.4s;
	opacity:0.7;
}
.text i{
	margin-top:20px;
}
.wrapper{
	width:90%;
	height:250px;
	margin-top:110px;
	margin-left:36px;
}
.wrapper:last-child{
	margin-top:50px;
;
}
.leftdiv h2{
	text-align:center;
	font-size:40px;
	letter-spacing:4px;
	margin-top:80px;
	color:#fff;
	opacity:0.7;
}
.box{
	width:40%;
	height:200px;
	float:left;
	margin-top:25px;
	margin-left:43px;
	text-align:center;
	color:#fff;
	line-height:20px;
	
}
.box h3{
	font-family: 'Wallpoet', cursive;
}
.box p{
	font-family: 'Sura', serif;
}
.box a{
	text-decoration:none;
	color:#fff;
}

.box:hover{
	background-color:#DADADA;
	transition:0.7s;
	color:#000;
}
.box a:hover{
	color:#000;
	transition:0.3s;
}

/* kraj pozadine*/

/* zaglavlje*/

footer{
	height:100px;
	font-family: 'Sura', serif;
	background-color:#D3D3D3;
	padding-top:15px;
	text-align:center;
}
.ime{
	width:20%;
	height:40px;
	text-align:center;
	font-size:20px;
	padding-right:60px;
	margin-top:15px;
	float:left;
}

.arrow{
	width:5%;
	height:50px;
	float:left;
	margin-left:372px;
	text-align:center;
	font-size:40px;
}
.arrow a{
	color:#000;
}

.social{
	width:20%;
	height:50px;
	float:right;
	font-size:38px;
	color:#000;
}
.social a{
	color:#312F2F;
}
/* zaglavlje kraj*/

/*ALBUMS STRANICA*/


.block1{
	float:left;
	width:10%;
	height:1200px;
	background-color:#4D4D4D;

}
.block2{
	float:right;
	width:10%;
	height:1200px;
	background-color:#4D4D4D;
}
#bgpic{
	background-image:url(../img/4.jpg);
	width:80%;
	height:1200px;
	float:left;	
}

section{
	height:1200px;
	font-family: 'Wallpoet', cursive;
	font-size:30px;
	color:#fff;
}
section article{
	height:200px;
}

section article figure img{
	width:150px;
	height:150px;

}
section article figure img:hover{
	opacity:0.7;
	transition:0.3s;
}
section article figure figcaption{
	border-bottom:3px outset #fff;
	width:80%;
	height:40px;
}

/*ALBUMS STRANICA KRAJ*/


/*BIOGRAPHY  pocetak*/

#bg{
	background-color:#E0E0E0;
	width:80%;
	height:2500px;
	margin-left:136.6px;
	
}
#bg img{
	width:300px;
	height:400px;
	margin-top:50px;
	margin-left:50px;
	margin-right:10px;
}
.tekst{
	font-size:22px;
	float:right;
	width:60%;
	height:430px;
	margin-right:20px;
	color:#000;
	margin-top:50px;
	text-align:center;
}
.tekst h2{
	font-family: 'Wallpoet', cursive;
	font-size:30px;
}
.tekst p{
	font-family: 'Sura', serif;	
}

.tekst2{
	width:100%;
	height:1200px;
	margin-top:40px;
	padding-left:20px;
	padding-right:20px;
}
.tekst2 h2{
	font-family: 'Wallpoet', cursive;
	font-size:30px;
}
.tekst2 h2 h4{
	font-family: 'Sura', serif;	
	
	
}

.tekst2 p{
	font-size:20px;
	font-family: 'Sura', serif;	
	line-height:30px;
}
.tekst2 h4 mark{
	background-color:#fff;
}

/*BIOGRAPHY  kraj*/


/*AUTHOR  pocetak*/
#bg2{
	width:80%;
	height:1500px;
	background-color:#4A4A4A;
	margin:0px auto;
}
#author{
	text-align:center;
	padding-top:30px;
	height:800px;
	width:80%;
	margin:0px auto;
}
#author h2{
		font-family:'Wallpoet', cursive;
		font-size:40px;
		
}
#author img{
	width:400px;
	height:400px;
	border-radius:15px 50px;
}
#author p{
	margin-top:30px;
	font-family: 'Sura', serif;
	font-size:24px;
}
#container{
	width:100%;
	font-family: 'Sura', serif;	
}
#container h2{
	font-size:20px;
	font-family:'Wallpoet', cursive;
}
#forma{
	width:60%;
	display:flex;
	justify-content:center;
	align-items:center;
	border:3px outset #fff;
	margin:30px auto;
	font-family: 'Sura', serif;
	font-size:25px;
	padding:10px auto;
}
#forma form textarea{
	width:400px;
	height:100px;
	resize:none;
}

#forma form input[type=text] {
	width:100%;
	padding: 12px 20px;
	margin: 8px 0;
}
#forma form input[type=email] {
	width:100%;
	padding: 12px 20px;
	margin: 8px 0;
}
#forma form input[type=submit]{
	width:60px;
	height:30px;
	margin-right:20px;
}
#forma form input[type=reset]{
	width:60px;
	height:30px;
}
#forma form input[type=radio]{
	margin-right:10px;
}
/*AUTHOR  kraj*/

/*GALLERY  pocetak*/

#bg3{
	width:90%;
	height:1400px;
	margin:20px auto;
	border:1px solid #000;
	background-color:#312F2F;
}

#bg3 img{
	width:400px;
	height:400px;
	margin:30px 100px;
	opacity:0.7;
}

#bg3 img:hover{
	opacity:1;
	transition:0.3s;
}

/*GALLERY  kraj*/
