.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #3a434e;
	background-position: center;
	background-size: cover;
  border-radius: 0px !important;
	border-bottom: solid #2e3a42 2px;
	border-top: solid #2e3a42 2px;
	border-left: 0px;
	border-right: 0px;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron-heading #clickHereToShare {
  cursor: pointer;
  text-decoration: underline;
}

.jumbotron-heading #clickHereToShare:hover {
  color: white;
}

.jumbotron .container {
  max-width: 40rem;
}

.jumbotron .text-muted {
  color: #e6e0e0 !important;
}

.jumbotron h1 {
  color: #e6e0e0 !important;
}

.jumbotron h1 .text-muted {
  color: #8d8c8c !important;
}

.jumbotron a {
  color: white;
}

.album {
  background-color: #535c65 !important;
}

.album .card-body {
  background-color: #e1e1e1 !important;
}

.album .card-body .year {
  color: rgb(139, 139, 139);
  font-variant: tabular-nums;
}

.album .card-body .new {
  color: black;
  background-color: rgb(245, 190, 0);
  font-size: 80%;
  font-weight: medium !important;
  padding: 2px 7px;
  line-height: 1;
  border-radius: 3px;
  vertical-align: baseline;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}


.album .card-body a {
  color: rgb(0, 103, 187);
}

.album .card-body a:hover {
  color: rgb(12, 134, 233);
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}

footer p {
  margin-bottom: .25rem;
}

.text-over-header {
  color: #97a0a8;
}

.text-over-header a {
  color: #f4f4f4;
}

.topBar {
  padding: 20px 10px 10px 20px;
}
.topBar h1 {
  color: #212529;
  font-weight: 300;
}
.topBar h1 a {
  color: #212529;
}
.topBar h1 a:hover {
  text-decoration: none;
}

.languageVersion {
  background-color: #435261;
  padding: 10px;
}
.languageVersion a {
  color: white;
}

.bg-darkblue {
	background-color: #2d3a46;
}
