/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
   .jumbotron {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background: url('../Content/images/eip_dcs_logo_background.png')
  
}

.jumbotron h1 {
  line-height: 1;
  color: #ffffff;
}

.jumbotron p {
  line-height: 1.4;
  color: #ffffff;
}


 .body-content {
        padding: 0;
		margin-top: 100px;
    }



.navbar-inverse {
  background-color: #cccccc;
  border-color: #cccccc;
}


.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
