*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,
body{
  width:100%;
  min-height:100%;
}

body{
  background:#07194f;
  font-family:Georgia, serif;
}

.aboutPage{

  position:relative;

  width:100vw;
  min-height:3200px;

  background-image:
    url("JOINPRAYERCOVER-ABOUT-PRAYER-COVER-PAGE.png");

  background-position:
    top center;

  background-repeat:
    no-repeat;

  background-size:
    100% auto;
}

/* ======================================
   BACK TO HOME
====================================== */

.aboutPrayerCoverBackHomeLink{

  position:absolute;

  top:42px;
  right:58px;

  font-family:
    Georgia,
    serif;

  font-size:24px;

  color:#FFFFFF;

  text-decoration:none;
}

/* ======================================
   MOBILE LAYOUT
====================================== */

@media (max-width:700px){

  .aboutPrayerCoverBackHomeLink{
    top:12px;
    left:10px;
    right:auto;

    font-size:12px;
    z-index:20;
  }

}

