header {
 height: 200px;
}

header p {
    padding-top: 100px;
 text-align: center;
}

.content {
 height: 800px;   
}

body {
    max-height: 400px;
    background-image: url('../images/skyline1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
.navbar-default {
  background-color: #fff;
  border: 3px double #eee;
  border-radius: 0;
  border-left: none;
  border-right: none; }

#BB-nav.affix {
  position: fixed;
  top: 0px;
  -webkit-transition: top 1s ease-in;
  transition: top 1s ease-out; }

#BB-nav {
  width: 100%;
  background-color: #fff;
  z-index: 999;
  top: -30px; }
  #BB-nav .dropdown-menu {
    border: none; }

.BB-nav li a {
  background-color: transparent;
  font-size: 1.04em;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #202020 !important;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all; }
  .BB-nav li a:hover {
    background-color: transparent;
    color: #42E593 !important; }

/*reset */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #D75752 !important; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu a {
  background-color: transparent; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

/* search Form ****/
.navbar-nav > li > form {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (min-width: 768px) {
  .navbar-nav > li > form {
    padding-top: 15px;
    padding-bottom: 15px; } }

#search-nav input, #search-nav button[type="reset"] {
  display: none; }

#search-nav input, #search-nav button {
  border-radius: 0px;
  border-width: 0px;
  color: #454545;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none; }

#search-nav .search-submit {
  position: relative;
  bottom: 2px; }
/*nav-bar ends*/

.carousel-caption {
  color: yellow;
  font: status-bar;
  font-size: 15pt;
  margin-bottom: 375px;
  }

/*search bar*/
.well-searchbox {
  min-height: 20px;
  min-width: 400px;
  padding: 19px;
  position: center;
  background: rgba(0, 0, 0, 0);
  color: white;
  font: status-bar;
  font-size: 15pt;
}
h1 {
  color: yellow;
  font: status-bar;
  font-size:40pt;
  padding-top: 8cm;

}
h2{
  color: white;
  font: status-bar;
  font-size: 15pt;
  padding-left: 50px;
  padding-bottom: 40px;
}

.well-searchbox label {
    color: rgba(0,0,0,0,0.5);
}
.searchbutton {
	padding-left: 120px;
}
/*search bar ends*/