/* ==========================================================================
   FLEETPOND CSS
   
    includes jumbotronBlog code and .entrymeta display  /Si29/
   ========================================================================== */
body {
	font-family: "Open sans", arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #373737;
	background-color: #ffffff;
	position: relative;
	height: 100%;
}  
.row {
	margin: 0px;
}
.img-responsive {
  	display: block;
  	height: auto;
  	max-width: 100%;
  	margin: 0 auto;
}
.navbar-fixed-top  {
  -webkit-backface-visibility: hidden;
}
header {
	background-color:#ffffff;
}
#logo {
    height: 70px;
}
#navigation {
	background-color: #ffffff;
}
.jumbotronHome, .jumbotronAbout, .jumbotronHistory, .jumbotronHelp, .jumbotronPhotos, .jumbotronReports, .jumbotronVisitFP, .jumbotronContact, .jumbotronNews, .jumbotronWild, .jumbotronClear, .jumbotronVolunteer, .jumbotronMoney, .jumbotronConserve, .jumbotronFinancial, .jumbotronEducation  {
	height:400px;
	margin-top:125px;
}
/*
.jumbotronBlog {
	height:125px;
	margin-top:125px;
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/2015/10/blog-800px.jpg)center no-repeat;
} */
.jumbotronBlog {
	height:400px;
	margin-top:125px;
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/dragonfly-800.jpg)center no-repeat;
}
.jumbotronHome {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/2015/10/home-800px.jpg) center no-repeat;
}
.jumbotronAbout {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/people6-800.jpg) center no-repeat;
}
.jumbotronHistory {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/fishing-800.jpg) center no-repeat;
}
.jumbotronHelp {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/heron-800.jpg) center no-repeat;
}
.jumbotronPhotos {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/heron-800.jpg) center no-repeat;
}
.jumbotronReports {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/clouds-800.jpg) center no-repeat;
}
.jumbotronVisitFP {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/people3-800.jpg) center no-repeat;
}
.jumbotronContact {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/raking-800.jpg) center no-repeat;
}
.jumbotronNews {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/forest-800.jpg) center no-repeat;
}

.jumbotronWild {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/beak-800.jpg) center no-repeat;
}
.jumbotronClear {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/boat-800.jpg) center no-repeat;
}
.jumbotronVolunteer {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/boy-800.jpg) center no-repeat;
}
.jumbotronMoney {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/duck-800.jpg) center no-repeat;
}
.jumbotronConserve {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/larvae-800.jpg) center no-repeat;
}
.jumbotronFinancial {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/man-800.jpg) center no-repeat;
}
.jumbotronEducation {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/people-800.jpg) center no-repeat;
}

#introduction {
	margin-bottom:40px;
}
#sidebar {
	margin-top: 50px;
}
footer {
	background-color:#27ae60;
	color: #ffffff;
	text-align:center;
	padding: 40px 0px 20px 0px;
	font-size: 14px;
}
header a:link, header a:hover, header a:visited {
	color:#373737;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
.entry-meta {
	display:inline;   /* agb - changed from :none */
}
#text-5, #search-2, #search-3 {
	text-align:center;
}
footer a:link, footer a:hover, footer a:visited, footer a:active {
	color:#ffffff;	
	text-decoration: underline;
}
/* ==========================================================================
   BOOTSTRAP OVERRIDES
   ========================================================================== */
a:link, a:visited {
	color:#27ae60;
	text-decoration:none;
}
a:hover {
	color:#2ecc71;
	text-decoration:underline;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h3.widget-title {
	margin-top:10px;
}
.btn-primary, .btn-lg {
    color: #ffffff !important;
    background-color: #f39c12;
    border-color: #f39c12;
    font-size: 18px;   
}
.btn-primary:hover, .btn-lg:hover {
    color: #ffffff !important;
    background-color: #e67e22;
    border-color: #e67e22;
}
.btn-primary {
	padding: 14px 0px;
}
.btn-lg {
	padding: 14px 20px;
}
.navbar-fixed-bottom, .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}
.navbar-toggle {
    margin-top: 22px;
}
.icon-bar {
	background-color: #373737;
}
.nav>li>a {
    padding: 10px 10px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #373737;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
footer .img-responsive {
	display: inline;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
@media (max-width: 1200px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px solid #eee;
}
/* ==========================================================================
   MEDIA QUEIRIES
   ========================================================================== */
@media (max-width:1200px) {
	#navigation {
		background-color: #ffffff;
	}
	header {
		height:80px;
	}
	.jumbotronHome, .jumbotronAbout, .jumbotronHistory, .jumbotronHelp, .jumbotronPhotos, .jumbotronReports, .jumbotronVisitFP, .jumbotronContact, .jumbotronNews, .jumbotronWild, .jumbotronClear, .jumbotronVolunteer, .jumbotronMoney, .jumbotronConserve, .jumbotronFinancial, .jumbotronEducation {
	margin-top:35px;
}
.jumbotronBlog { margin-top:35px; }
}
@media (min-width:1200px) {
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 9px;
	}
}
@media (min-width:800px) {
	.jumbotronHome {
	background:url(http://www.fleetpond.org.uk/wp-content/uploads/2015/10/home.jpg) center no-repeat;
	}
	.jumbotronAbout {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/people6.jpg) center no-repeat;
	}
	.jumbotronBlog {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/dragonfly.jpg) center no-repeat;
	}
	.jumbotronHistory {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/fishing.jpg) center no-repeat;
	}
	.jumbotronHelp {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/heron.jpg) center no-repeat;
	}
	.jumbotronPhotos {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/heron.jpg) center no-repeat;
	}
	.jumbotronReports {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/clouds.jpg) center no-repeat;
	}
	.jumbotronVisitFP {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/people3.jpg) center no-repeat;
	}
	.jumbotronContact {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/raking.jpg) center no-repeat;
	}
	.jumbotronNews {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/forest.jpg) center no-repeat;
	}
	.jumbotronWild {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/beak.jpg) center no-repeat;
	}
	.jumbotronClear {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/boat.jpg) center no-repeat;
	}
	.jumbotronVolunteer {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/boy.jpg) center no-repeat;
	}
	.jumbotronMoney {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/duck.jpg) center no-repeat;
	}
	.jumbotronConserve {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/larvae.jpg) center no-repeat;
	}
	.jumbotronFinancial {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/man.jpg) center no-repeat;
	}
	.jumbotronEducation {
		background:url(http://www.fleetpond.org.uk/wp-content/uploads/header-images/people.jpg) center no-repeat;
	}
}
