body{
margin:0;
padding:0;
background:#ffffff;
overflow-x:hidden;
}

.pastorKitPage{
position:relative;
width:100vw;
min-height:3200px;

background-image:
url("JOINPRAYERCOVER-PASTOR-KIT-HOMEPAGE.png");

background-position:
top center;

background-repeat:
no-repeat;

background-size:
100% auto;
}

.pastorKitBackHomeLink{
position:absolute;
top:46px;
right:64px;
z-index:20;

font-family:"Cinzel", serif;
font-size:22px;
font-weight:600;

color:white;

text-decoration:none;

}

/* ======================================
   PASTOR KIT TILES
====================================== */

.pastorKitTiles{
position:absolute;
top:1550px;
left:50%;
transform:translateX(-50%);

width:800px;

display:flex;
flex-direction:column;
gap:12px;

z-index:10;
}

.pastorKitTile{
display:flex;
align-items:center;
justify-content:center;

height:74px;

font-family:"Cinzel", serif;
font-size:38px;
font-weight:600;

color:#ffffff;
background:#0C4160;

text-decoration:none;

border-radius:14px;

box-shadow:
0 8px 18px rgba(0,0,0,0.22);
}

/* ======================================
   LEGAL SUBMENU
====================================== */

.hidden{
display:none;
}

.pastorKitSubLinks{
display:flex;
flex-direction:column;
gap:14px;

margin-top:-8px;
margin-bottom:12px;
}

.pastorKitSubTile{
display:flex;
align-items:center;
justify-content:center;

height:58px;

font-family:"Cinzel", serif;
font-size:20px;
font-weight:600;

color:#0C4160;
background:#ffffff;

text-decoration:none;

border:2px solid #0C4160;

border-radius:12px;
}

.hidden{
   display:none;
}

.pastorKitPreviewText{

  width:760px;

  margin-top:10px;
  margin-bottom:10px;
  margin-left:70px;

  font-family:Georgia, serif;

  font-size:26px;

  line-height:1.55;

  color:#0C4160;

  text-align:left;
}

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

@media (max-width:700px){

   .pastorKitPreviewText{
      display:none;
   }

  .pastorKitPage{
    min-height:240vw;

    background-image:
      url("JOINPRAYERCOVER-PASTOR-KIT-HOMEPAGE-MOBILE.png");

    background-position:
      top center;

    background-repeat:
      no-repeat;

    background-size:
      100% auto;
  }

  .pastorKitBackHomeLink{
    top:12px;
    left:8px;
    right:auto;

    font-size:8px;
    color:#1f6f8b;

    z-index:20;
  }

.pastorKitTiles{
    top:68vw;
    width:74vw;
    gap:16px;
  }

  .pastorKitTile{
    height:44px;

    font-size:14px;

    border-radius:10px;
  }

.pastorKitSubLinks{
    gap:10px;
  }

  .pastorKitSubTile{
    height:44px;

    font-size:14px;
  }
  
}
