/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  color:#00003E;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {color:#00003E;font-family:Georgia;}
.navbar-fixed-top, .navbar-fixed-bottom {position: relative;}
.navbar { background-color:#00003E; background: url("../img/haus.png"); background-repeat: no-repeat; min-height:200px;}
.navbar .navbar-brand {color:1BADD8;}
.jumbotron {background:#EAEAEE;}
.headerLinks {float:right;}
.btn-default {border-color: transparent;border-bottom:2px solid #1BADD8; }
.btn-default:hover {border-color: transparent;border-bottom:2px solid #1BADD8; }

.navbar-toggle .icon-bar {background-color: white;}
.navbar-toggle {background-color:#1BADD8;}



.jumbotron {
 
  padding: 2rem 1rem;
 
  margin-bottom: 2rem;
 
  border-radius: 0.3rem;
 
 
 
background: #000064;  /* old browsers fallback color*/
 
background: -webkit-linear-gradient(to right, #1BADD8, #00003E); 
 
background: linear-gradient(to right, #1BADD8, #00003E);
 
 
 color:white;
 
 
}
 
.hd1{
 
    color:#fff;
 
}