title {
    color: #dbdbdb;
}

.header {
    margin-top: 40px;
}

/* Add a black background color to the top navigation */
.navigation {
    text-align: center;
    text-transform: uppercase;
    font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
  }
  
  /* Style the links inside the navigation bar */
  .navigation a {
    float: center;
    color: #999999;
    padding: 10px 16px;
    text-decoration: none;
  }
  
  /* Change the color of links on hover */
  .navigation a:hover {
    color: #dbdbdb;
  }
  
  /* Add a color to the active/current link */
  .navigation a.active {
    color: #dbdbdb;
  }

  .navigation a.blink {
    animation: blink 3s linear infinite;
  }

  @keyframes blink {
    80% {opacity: 50%;}
  }

.spacer {
    padding: 10px;
}

.lrg-spacer {
    padding: 20px;
}

.xlrg-spacer {
  padding: 40px;
}

body {
    background-color: #0f0f0f;
    max-width: 960px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  a {
    color: #dbdbdb;
  }

.content {
    margin-top: 56px;
}

.grid-content-left {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 700px 240px;
  column-gap: 20px;
  row-gap: 10px;
}

.grid-content-right {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 240px 700px;
  column-gap: 20px;
  row-gap: 10px;
}

.item1 { grid-column: 1 / 3; }
.item2 { grid-column: 1; }
.item3 { grid-column: 2; }

.grid-sidebar-image {
  object-fit: cover;
  width: 100%;
  height: 128px;
}

.footer {
    padding: 20px;
}

/* making all text white */
  h1, h2, h3, p {
    color:#dbdbdb;
  }

/* site titling */
  h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-stretch: semi-condensed;
    letter-spacing: 1px;
    margin: 0px;
  }

/* main content titling */
  h2 {
    text-transform: uppercase;
    font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
  }

/* main content subtitling*/
  h3 {
    font-family: 'lato', sans-serif;
    font-size: 14px
  }

/* picture subtitles */
  h4 {
    color: #2B2B2B;
    font-size: small;
    font-style: bold;
    font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", sans-serif;
    margin: 0px;
  }

/* h5 is GIF titles */
  h5 {
    color: #2B2B2B;
    text-transform: uppercase;
    font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", sans-serif;
    margin: 0px;
  }

  p {
    font-family: 'lato', sans-serif;
    font-size: 12pt;
  }


.media  {
    max-width: 960px;
    object-fit: cover;
  }

.media-nav {
    width: 314px;
    height: 100px;
    object-fit: cover;
}

.grid-nav {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr 4fr 5fr 6fr;
    gap: 10px;
}

.grid-project {
  display: grid;
  grid-template-columns: 240px 2fr;
  gap: 20px;
}

#about-baby  {
  float: left;    
   margin: 0 30px 0 0;
  }

#about-loop {
  margin: 10px 0 0 0;
  width: 960px;
}

