@charset "utf-8";
/* CSS Document */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: White !important;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.jumbotron {
 background-image: url("Equipment jumbotron2.png");
 background-attachment: scroll;
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain!important;
 weidth: 100%;
 height: 0 ;
 padding: 49.16% 0 0 !important;
}

.nav-tabs .nav-link {
	color: #6c757d !important;
  background-color: whitesmoke!important;
	border-color: white white black !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: black black #fff !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: black black White !important;
  background-color: white !important;
}

