@charset "UTF-8";
/* CSS Document */


.post-navigation {
    position: relative;
    top: 111px;
    display: flex;
    width: 100%;
}



.nav-links {
    position: relative;
     display: flex;
    width: 100%;
	padding-bottom: 1rem;
}




.paper p {
  font-size: 18px;
  line-height: 28px
}


.paper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  /*max-width: 550px;*/
  min-height: 300px;
  /*padding: 24px;*/
  position: relative;
  width: /*80%*/ 90%;
}
.paper:before, .paper:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.paper:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.paper:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}