	:root {
  --jumbotron-padding-y: 1.5rem;
}
main.container-fluid {
	padding-left: 0;
	padding-right:0;
}
main.container-fluid a:not(.btn) {
  text-decoration: underline;
  color: #fde3a7;
}
a:hover {
  color: #fde3a7;
  text-decoration: underline;
}
.btn-primary {
  background-color: #0065D1;
}
a:visited:not(.btn) {
  color: white;
  text-decoration: underline;
}
hr {
  border-top: 1px solid rgba(247,247,247,.1);
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: white;
    margin-bottom: 0 !important;
    background: linear-gradient(rgba(238, 238, 238, 0.5), rgba(238, 238, 238, .5)), url(/division/research/nyl/Images/NYLGroup.jpg) no-repeat center center;
    background-size: cover;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-family: 'Merriweather', serif;
  font-size: 3.5em;
}
a.btn.btn-dark.btn-lg.information {
  white-space: normal;
}
.about {
  font-weight: 500;
}
a.information {
text-decoration: none;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.album {
	background-color: #30415b;
	color: white;
}
.album > .row.awards > .list-group {
  color: black !important;
}
.card-img-top {
  background-color: white;
}

.card-title, .card-text {
	color: black;
}

.logo {
  background-color:white;
}

.back-to-top {
  position: fixed;
  bottom: 185px;
  right: 25px;
  display: none;
}
@media (max-width: 480px) {
  .back-to-top {
    bottom: 255px;
    right: 10px;
  }
}