body {
    font-size: 1rem;
    background-color: bisque;
    font-family:'Courier New', Courier, monospace;

    line-height: 1.75rem;

}


h1 {
    font-size: 4rem;
    /* line-height: 1.6rem; */
    margin-top:    2rem;
    margin-bottom: 0.75rem;

    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-align: center;  padding-top: 0rem;

}


h2 {
    font-size: 2rem;
    text-align: center;
}

p{
  line-height: 1.4;  
}

a {
    text-decoration: none;
    color: cadetblue;
}

ul, ol {
    padding-left: 4rem;
    list-style-type: square;
}

dl {
    padding-left: 4rem;
}


.highlight {
    color:darkgray;
    font-weight: 900;
    font-style: italic;
}

#intro {

  padding:       2rem 2.5rem;
  margin-bottom: 2rem;
}

#intro h1 {
    text-shadow:   0 0 12px rgba(88, 166, 255, 0.35),
                 1px 1px 0 #000;  /* still needs change */
}

.back-to-top {
  margin-top:       2rem;
  padding:          0.45rem 1.1rem;
  font-size:        0.8rem;
  text-transform:   uppercase;
  letter-spacing:   0.08em;
  text-decoration:  none;
}

nav{
    margin: 0rem;
    padding: 0rem;
    background-color: blanchedalmond;
}
nav a {
    font-size: 0.9rem;
    text-decoration: none;

}

.navbar-brand {
  font-weight:   700;
  font-size:     1.1rem;
  color:         red !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

header nav.navbar {
  background-color: beige !important;
  border-bottom:    1px solid var(--color-border);
  padding:          0.75rem 1.5rem;
}

footer{
    text-align: center;
    font-size: 0.85rem;
    border-top: 1px solid;
    margin-top: 8rem;
   
}

article section{
    margin: 4rem;
    padding: 1.5rem 2rem;
    width: 100%;
}

form {
  background-color: antiquewhite;
  border:        1px solid var(--color-border);
  border-radius: var(--radius);
  padding:       2rem;
  max-width:     100%;
  margin-bottom: 1.5rem;
  padding-left: 8rem;
}
 


