.container{
	text-align: center;
}
.main-background {
	background-image: url(img/bg.jpg);
	background-size: cover;
	color:white;
}
.custom-nav{
	background-color: transparent;
	position: fixed;
	width: 100%;
}
.navbar-brand{
	color:#fed136;

}
.fish-img img{
	width: 128px;
	display: block;
	margin: 0 auto 30px auto;
}
.pic-img img{
	width: 100%;
	display: block;
}
textarea.form-control{
	height:148px;s
}
.position{
	position: relative;
}
.yellow-box{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,209,55,0.5);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
}
.yellow-box:hover{
	opacity: 1;
}