body.fish {
	background-image:url('pozadina.jpg');
	background-size:cover;
	background-attachment:fixed;
}
img {
	margin:auto;
	display:block;
}
h2 {
	text-align:center;
	font-family:'Gloria Hallelujah', cursive;
	color:#669b21;
	font-weight:bold;
}
.row {margin-left:0px;}
.drag  { /*display:inline-block;*/ 
        width:100%; 
        height:96px; 
        margin:auto;
        display:block; 		
		border:5px solid green;
		border-radius:20px;
		margin-bottom:10px;
		background:aliceblue;
		text-align:center;
        /*flex:33%;*/
}
 a {
	 color:#669b21;;
	 font-size:4.2vmin;
	 line-height:1;
 }

a.design {
	font-size:1.99vmin;
	color:green;
/*	position:fixed;
	bottom:34px;
	left:37%;*/
	margin:auto;
	display:block;
	text-align:center;
}
h1 {
    font-size:1.99vmin;
	color:green;
   /*	position:fixed;
	/*bottom:47px;
	/*left:37%;*/
    text-align:center;
}
 
 p {
     color:green;
     font-size: 2.7vmin;
 }
.reklame a {font-size:11px;}
.row {width:100%;}
img.us {
	width:50px;
	height:25px;
	float:right;
}
.reklame {
    height:200px;
}
.text {text-align:center;}
/*.col {max-width:33%;}*/

/*responsive*/
.reklame {
      text-align:center;   
 }
 @media only screen and ( max-width:580px ) {
  
.drag {
  height:63px;
 }
img {
	width:360px; 
  }
 }
  