html, body {
    margin: 0;
    padding: 0;
    left: 0;
    background: #444;
}

.container {
    max-width: 980px;
    margin: 0 auto;
}
a:hover {
	text-decoration: none;
}
.section img {
	width: 159px;
	height: 204px;
	border: 1px solid grey;
	border-radius: 80px;
	margin-bottom: 10px;
}
/*clear*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Jumbotron */

.jumbotron {
    height: 500px;
    background: url('../images/homepage-images/back_dams.png') no-repeat  center center ;
    background-size: cover;
    padding-top: 25px;
    margin-bottom: 0;
    z-index: 1;
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    -webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    text-align: center;
}

.jumbotron h2{
    color: #fff;
    font-size: 60px;
    text-align: center;
    z-index: 1;
}

.jumbotron h2:first-child {
    margin: 80px 0 0;
}
.jumbotron img {
	margin: 0 10px 0 ;
	height: 150px;
	width: 150px;
	z-index: 1;
}

/*banner menu*/
.banner-menu  {
	padding: 30px 5px ;
	min-height: 100px;
	background: #fff;
	text-align: center;
}
.banner-menu .nav {
	list-style: none;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}
.banner-menu .nav div a {
    opacity: 0.9;
    color: #444;
    display: block;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #ccc;
    border-radius: 2px;
    -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.nav-pills div a:hover {
  	color: #ff6600;
  	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
  	transition: color .5s;
}
/* Banner */
.banner {
	background-color:#fff;
	text-align: left;
	padding: 5px;
	text-decoration: none;
}

.banner h2 {
	text-align: left;
	color: #333;
	font-size: 1.4em;
}
.banner p {
	text-align: left;
	color: #444;
	font-size: 1.03em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* section with PDF links */
.banner .linked .pd_link {
	margin: 5px;
	padding-top: 12px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #ffe8a8;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.linked span.latest_title {
    display: block;
    color: #444;
    font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 7px;
}
.banner .linked .pd_link:hover{
	background-color: #ffc816;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
}

/* SECTION WITH NEWS LINKS */
.banner .news .news-slider {
	position: relative;
  	width: 100%;
  	height: 140px;
}
.banner .news .news-link {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0 5px;
	padding: 10px;
	text-align: right;
}
.banner .news .activeNews {
	display: block;
}
.news span.latest_title {
    position: relative;
    top: 80px;
    right: 10px;
    color: #ddd;
    font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
    font-size: 2em;
    text-shadow: 1px 1px 1px #111;
    font-weight: bold;
    padding-bottom: 7px;
}

/*links at last before footer*/
.links {
	text-align: left;
	padding-top: 20px;
    padding-bottom: 20px;
    background-color: #555;
    color: #eee;
}
.links h3 {
	line-height: 100px;
}

.links ul {
	list-style: none;
	padding: 0;
}
.links li {
	list-style: none;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	height: 70px;
}

.links a {
	text-decoration: none;
	color: rgba(180, 180, 180,1);
	cursor: pointer;
	text-align: left;
	font-size: 13px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.links a:hover {
	color: orange;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.links h3 {
	margin:0;
    padding: 5px;
    color: #ddd;
    font-size: 20px;
    text-align: left;
}


/* ---------------------- */

/* Media Queries */
@media (max-width: 980px) {
  .jumbotron {
    height: 400px;
  }
  .jumbotron h2 {
    font-size: 40px;
  }
  .jumbotron img {
    width: 100px;
    height: 100px;
  }
  .banner-menu .nav div a{
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
