		img.full-logo {
			background-color: rgba(255,255,255,0);
			width: 110px;
	
		}
		img#logo2 {
			background-color: rgba(255,255,255,0.9);
			padding:5px;
			margin-top:8px;
			margin-left:5px;
		}
		#header-wrapper {
		    /*background: url(images/flyfisher.jpg), url(../../images/header.jpg);*/
		    background-color: #9edbea !important;
		    background-position: 0% 0%;
		    padding-top: ;
			padding-left: 0;
			padding-right: 0;
			padding-bottom: 3em;
			background-image: none;
			background-repeat: repeat;
			background-attachment: scroll;
		}
		#banner {
			padding-top: 5px !important;
		}
		#banner p {
			font-size: .9em !important;
		}
		h4.biline, #banner p{
			color: black;		
		}
		h4.biline {
			display: inline;
		}
		h5.biline {
			display: inline;
		}
		
		
		
		.donateToday {
			box-shadow: 0px 1px 0px 0px #fff6af;
			background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
			background-color:#ffec64;
			border-radius:6px;
			border:1px solid #ffaa22;
			display:inline-block;
			cursor:pointer;
			color:#333333;
			font-family:Arial;
			font-size:15px;
			font-weight:bold;
			padding:6px 24px;
			text-decoration:none;
			text-shadow:0px 1px 0px #ffee66;
		}
		.donateToday:hover {
			background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
			background-color:#ffab23;
		}
		.donateToday:active {
			position:relative;
			top:1px;
		}	
		input.email {
			border: 1px solid gray !important;
			width: 100% !important;
			padding: 5px !important;
		}	
.flex-container {
  display: flex;
  background-color: white;

  justify-content: center;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.bg-image {
  /* The image used */
  background-image: url("../images/Bluefin-Tuna.jpg");

  /* Add the blur effect */
  filter: blur(5px);
  -webkit-filter: blur(5px);

  /* Full height */
  height: 430px;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  position: absolute !important;
  top: 0px;
}

#header-wrapper {
	/*background: none;*/
	z-index: 9999 !important;
	
	
}
#banner {
	position: relative !important;
	color: white !important;
}
.glowlogo {
	-moz-box-shadow: 1px 2px 3px rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(255,255,255,.5);
	box-shadow: 1px 2px 3px rgba(255,255,255,.5);
}
h4.biline {
	color: white;
}
h4.biline, #banner p {
    color: white;
}
img.full-logo {
    background-color: rgba(255,255,255,.4);
    width: 110px;
}

.center {
	background: lightblue;
	/*border: 1px solid black;*/
	background: url('slickjs/tuna-giffy1.gif') no-repeat;
	background-size: 100%;
	background-size: 100% 500px;
}
@media screen and (max-width: 1150px) {

	#header h1 {
	    font-size: 1.1em;
	}		
}
@media screen and (max-width: 1070px) {

	#header h1 {
	    display: none;
	}		
}

@media only screen and (max-width: 850px) {
	a.mike {
		font-size: .7em;
		padding: 2px 5px;
	}

}
@media only screen and (max-width: 625px) {
	a.mike {
		/*font-size: .6em;*/
		padding: 2px 5px;
	}

}