body.fish {
	background-image:url('pozadina.png');
	background-size:cover;
	background-attachment:fixed;
}
h2 {
	text-align:center;
	color:white;
}
h3 {
    text-align:center;
    color:white;
}
.drag img { /*display:inline-block;*/ 
        width:147px; 
        height:140px; 
        margin:auto;
        display:block; 		
		border:5px solid green;
		border-radius:20px;
		margin-bottom:10px;
        /*flex:33%;*/
}

.drag  {
    text-align:center;
}
a {color:white;}
 
.reklame {
      text-align:center;  
 }
 

.row {width:100%;}
.col-sm-3 {max-width:20%;}

/*responsive*/
 @media only screen and ( max-width:640px ) {
  .drag img{
      
      width:50px!important;
      height:40px!important;
 }
  .drag1 img{
      
      width:50px!important;
      height:40px!important;
 }
 .drop {
    /* width:360px;
    / height:250px;
	 /*padding-right:300px;*/
}
img.ui-draggable {
  /* width:30px;*/
  /* height:20px;*/
 } 
 }
