.navbar-inverse{
  padding-bottom: 0px;
  padding-top: 0px;
}

.navbar-brand{
 letter-spacing: 0px; 
}

#footer h4{
  padding-bottom: 5px;
}

.author-avatar{
 display: none; 
}

.status-frame{
  width: 40%;
}

.status-service{
 width: 90%; 
 float: left; 
 font-size: 20px;
}

.status-icon{
 width: 10%; 
 float: left; 

}

.status-icon span{
 margin-top: -6px; 
}

.status-line {
 padding-bottom: 50px; 
}

.status-updated{
  text-align: center;
 font-size: 11px;
 font-style: italic;
 color: darkgrey;
  margin-top: 15px;
}

.jumbotron{
 background: transparent; 
  color: white;
}

#ww.header-image{
  background-size: 100%;
  background-image: url('wp-content/uploads/2015/03/Q1OSKR7D421.jpg');
  background-position: left;
  background-repeat: none;
  height: 25%;
  padding-bottom: 10%;
  padding-top: 10%;
}

.header-image h1{
 color: white;
  font-size: 65px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
 background-color: #2c3e50; 
}

#gallery-2{
 margin-left: 45px; 
}

/* For any viewports less than 1000px wide */
@media (max-width: 1000px) {

    #ww.header-image {
        background-size: 1000px 300px; /* Force the image to its minimum width */
    }

}


