@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body{
	background: url(../img/bkgd.jpg) repeat-y;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}
.navbar-nav>li.nomar>a{
	padding: 10px 3px;
	}
.facebook { overflow: hidden; border: 1px solid #fff; }
@media (min-width:768px){
	h1{
		font-size: 26px;
		}
	h2{
		font-size: 18px;
		color: #97622D;
		}
	.mainlogo{
		display: none;
		}
	}
	
@media (max-width:500px){
	footer a{
	display: block;
	}
	.mainlogo{
		display: block;
		margin-bottom: 35px;
		}
	h1{
		font-size: 30px;
		}
	}
.fishit{
	margin: 0px;
	padding: 0px;
	}
h5{
	color: #06F;
	font-weight: 600;
	}
h5 small{
	font-size: 95%;
	color: #06f;
	}
.ui-datepicker{
	z-index: 999999 !important;
	}
.paypal-sm{
	background: url(../img/paypal-btn.png) no-repeat;
	width: 313px;
	height: 65px;
	display: block;
	}
.fishit li{
	list-style: none;
	padding-left: 30px;
	background: url(../img/fish-icon.png) no-repeat left top;
	}

.container-fluid{
	padding: 0px;
	}
.navbar{
	margin-bottom: 0px;
	background: #2D1B00;
	border-radius: 0px;
	}
.navbar-inverse .navbar-nav>li>a {
color: #FFFAD8;
}


#weather {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  background: #1192d3 url(../img/cancun.jpg) no-repeat bottom right;
  background-size: cover;
}

i {
  color: #333;
  font-family: weather;
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin: 0 0 8px;
  color: #333;
  font-size: 55px;
  background: white;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 5px;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
}

#weather .currently {
  margin: 0 20px;
   margin-top: 5px;
}

footer{
	background: #333;
	padding: 10px 0px;
	margin-top: 25px;
	border-top: 1px solid #000;
	}
footer a{
	padding: 0px 10px;
	}

#reservations h5{
	font-size: 22px;
	}
.nav-wrap{
	background: #362601;
	}
.nav-wrap img{
	border-bottom: 3px #362601 solid;
	margin: 0 auto;
	}
#fishing-seasons{
	overflow-x: scroll;
	margin-bottom: 20px;
	}
.topit{
	background: white; z-index: 9999; position: relative; padding: 25px; border: 1px solid #292001;
	}
#faq h4{
	color: #09F;
	font-weight: 600;
	}
.btn{
	white-space: normal !important;
}
.navbar-nav>li>.dropdown-menu{
	z-index: 99999 !important;
}