/* Color adjustments */
:root{

}

/* Fix for difference in color between body and nav */
body:before, html:before{
  opacity: 1;
}

/* Header adjustments */
.header-width-navigation__logo{
  max-width: 420px;
}
.header-width-navigation__slide{
  padding-top: 0;
}
.header-menu{
  justify-content: center;
  margin-left: 0;
}

/* Text adjustments */
.reading p{
  font-size: 110%;
}