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:5vmin;
	 line-height:1;
 }
a.design {
	
    font-size: 1.99vmin;
    color: green;
    /* position: fixed; */
    /* bottom: 34px; */
    /* left: 37%; */
    /* text-align: center; */
    margin: auto;
    display: block;
    text-align: center;
}

h1 {
    text-align:center;
    font-size:1.99vmin;
	color:green;
	/*position:fixed;*/
	/*bottom:47px;*/
	/*left:37%; */
	
	
}

.row {width:100%;}
img.us {
	width:50px;
	height:25px;
	float:right;
}
p {
    color: green;
    font-size: 2.7vmin;
}
.text {text-align:center;}
.reklame {
      text-align:center;  
}
.reklame {
    height:200px;
}
/*google ads*/


/*.col {max-width:33%;}*/

/*responsive*/
 @media only screen and ( max-width:580px ) {
  
.drag {
  height:63px;
 }
img {
	width:360px; 
 }
 }