@charset "UTF-8";

body{
	background:url(fot/background.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin:0;
	padding:0;
}
.boks{
	text-align:center;	
	padding-top:230px;
	padding-bottom:370px;
}
img {
	text-align:center;	
	width:300px;
    height:300px;	
}	
footer .sadrzaj{
	background-color:rgba(78,77,75,.5);
	display:block;
	overflow:hidden;	
}
footer .sadrzaj p{
	text-align:center;
	color:#fff;
	font-size:22px;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
}
@media screen and (min-width:1024px) and (max-width:1260px){

.boks{
	text-align:center;	
	
}
img {	
	text-align:center;	
	width:300px;
    height:300px;
		
}

}
@media screen and (min-width:768px) and (max-width:1023px){

.boks{
	text-align:center;	
	
}
img{
	   text-align:center;	
	width:300px;
    height:300px;
	    margin-left:80px;
}



	
}
