/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: relative;
	z-index: 15;
}

#logo {
	max-height: 200px
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 30px;

	/* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
	margin-top: -90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 800px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 900px;
}

/* BTN */

@media screen and (max-width: 990px) {
	.btn-large {
		width: 100%;
		margin-bottom: 15px;
		
	}
}

/* CONTAINED IMG 
-------------------------------------------------- */

.container-fluid.image-wide .col-md-12 {
	height: 65vh;
	width: 100%;
	margin-bottom: 25px;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center bottom;
}

.container-fluid.image-wide.sobek .col-md-12{
	background-image: url("/static/images/195.jpg");
}

.container-fluid.image-wide.riverwatch .col-md-12{
	background-image: url("/static/images/riverwatch.jpg");
	background-position-y: 50%;
}

.container-fluid.image-wide.bob .col-md-12{
	background-image: url("/static/images/water_bob_wide.jpg");
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
/*.marketing {
	padding-left: 15px;
	padding-right: 15px;
}*/

/* Center align the text within the three columns below the carousel */
/*.marketing .col-lg-4 {*/
	/*text-align: center;*/
	/*margin-bottom: 20px;*/
	/*display: inline-block;*/
/*}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}*/

/* JUMBOTRON FULL WIDTH */

.jumbotron.teal {
	background-color: #00b2b5;
	color: white;
}

.jumbotron.teal a {
	color: #333;
	font-weight: 700;
}

.jumbotron .container.partners .row div {
	text-align: center;
    line-height: 1.2;
	padding-top: 20px;
}


/* Featurettes
------------------------- */

.featurette-divider {
/* Space out the Bootstrap <hr> more */
	margin-bottom: 15px;
	margin-top: 70px;
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

/* VIDEO */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	/* Remove the edge padding needed for mobile */
	/*.marketing {
		max-width: 1200px;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
	}*/

	.newcontent {
		max-width: 550px;
		position: relative;
		top:-1110px;
		left:300px;
	}
	.allContent {
		max-width: 100%;
		float: right;
		position: relative;
	}
	
	.mybutton {
		/*adjust the roundness*/
		border-radius: 4px;
		moz-border-radius: 4px;
		webkit-border-radius: 4px;
		/*adjust height and width*/
		height: 50px;
		width: 350px; 
		/*change border colour*/
		border:3px #245ec6 solid;
		font-size: 30px;
		margin-left: 80px;
	}

	#slideshow { 
		position: relative; 
		width: 40%; 
		height: 326px;  
		float:right;
	}

	#slideshow > div { 
		position: absolute; 
		top: 10px; 
		left: 10px; 
		right: 10px; 
		bottom: 10px; 
		overflow: hidden;
	}

	/* 2D TRANSITIONS */
	/* Grow 
	.grow {
		display: inline-block;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	.grow:hover, .grow:focus, .grow:active {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	.grow:hover, .grow:focus, .grow:active {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}*/

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 40px;
		font-weight: 400;
	}
}

@media (min-width: 992px) {
	/* .featurette-heading {
		margin-top: 120px; 
		text-align: center;
	}*/
}
