body {
  color: white;
  background: black;
}

/* fonts */

  #home h1.display-3 {
    text-align: left;
    font-family: 'Fredoka', sans-serif;
    font-weight: 300;
  }

  #who p {
    font-size: 1.1rem;
  }

  .highlight {
    background-color: #ffaa64;
  }

  h2 {
    margin-bottom: 1em;
  }

/* lists */

  ul {
    list-style-type: none;
  }

  ul li {
    margin: 0.5em 0;
  }

  .list-group-item {
    color: white;
    background-color: #475b63;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

/* links */

  a:link, a:visited {
    color: #ff6640;
  }

  a:hover, a:active {
    color:  #d4aba1;
  }

  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
  }

  .nav-link {
    font-size: 1.3rem;
  }

/* layout and main images */

  section {
    padding: 60px 0;
  }

  section#home {
    padding: 0;
    max-height: 90vh;
    position: relative;
  }

  .h1-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }

  picture {
    width: 100%;
    height: 100%;
  }

  picture img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
  }

/* other images */

  #photo img {
    width: 100%;
  }

  .discography {
    width: 250px;
  }

  .imgThumb {
    max-width: 300px;
  }

/* timeline */

  #timeline li {
    margin-bottom: 1rem !important;
  }

  .imgTL {
    max-width: 300px;
    float: right;
    border-radius: 8px;
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
  }

/* media queries */

  @media only screen and (min-width : 1200px) {
    #video .container { max-width: 1600px; } 
  }