#top {
  background: #09578b;
  color: #eeeeee;
  padding: 10px 0;
}
#footer {
  background: #09578b;
}

/* Increase navbar height */
.navbar {
    min-height: 80px; /* Default is usually 50-60px */
}

.navbar-brand {
    height: 80px;
    padding: 20px 15px;
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 20px;
}

/* Adjust logo size if needed */
.navbar-brand img {
    height: 40px; /* Adjust as needed */
}

.bar.background-image-fixed-2 {
  background: url('../img/elektro2.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}