/* ds-styles.css */

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.blue-base {
  background-color: #1c3f7c;
  color: #ffffffcc;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* a links */
a {
  text-underline-offset: 4px;
}
a:link,
a:visited {
  color: #ffffffcc !important;
}
a:hover {
  color: #ffffff !important;
}
a:active {
  color: #ffffff !important;
}

/* shows */
.lt-text,
a.lt-text {
  color: #ffffff88 !important;
}
.dk-blue-text {
  color: #ffffff !important;
}
.yellow-text {
  color: #ffdf89 !important;
}
.bolder {
  font-weight: 500 !important;
}
.boldest {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.px-3r {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-extra {
  padding-top: 4rem !important;
  padding-bottom: 5rem !important;
}

/* hero */
h1.hero-title {
  position: absolute;
  left: 2.6rem;
  bottom: 1rem;
  font-size: 2rem;
  letter-spacing: -0.1rem !important;
  font-weight: 400 !important;
  color: #ffffffcc !important;
}
@media (min-width: 576px) {
  h1.hero-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  h1.hero-title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h1.hero-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  h1.hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  h1.hero-title {
    font-size: 5.5rem;
  }
}

.hero-logo {
  position: absolute;
  opacity: 0.5;
  width: 18%;
  right: 4rem;
  top: 2rem; 2
}

/* navbar */
.bg-dark {
  background-color: #191c22 !important;
  min-height: 58px;
}
.navbar-brand {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  color: #ffffffcc !important;
}

.nav-link {
  font-size: 0.9rem;
  letter-spacing: 0.03rem !important;
  font-weight: 400;
  color: #ffffffcc;
}

/* section */
.scroll-wrapper {
  height: 100%;
  overflow-y: scroll;
}

.lt-bkgd {
  background-color: #305492;
  color: #ffffffcc;
}

.dk-bkgd {
  background-color: #1c3f7c;
  color: #ffffffcc;
}

/* music */
.cd-name {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}
.card {
  color: #1c3f7c !important;
  background-color: #ffffff66 !important;
  border: 1px solid #ffffff66 !important;
}
.card-body {
  background-color: #ffffff66 !important;
}

/* biography */
.blockquote p {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
    color: #ffdf89 !important;
  /* color: #ffffffcc !important; */
}
cite {
  font-size: 1rem !important;
  color: #ffffffcc !important;
}
.side-bar {
  padding: 0.6rem 1.2rem;
  background-color: #ffffff54 !important;
  color: #13356f !important;
  border-radius: 6px;
}
ul.list-unstyled-small {
  padding-left: 1rem;
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
}

/* footer */
.footer {
  background-color: #58606c;
  color: #c2c7cd;
  min-height: 300px;
}
footer a {
  color: #c2c7cd;
}
