#navbar1{
    border-radius: 0;
    margin-bottom: 0px;
}
.navbar-header{
    min-width: 120px;
}
.logo-container .logo{
    overflow: hidden;
    width: 120px;
    float: left;
}
.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
}
.logo-container{
    margin-top: 5px;
}
.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}
/* Color for dropdown in nav bar */
.navbar-default .navbar-nav > li > a:not(.btn){
		color: #403D39;
		padding-bottom: 7px;
		padding-top: 7px;
}
.landing-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 800px;
}
.landing-header-image{
    background-image: url('../img/tail-ladder.jpg');
} 
.landing-header-logo{
	  max-width: 100%;
	  height: auto;
}	 
.landing-header .motto{
    color: #FFFFFF;
    padding-top: 25vh;
    text-align: center;
    z-index: 3;
}
.landing-header .motto h1{
/*    font-family:"Good Times";*/
    text-shadow: 2px 2px 4px #000000;
}
.landing-header .motto h2{
/*    font-family:"Good Times";*/
    text-shadow: 2px 2px 4px #000000;
}

.landing-header .motto h3{
    margin-bottom: 0;
/*    font-family:"Good Times";*/
    text-shadow: 2px 2px 4px #000000;
}
.maintenance-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 400px;
}
.maintenance-header-image{
    background-image: url('../img/PCU-black.jpg');
}
.maintenance-header .motto{
    color: #FFFFFF;
    padding-top: 13vh;
    text-align: center;
    z-index: 3;
    text-shadow: 2px 2px 4px #000000;
}
.maintenance-header .motto h3{
    margin-bottom: 0;
}
.services-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 400px;
}
.services-header-image{
    background-image: url('../img/cabin.jpg');
}
.services-header .motto{
    color: #FFFFFF;
    padding-top: 13vh;
    text-align: center;
    z-index: 3;
    text-shadow: 2px 2px 4px #000000;
}
.services-header .motto h3{
    margin-bottom: 0;
}
.about-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 400px;
}
.about-header-image{
    background-image: url('../img/cockpit.jpg');
}
.about-header .motto{
    color: #FFFFFF;
    padding-top: 13vh;
    text-align: center;
    z-index: 3;
    text-shadow: 2px 2px 4px #000000;
}
.about-header .motto h3{
    margin-bottom: 0;
}
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
   margin-bottom: 5vh;
}
#nuemap {
   width: 100%;
   height: 400px;
   background-color: grey;
   margin-bottom: 5vh;
}
.team-player .img-circle, .team-player .img-thumbnail {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
.contact-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 400px;
}
.contact-header-image{
    background-image: url('../img/global-xrs.jpg');
}
.contact-header .motto{
    color: #FFFFFF;
    padding-top: 17vh;
    text-align: center;
    z-index: 3;
    text-shadow: 2px 2px 4px #000000;
}
.contact-header .motto h3{
    margin-bottom: 0;
}
.imprint-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 400px;
}
.imprint-header-image{
    background-image: url('../img/weighing.jpg');
}
.imprint-header .motto{
    color: #FFFFFF;
    padding-top: 13vh;
    text-align: center;
    z-index: 3;
    text-shadow: 2px 2px 4px #000000;
}
.imprint-header .motto h3{
    margin-bottom: 0;
}
.downloads-header{
    background-size: cover;
    background-color: #f4f3ef;
    background-position: center top;
    margin-top: -100px;
    min-height: 400px;
}
.downloads-header-image{
    background-image: url('../img/paper-chaos.jpg');
}
.downloads-header .motto{
    color: #FFFFFF;
    padding-top: 13vh;
    text-align: center;
    z-index: 3;
    text-shadow: 2px 2px 4px #000000;
}
.downloads-header .motto h3{
    margin-bottom: 0;
}
.main{
    background-color: #fff;
/*     position: relative; */
}
.section-orange{
		background-color: #FF8F5E;
}
.footer .copyright {
  color: #777777;
  padding: 10px 15px;
  font-size: 14px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}
.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}
