#pages h1{
  text-align: center;
  text-transform: uppercase;
  padding: 0.714rem 0;
  margin-bottom: 3rem;
  position: relative;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
#pages h1 span{
  background-color:#ffffff;
  
}
#pages h1 span:before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: relative;
  bottom: -.95rem;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.65em;
  color: #eeeeee;
  background-color: #ffffff;
}
#pages h1 span:after{
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
#pages p{
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
#pages a{
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1rem 0 2rem;
  font-weight: 400;
} 
article{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section{
  width: 30%;
}
h2{
  text-transform: uppercase;
  width: 100%;
}
section#text{
width:65%;
}
section#text img{
margin-bottom: 1rem;
}
.backshare{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
#pages .backshare a{
  margin-bottom: 0;
}
.backshare svg{
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.backshare svg path{
  fill: #000000;
}
.backshare .circle{
  border: 1px solid #000000;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
@media screen and (max-width: 1000px){
section, section#text {
  width: 100%;
}
section#text{
  margin-top: 2rem;
}
main article{
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
}
@media screen and (max-width: 800px){
  #pages h1{
    margin-bottom: 1rem;
}
}