html {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.sidebar {
    background-color: indianred;
    padding: 4rem 2rem;
    margin: 8px;
    width: 18em;
    text-align: left;
    border-radius: 20px;
    line-height: 60%;
}

@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 22rem;
    text-align: left;
  }
}

/* About section */
.sidebar-about h1 {
    color: Linen;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 80%;
}

.sidebar-about a {
    color: linen;
    font-size: 25px;
    margin-bottom: 6px;
}

.sidebar p {
    color: #f59b9b;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sidebar h1, h2, h3 {
    color: linen;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Sidebar nav */
.sidebar-nav {
    margin-bottom: 1rem;
}
.sidebar-nav-item {
    display: block;
    margin-bottom: 1rem;
    line-height: 1.75;
    text-decoration: none;
}

.sidebar-nav-item.active {
    font-weight: bold;
}

.content {
  padding-top:    4rem;
  padding-bottom: 4rem;
}

@media (min-width: 48em) {
  .content {
    max-width: 52rem;
    margin-left: 20rem;
    margin-right: 2rem;
  }
}

@media (min-width: 64em) {
  .content {
    margin-left: 30rem;
    margin-right: 4rem;
  }
}

.content h1, h2, h3, h4, h5, h6, p, li {
    color: indianred;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.content h1 {
    font-size: 50px;
}

.content h2 {
    font-size: 40px;
}

.content h3 {
    font-size: 30px;
}

.content h4 {
    font-size: 20px;
}

.content p, li, a, summary {
    font-size: 25px;
}

.content a, summary {
    color: lightcoral;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.content-line {
  height: 2px;
  background: indianred;
}

.note {
    color: lightcoral;
    font-size: 18px;
    margin-left: 1.5rem;
    margin-top: 1px;
    line-height: 1;
}

.note a {
    font-size: 18px;
    margin-left: 1.5rem;
}
