body {
	font-size: 1.7em;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul.navbar-nav li a, .carousel-caption {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #234767;
	font-size: 1.8em!important;
}

h2 {
	color: #3874A6;
		font-size: 1.6em;
}

h3 {
	color: #234767;
}

img {
	max-width: 100%;
	height: auto;
}

.image-row img {
	margin-bottom: 20px;
		
}

.top-header {
	color: #EEE;
	background-color: #234767;
	height: 60px;
	line-height: 60px;
}

.logo {
	margin-top: 2px;
	z-index: 100;
	position: relative;
}

.top-header .container {
	padding: 0;
}

.top-header .social {
	float: right;
}

.top-header a:link, .top-header a:visited {
	color: #EEE;
	text-decoration: none;
}

.top-header a:hover, .top-header a:active {
	color: #CCC;
	text-decoration: none;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.container-content, .navbar {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(102,102,102,.8);
	-moz-box-shadow: 0px 5px 5px 0px rgba(102,102,102,.8);
	box-shadow: 0px 5px 5px 0px rgba(102,102,102,.8);
}

.navbar-nav {
	text-transform: uppercase;
}

.navbar-nav > li  {
	font-weight: bold;
}

.banner {
	margin-bottom: 20px;
}

.container-content {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.container-content .row {
	
}

.right-column img, .banner img, .what-we-catch img, .photo-img {
	padding: 10px;
	border: 1px solid #CCC;

}

.right-column h3 {
	font-size: 20px;
	text-align: center;
	background-color: #BD910A;
	padding: 10px;
	color: #FFF;
	 text-shadow: 0px 2px 2px #333;
	 border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #CCC;
}

.right-column a.list-group-item {
	font-weight: bold;
}

.right-column a.list-group-item:link, .right-column a.list-group-item:visited {
	color: #234767;
}

.right-column a.list-group-item:link, .right-column a.list-group-item:visited {
	color: #3874A6;
}

.what-we-catch h3 {
	font-size: 20px;
	text-align: center;
}

/* Sponsors */

.sponsors {
	text-align: center;
	margin-bottom: 30px;
}

/* Footer */

footer {	
	padding-top: 10px;
	font-size: .9em;
	background-color: #234767;
	color: #EEE;
}	

footer a:link, footer a:visited {
	color: #86B3D8;
}

footer a:hover, footer a:active {
	color: #CCC;
}

.footer-container {
	padding: 0;
}

.footer-container .row {
	padding: 0 15px;
	text-align: center;
}

.footer-contact {
	font-size: 1.3em;
	margin: 20px 0;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(241, 190, 31, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FFD34A;
  opacity: 1;
}

.social span {
	margin-left: 10px;
}

.social-icons {
	margin-right: 20px;
}

.social-phone {
	margin-right: 10px;
}

.social-footer {
margin-bottom: 20px;
}

.social-footer a {
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
}

.social-footer span {
	margin: 0 5px 0 5px;
}

/* Map Container */

.map-container iframe {
    pointer-events: none;
}


@media (max-width: 767px) {

	.cd-top {
		right: 20px;
		bottom: 20px;
	}

	h1 {
		font-size: 1.3em!important;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.0em;
	}
	
    .footer-container .row  {
      margin: 0;
    }
	
	.footer-container .col-sm-4, .copyright {
		text-align: center;
	}
	
	.logo {
		height: 90px;
		width: auto;
		position: absolute;
		margin: 16px 0 0 10px;
	}
	
	.social-email, .social-phone, .social-icons {
		display: none;
	}
	
	.footer-contact {
		font-size: 1em;	
	}

}

@media (max-width: 480px) {
	.social-email {
		display: none;
	}
}

@media (min-width: 481px) and (max-width: 991px) {

}

@media (min-width: 991px) {
	.navbar-nav {
		float: right;
	}	
}
