.navbar .navbar-brand {
  color: #d4d4d4;
  font-size: 1rem;
  padding-top: .45rem;
}

body {
  color: #4c4c4c;
}

sup {
  font-size: .6em;
}

h1,
h3 {
  font-family: 'Marcellus SC', serif;
}

.navbar {
  background-color: #4c4c4c;
  box-shadow: 0px 0px 20px 0px #3e3e3e;
}

.jumbotron {
  background: linear-gradient(13deg,rgba(35, 35, 35, 0.95), rgba(255, 255, 255, 0.85) 100%), gray url(../img/slc1.jpg) no-repeat;
  background-size: cover;
}

.btn,
.active {
  transition: .2s;
}

button {
  background-color: gray;
  color: #fff;
}

.btn:hover {
  box-shadow: inset 0 0 4px 2px rgba(37, 37, 37, 0.7);
}

.btn-group>.btn:last-child:not(:first-child) {
  color: rgba(0, 0, 0, 0.63);
}

.navbar-inverse .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link {
  color: #9e9e9e;
}
