/*
#ffd504
#005aab
#337ab7
*/

h2 {padding-left:8px;}

.bigpic {
    postion:relative;
    width: 100%;
    height: 400px;
    display: block;
    background-image: url('../img/powerGridPole.png');
    background-repeat: no-repeat;
    background-size: 100% 120%;
}

.bigletters {
    position: absolute;
    display: inline-block;
    top: 240px;
    font-size: 3em;
    color: white;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.news-caption {
  line-height: 1.6;
  text-indent: 20px;
  border-left: 3px solid #337ab7;
  padding-left:10px;
  color: black;
  font-size:14px;
  font-weight: bold;

}

.dateNews {
  font-size:14px;
  color:#337ab7;
}

.newsImage {
  background-repeat: no-repeat;
  background-size: 100%, cover;
  height:150px;
  width:100%;
  transition: all .4s ease-in-out;
}

.newsImage:hover {
  transform: scale(1.3);
}

.partnersDiv {
  display:inline-block;
  margin:10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}