@font-face {
    font-family: 'Garamond';
    src: url('css/fonts/Garamond.woff2') format('woff2'),
        url('css/fonts/Garamond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-LightItalic.woff2') format('woff2'),
         url('css/fonts/CormorantGaramond-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-Light.woff2') format('woff2'),
        url('css/fonts/CormorantGaramond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/Montserrat-Light.woff2') format('woff2'),
        url('css/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-Italic.woff2') format('woff2'),
        url('css/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('css/fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('css/fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-Light.woff2') format('woff2'),
        url('css/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('css/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-Bold.woff2') format('woff2'),
        url('css/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('css/fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('css/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('css/fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('css/fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-Regular.woff2') format('woff2'),
        url('css/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-Medium.woff2') format('woff2'),
        url('css/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('css/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('css/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


:root{
    --green: #113820;
    --olive: #5E6D56;
    --brown: #3B2B1A;
    --drk: #2e2317;
    --bronze: #5A3A01;
    --gold: #C89412;
    --cream: #EBCA73;
    --blue: #01334C;
    --drk_gry: #453E3E;
}
*{
    margin: 0;
    padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Garamond', serif;
  background-color: var(--cream);
  background-image: url('imgs/503372f0-fe15-4e92-acbd-4da8a3ae6f37(2).png');
  font-size: 1.1em; 
}
.forshowno{
    display: none;
}
p{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
hr{
  margin-top: 50px;
  margin-bottom: 50px;
}
a{
    text-decoration: none;
}
.content_wrapper {
  min-height: 100vh;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.main-content {
  /* max-width: 900px; */
  width: 71%;
  color: var(--drk);
  background-image: url('imgs/cgp_bg.webp');
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  background-color: #D6A641;
  /*padding: 30px 6%;*/
padding: 30px 12%;
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(75, 60, 30, 0.6);
}

.main-content p{
  text-align: left;
  margin-bottom: 50px;
  line-height: 1.3em;
}

.main-content h1, 
.main-content h2, 
.main-content h3{
  text-align: center;
}

.temple-logo {
  max-height: 140px;
  margin-bottom: 10px;
}

.logo-section h1{
  font-size: 2.8em;
  margin: 10px 0;
}
.logo-section h2{
    margin-top: 0;
}
.temple-description {
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align:center !important;
}

.button-group {
  margin: 20px 0;
text-align: center;
    padding: 0 15%;
}

 a button.btn1, .form button {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
  font-family: 'Garamond', serif;
}
 button.btn1, .form button {
    cursor: pointer;
    background: var(--bronze);
    border-radius: 5px;
    padding: 10px 15px;
    border: 0;

    &:hover {
        background: #483520
    }
}

 a button.btn2{
    color: var(--brown);
    &:hover{
        color: #6d4b08;
    }
}
 button.btn2{
    cursor: pointer;
    background: none;
    border-radius: 5px;
    padding: 10px 15px;
    border: #875B03 2px solid;

    &:hover {
        border: #99711b 2px solid;
    }
}

 button.btn3{
    margin-top: 25px;
    cursor: pointer;
    background: var(--cream);
    border-radius: 5px;
    padding: 10px 50px;
    border: 0;

    &:hover {
        background: #fadb9a
    }
}
 button.btn3 a{
    font-family: 'Garamond';
    letter-spacing: 1.1px;
    color: var(--drk);
    font-size: 1.7em;
    text-transform:uppercase;
    font-weight: bold !important;
}
.div_cntr {
    text-align: center;
}
h1.hero_h1 {
    margin-top: 70px;
    margin-bottom: 0;
    font-size: 2.8em;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
}
h1.tfour_h1{
    padding-top: 50px;
    font-size: 3.3em;
    font-weight: bold;
    margin: 0;
}
h2.tfour_h2{
    color: var(--bronze) !important;
    font-size: 2.5em;
}
h3.tfour_h3 {
    font-size: 1.9em;
    margin: 0 0 5px 0;
    color: var(--green)
}

.the_four_cont {
    display: flex;
    flex-direction: column;
    width: calc(100% - 6%);
    align-items: center;
    justify-content: center;
    padding: 50px 3% 0 3%;
    margin-bottom: 0;
}
.the_four {
    margin: 0;
    padding: 0;
    width: calc(100%);
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 40px;
    align-items: stretch;
}
.the_four_div{
    padding: 0;
    margin: 0;
    flex: calc(25%);
}
.the_four a{
    width: 25%;
    color: var(--drk);
    border: var(--bronze) 1px solid;
    background: var(--cream);
    display: block;
    text-decoration: none;
    text-align:center;
    font-size: 1rem;
    box-shadow: var(--drk) 0 5px 10px;
    border-radius: 45px;
    padding: 15px 20px;

    &:hover{
        background: var(--drk);
        color: #fff;
    }
}
a.the_four_active{
      background: var(--drk);
      color: #fff;
}


.the_four div {
    margin: 0;
    text-align: center;
}

.the_four_img {
    width: 100%;
}

.the_four h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0 0 5px 0;
}
    h2.h2_welcome{
    color: var(--bronze) !important;
    font-size: 2.5em;
    margin-top: 25px;
}
@media screen and (max-width: 1000px) {
    .the_four_cont {
        width: calc(100% - 2%);
        padding: 50px 1% 0 1%;
}
.the_four a{
    padding: 15px;
}
.the_four h3 {
    font-size: 1.1em;
}
}


@media screen and (max-width: 900px) {
  .the_four_cont {
    width: calc(100% - 40px);
    padding: 50px 20px 0 20px;
}
.the_four a{
    padding: 15px;
}
}

@media screen and (max-width: 860px) {
  .main-content {
  width: 85%;
}
  .the_four_cont {
    /* background: #fff; */
    width: calc(100%);
    padding: 50px 0 0 0;
}
.the_four {
    gap: 15px;
    width: 100%;
  }

.the_four h3 {
    font-size: 1em;
}
}
@media screen and (max-width: 700px) {
  
.button-group button{
  margin-bottom: 20px;
}
  .the_four{
  max-width: 100%;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}
}

@media screen and (max-width: 668px) {

.the_four_div, .the_four a{
    min-width: 200px;
    flex: 1;
}
}



/******************************************/
.form {
  text-align: left;
  width: 100%;
  /*padding: 30px 6%;*/
}
.form input[type='text'], 
.form textarea,
.form select,  
.form input[type='email']{
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0;
}
.form input[type='text'].fullname
{
  width: calc(50% - 29px);
}

.form select{
    width: calc(50% - 12px);
}

.form textarea{
  width: 100%;
}
.form input[type="checkbox"]{
  margin-right: 15px;
}


nav{
    margin: 0;
    background: url('imgs/hierobg2.png');
    background-position: center;
    background-size:contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 1%;
    min-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid var(--bronze);
    border-top: 1px solid var(--brown);
}

nav a{
    color: var(--brown);
    font-weight: 600;
    font-size: 1.3em;
    margin-left: 15px;
    margin-right: 15px;
    &:hover{
        color: var(--blue);
        text-decoration: underline;
    }
    &:active{
        color: var(--blue);
    }
}

nav .nav_logo img{
    height: 50px;
}
nav ul {
    list-style-type: none;
    display: flex;
}



/********************************************/
.bk_cta_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.3em;
}

.bk_cta {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    text-align:left;
    align-items: center;
}

.dor_bk {
    width: 221px;
    height: 309px;
    background: url(imgs/book-cover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dor_bk_desc {
    flex: 1;
    margin-left: 20px;
    padding-right: 50px;
}

.dbk_p {
    font-weight: 600;
    line-height: 1.3em;
}

.dbk_ref {
    font-weight: 400;
    color: var(--bronze);
    margin-bottom: 30px;
}

@media screen and (max-width:814px) {
    .bk_cta_wrap {
        width: calc(100%-12%);
        padding: 50px 6%;
    }
    .bk_cta h1{
        font-size:1.5em;
    }
}
@media screen and (max-width:650px) {
    .bk_cta_wrap {
        width: calc(100%-6%);
        padding: 50px 3%;
    }
    .dor_bk {
    width: 180px;
}
}
@media screen and (max-width:500px) {
.bk_cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .dor_bk {
    height: 200px;
}
.dor_bk_desc {
    text-align: center;
}
}

.page_hdr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 2%;
    width: 96%;
    margin: 0;
    background-color: var(--green);
    background-size: auto 100%;
    height: 160px;
    color: #fff;
    text-align: center;
}

.page_hdr h1{
    font-size: 3.5em;
    letter-spacing: 1.8px;
    text-shadow: 1px 1px 1px #000, 3px 3px 5px var(--gold); 
}
.page_container{
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main{
    font-family: 'Garamond';
    font-size: 1.2em;
    line-height: 1.5em;
    color: var(--drk_gry);
    z-index: 1;
    padding: 50px 12%;
    margin-bottom: 70px;
    background-color: #fff;
}

main h1, main h2{
    line-height: 1.2em;
}
main h1{
    margin-bottom: 30px;
}

footer#footer1,
footer#footer2,
footer#footer3 
{
    text-align: center;
    display: flex;
    width: 86%;
    margin: 0;
    padding: 5px 7%;
    letter-spacing: 1px;
}
footer#footer1{
    justify-content: space-between;
    font-size: 1em;
}
footer#footer2,
footer#footer3  {
    justify-content: center;
    font-size: .8em;
}
footer#footer1 a,
footer#footer2 a,
footer#footer3 a 
 {
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

footer#footer1,
footer#footer3{
    background: var(--brown);
    color: var(--gold);
}

footer#footer2 {
    /* background: #E3B95B; */
    background: #E5A423;
    color: var(--brown);
}
.spec_div{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height: 40vh
}
p.addm{
    margin-bottom: 15px !important;
}

.homecta{
    background: var(--bronze);
    color: var(--cream);
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 25px;
    font-size:1.4em;   
}
.homecta p{
    text-align: center;
}


