body {
  font-family: -apple-system,BlinkMacSystemFont,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
  font-size: 1.1rem;
  padding: 0 10px 1rem 10px;
}

main {
    display: block;
}
section {
      margin: 0 auto 1rem auto;
}
@media only screen and (min-width: 600px) {
    body {
      margin: 1rem auto;
      padding: 0 0 1rem 0;
    }
}

h1 {
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: 2rem;
}

h1 a {
  text-decoration: none;
  color: #333 !important;
}

.container {
  max-width: 500px;
  margin: 0 auto;
}

hr {
  border-top: .1px solid #ccc;
}

a, a:visited {
  color: black;
}

a:hover {
  text-decoration: underline;
}

.header {
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(0,0,0,.2);
    position: relative;

}

.navbar {
  display: block;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom:1rem;
  font-weight: 600;
}

.img {
  padding: .5rem;
  width: 10%;
  height: 5%;
  box-sizing: border-box;
}

.img__icon {
  width:100%;
  display: block;
  outline: 1px solid;
  color:rgba(0,0,0,.1)

}

.wrap {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  display: flex;

}

.title {
  font-size: 1.25rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none
}


.navbar__sections {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  text-align: right;
  margin-bottom: 0;

}

.section {
/*  text-decoration: underline;
*/
  text-decoration: none;  
  font-size: 1rem;
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;

}

.page-content {
  font-size: 2rem;
  margin-left: 2.5rem;
}

h3 {
  margin-bottom: 0
}

h2 {
  margin-bottom: 0;
}
.text {
  font-size: 1.25rem;
}

.divider {
  margin-bottom: 2rem;

}

.about {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

.work {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap:wrap;
}

.work__img {
  width: 20%;
  padding: 0.5rem;
  align-items:flex-start;
  display: flex;
  flex-direction: column;

}

.work__img__icon {
  width: 100%;

}

.work__title {
  font-size:.875rem;
  line-height:1.5;
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
}

.work__title__inner {
  margin-left: 0;
  font-weight: bold;
  width: 100%;
}

.post-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.post-content iframe {
  display: block;
  margin: 0 auto; }


.tag {
   border-radius: 9999px;
   font-size: 0.875rem;
   padding-left:1rem;
   padding-right:1rem;
   padding-top:.25rem;
   padding-bottom:.25rem;
   margin-top:.5rem;
   margin-bottom:.5rem;
   margin-right: 0.25rem;
   display: inline-block;
   background-color: gray;
   color: white;

}

.unclicked {
  background-color: gray;
}
.clicked {
   background-color: #5D9ACC;

}


.post-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .post-title a {
    text-decoration: none;
  }

  .post-title a:hover {
    text-decoration: underline;
  }


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



        