
#main {
  padding-top: 0;

}

button {
  background-color: #dda36d;
}

p {
  clear: both;
  max-width: 80ch;
  line-height: 1.7rem;
}

a {
  font-family: 'Courier New', Courier, monospace;
  text-decoration: none;
  color: rgb(43, 9, 239);
  font-weight: 500;
}

a:hover {
  background-color: rgb(243, 243, 227);
}

article {
  margin: 1rem;
  
  align-items: center;
  padding-top: 1px;
  border-top: 0 purple solid;
  align-items: center;
}

hr.short {
  width: 44vw;
  float: left;

}

.blog-post {
  padding: 1rem;
}
h2.date {
  font-family: "Montserrat-Regular";
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  color: black;
  font-size: 0.8em;

}

h1 {
  font-family: "Montserrat-Thin";
  margin: 0;
  /* line-height: 1.6em; */
}
  @media only screen and (min-width: 700px) {

  img.headshot {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: auto;
  }

   .navigation-bar {
    position: relative;
    margin-top: -2rem;

    background-color: #4a4c4da3;

    bottom: 0;
    right: 0;
    width: inherit;
  }

}

@media screen and (min-width: 320px) and (max-width: 699px) {
#main {
  padding-top: 0;
  margin-top: 1.5rem;
  
}
  #swiftblog-header {
  max-width: 1024px;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 100;
}

hr.short {
  width: 90%;
  padding-right: 1rem;
  align-self: center;
}
h1 {
  text-align: left;
  margin-left: 0.5rem;
}

h2.date {
  padding-left: 0.5rem;
}
  img.headshot {
    width: 100%;
    height: auto;
  }
   button {
    background-color:#4a4c4da3;
   }

   button a {
    padding: 5px;
    color: white;
   }

    button a:hover {
    color: rgb(16, 37, 130);
   }
   button.current  a {
    color: black;
   }
    .navigation-bar {
    background-color: rgb(40, 33, 23);
    width: 100%;
    border: 1px darkslategray;
    margin-top: -1.2rem;;
  }
}
