.link-btn {position:relative; cursor:pointer; background-color:#89c303; width:100%;background-repeat:no-repeat; background-size:cover;}
.link-btn:hover {box-shadow: 0px 0px 0px 5px #89c303;}
.link-btn h3 {background-color:#89c303; padding:20px 15px; color:#fff; position:relative; top:50%; margin-top:-;}

html, body{
	height:100%;
	    background: url("../images/fish_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#header {background-color:#758B85; color:#fff; margin-bottom:2px}
.intro {
    background: rgba(117, 139, 133, 0.4);
    padding: 2rem .5em 1em .5em;
	color:#000;
	font-size: 20px!important;
	margin: 1em 4em 2em 4em;
}
.btn-info {
    border: 0px;
    position: relative;
    float: right;
    margin-top: 11px;
}

#header h2{
	    text-shadow: 2px 2px #000;
    font-size: 32pt;
}
p {
    margin: 0 0 10px;
    font-size: 20px;
}
.modal-header .close {
    margin-top: -10px;
}
.wrap {
	margin: 0 auto;
	width: 810px
}

.drop {
	width: 100%;
	height: 400px;
	display: block;
	border: solid #758B85;
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	    border-radius: 10px;
		position:relative;
		top:30px;
}

.drop h1 {
	background-color: #758B85;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: sans-serif
}

.drag {
	position: absolute;
	top: 0;
	width: 400px;
	margin: 0 auto;
	top:30px;
}

.drag img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}


.small {
	width: 130px;
	height: 130px;
}

.small img {
	width: 100%;
	
}

h1, .h1 {
    font-size: 36px;
    background-color: #758B85;
    padding: 10px;
    color: #fff;
}

.tag{
	position: relative;
	top:50px;
	left:100px;
	display:inline-block;
	background:rgba(255,255,255,0.8);
}

.btn {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.btn:active {
	position:relative;
	top:1px;
}



	
@media only screen and (max-height :850px){
	.drag {width:220px}
	.drop{height:250px;}
	
	.small {
	width: 100px;
	height: 100px;
}

.small img {
	width: 100%;
}