
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&family=PT+Serif+Caption&display=swap');
:root {
    /* --primary-font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif; */
    --primary-font-family:'EB Garamond', serif;
    --secondary-font-family: '';
    --btn-primary-color-1: #3674CD;
    --primary-color-1 : #f9a61a;
    --btn-hover-color: var(--btn-primary-color-1);
    --btn-hover-bg-color: #fff;
    --btn-hover-border-color: var(--btn-hover-color);
    --body-txt-color: #000;
    --black-hsl: 0,0%,0%;
}
/* font-family: 'EB Garamond', serif;
font-family: 'PT Serif Caption', serif; */
html,
body {
    width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font-family);
}
h1{
    line-height: 50px;
    font-size: 45px;
}

#main-header { 
	border: none;
}
#main-header ul { 

}
#main-header ul li a { 

}

#main-header ul li a { 

}
#top-menu li.current-menu-parent>a, 
#top-menu li.current-menu-item>a, 
#top-menu li.current_page_item>a {
    position: relative;
    
}
#top-menu li.current-menu-parent >a::before,
#top-menu li.current-menu-item>a::before {
    content:'' !important;
    position: absolute !important;
    width: 100%;
    height: 1px;
    background-color: #000; 
    left: 50%;
    bottom: 41px;
    transform: translate(-50%, -50%);
}

#top-menu li.current-menu-item>a::before {
    top: unset !important;
}
.et-fixed-header #top-menu li.current-menu-parent >a::before,
.et-fixed-header #top-menu li.current-menu-item>a::before {
    bottom: 12px;
}
#top-menu .sub-menu li.current-menu-item>a::before {
    bottom: 0;
}
.overlay {
    position: relative;
}
.overlay::before {
   content: '';
   position: absolute;
   background-color: rgba(0,0,0,.3);
   width: 100%;
   height: 100%;
   top: 0;
   left:0;
   z-index: 0;
}
.btn,.cta-btn {
    background-color: var(--btn-primary-color-1);
    border: 1px solid transparent;
    /* border-radius: 5px; */
    padding: 10px 20px;
    transition: .5s all ease-in-out;
    position: relative;
}
.btn:hover , .cta-btn:hover{
    /* color: var( --btn-hover-color) !important;
    border-color: var( --btn-hover-border-color) !important;
    padding: 10px 40px 10px 16px !important; */
    background-color: var(--btn-primary-color-1) !important;
    opacity: .9;
}

.activity-img img{
    height: 216px;
}


body.admin-bar.et_fixed_nav #main-header {
    background-color: var(--primary-color-1);
}

.body-txt {
    color: var(--body-txt-color) !important;
    font-size: 17px !important;
    font-family: var(--primary-font-family) !important;
}



/* // blurb header */

.et_pb_module_header{
    font-size: larger;
    font-weight: 700;
}


.learn-more-btn{
    border-bottom: 2px solid black !important;
    padding: 0px 10px !important;
    border-radius: 0px;
    /* background-color: transparent !important; */
}

.primary-background{
    background-color: var(--primary-color-1) !important;
    /* padding: 10px 14px; */
}
.header-txt h1{
    line-height: 5rem;
}

.founder-img img{
    padding-right: 45px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

@media only screen and (max-width: 768px) {
    .header-txt h1{
        line-height: 2rem;
        font-size: 30px !important;
    }
    .header-txt h1 span{
         line-height: 2rem;
         font-size: 30px !important;
    }
    .header-txt div{
        line-height: 2rem;
        font-size: 30px !important;
    }
    .founder-img img{
    padding: 0 20px;
    }
    .testimonial-txt p {
    font-size: 14px !important;
    line-height: inherit !important;
}

}

.p-1{
    /* color: var(--body-txt-color); */
    font-size: 15px !important;
    /* font-family: var(--primary-font-family); */
}
.testimonial-txt p {
    font-size: 24px;
    line-height: 40px;
}

.gallery-img {
    /* position: relative;
    height: 230px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px lightgray;

    /* padding-top: 56.25%; 16:9 Aspect Ratio */

    /* width: 1080px;
    height:170px;
    overflow: hidden; */ 
  }

.gallery-img img{
    /* width: 100%;
    object-fit: contain; */
     height: 250px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 3px 3px 5px lightgray;
  }


  .primary-btn{
    background-color: var(--btn-primary-color-1);
    border: 1px solid transparent;
    /* border-radius: 5px; */
    padding: 10px 20px;
    transition: .5s all ease-in-out;
    position: relative;
    color: #fff!important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
  }

  .primary-btn:hover {
    background-color: var(--btn-primary-color-1);
    border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
    opacity: .9;
  }


  .blog-body-txt{
    font-size: 20px;
    line-height : 35px;
  }