/*INTERIOR BANNER PHOTOS*/
.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/interiorbanners/singing.png);
  background-position: center;
  height:200px;
}
@media screen and (max-width: 768px) {
  .bgOne {
    /* background-position: -335px; */
    height:100px;

  }
}
@media screen and (max-width: 1024px) {
  .bgOne {
    background-position: center;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/interiorbanners/hands-banner.png);
  background-position: center;
  height:200px;
}
@media screen and (max-width: 768px) {
  .bgTwo {
    background-position: center;
    height:100px;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/interiorbanners/hugging-banner.png);
  /* background-position: 1770px; */
  height:200px;
}
@media screen and (max-width: 768px) {
  .bgThree {
    background-position: center;
    height:100px;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/interiorbanners/music.png);
  background-position: center;
  height:200px;
}
@media screen and (max-width: 768px) {
  .bgFour {
    background-position: center;
    height:100px;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/interiorbanners/pink-orange-banner.png);
  background-position: center;
  height:200px;
}
@media screen and (max-width: 768px) {
  .bgFive {
    background-position: center;
    height:100px;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/interiorbanners/art-banner.png);
  background-position: bottom;
  height:200px;
}
@media screen and (max-width: 768px) {
  .bgSix {
    background-position: center;
    height:100px;
  
  }
}
.overlay-title {
  /* position: absolute; */
  /* background: rgba(0, 0, 0, 0.58); */
  /* padding: 40px 0; */
  
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: auto;
  margin-bottom: 0;
  /* padding-bottom:20px; */
  padding-top:80px;
  
}
@media screen and (min-width: 768px) {
  .overlay-title {
    /* padding: 30px 0 40px 0; */
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title {
    /* padding: 40px 0 40px 0; */
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title {
    /* padding: 47px 0 40px 0; */
  }
}
.overlay-title h1 {
  /* text-align: center;
  color: #fff;
  font-size: 20px;
  margin: auto;
  margin-bottom: 0; */
}
@media screen and (max-width: 768px) {
  .overlay-title {
    font-size: 20px;
    vertical-align: center;
    padding-top:40px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}


/*END BANNER PHOTOS*/





/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/



/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){





}

/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }

}

/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){

}

/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){

}



#header-area{
  background-color: #ffffff;
  padding-bottom: 3px;
}

.header-logo img{
    display:flex;
    width: auto;
    height: 100px;
    margin-top: 5px;
    /* margin-left: -9px; */
    /* margin-bottom: 10px; */
}

@media screen and (max-width:428px){
  .contact-btn{
    margin-top:-93px;
  }
  
  .contact-us-btn{
    font-size:10px;
  }

  .header-logo{
    margin: auto;
    margin-bottom: 30px;
  }
  .header-logo img{
    height:auto;
    width: 100%;;
  }
}

.contact-btn{
    display: flex;
    justify-content: end;
    margin-top: -59px; 
    /* margin-left: 400px; */

}

/* From Uiverse.io by zjssun */ 
.contact-us-btn {
    position: relative;
    padding: 5px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #355087;
    transition: all 0.2s ease;
    /* margin-right: 60px; */
    margin-top: 39px;
    /* margin-bottom: 15px; */
    float:right
  }
  
  .contact-us-btn:active {
    transform: scale(0.96);
  }
  
  .contact-us-btn:before,
  .contact-us-btn:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 1000;
    background-repeat: no-repeat;
  }
  
  .contact-us-btn:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #355087 20%, transparent 30%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #355087 15%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .contact-us-btn:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #355087 15%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%),
      radial-gradient(circle, #355087 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }


 .navbar-expand-xl {
    /* margin-top:20px; */
    background-color: #355087;
    /* border-top: solid 3px #003eac; */
    /* border-bottom: solid 3px #003eac; */
    width: 100%;
    font-family: "League Spartan", sans-serif;
    text-decoration: none;
    color: #000 !important;
    text-align: left;
    text-transform: uppercase;
    /* padding-left: 10%; */
    padding-bottom: 5px;
    padding-top: 5px;
    /* position: fixed;  */
    position: sticky;
    top: 0;
    z-index: 2;
}

.contact-us-nav{
  display:none;
}

@media screen and (max-width:1280px){
  .navbar-expand-md{
    padding-left: 0px;
  }
}

@media screen and (max-width:1024px){
  .navbar-expand-md{
    font-size: 12px;
    /* padding-left: 6%; */
  }
}

.nav-item{
  padding-left: 18px;
  padding-right: 18px;
}

.carousel-indicators{
  z-index:1;
}

@media screen and (max-width:1180px){
  .navbar-expand-md{
    font-size: 12px;
  }
}

@media screen and (max-width:834px){
  #header-contact-btn{
    display:none;
  }
  .contact-us-nav{
    display:inline;
  }
  .navbar-expand-md{
    font-size: 11px;
    padding-left: 0%;
    padding-bottom: 10px;
  }

  .nav-item{
    padding-right: 0px;
    padding-left:0px;
    /* font-size: 17px; */
  }
}
@media screen and (max-width:428px){
  .nav-item{
    padding-left:17px;
  }
  #header-contact-btn button{
    margin:auto;
  }
  /* .contact-us-btn{
    margin-top:10px;
    float:none;
  } */
}


.carousel-caption{
  margin-bottom: 100px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
}

@media screen and (max-width:1024px){
  .carousel-caption{
    margin-bottom:0px;
    font-size: 20px;
  }
}

/*WELCOME TEXT*/
#welcome-text-section{
    background: url(../../images/welcometext-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 90px;
    font-family: "League Spartan", sans-serif !important;
}

#welcome-text{
    padding: 50px;
    /* padding-top: 100px; */
    font-family: "League Spartan", sans-serif !important;
    
    font-weight: 400;
    font-style: normal;
    background-color: #ced8e6e3;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;

}

.welcome-text-title{
    font-size: 40px;
    color:#403c3f;
}

.welcome-text-subtitle{
    font-size: 25px;
    color:#403c3f;
}

@media screen and (max-width: 428px){
  #welcome-text{
    padding:29px;
  }
  .welcome-text-title{
    font-size: 27px;
  }
  .welcome-text-subtitle p{
    font-size: 15px;
  }
}


@media screen and (max-width: 810px){
  .welcome-text-subtitle{
    font-size: 18px;
  }
}

@media screen and (max-width:428px){
  #welcome-text-section{
    background: url(../../images/welcometext-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 57px;
    font-family: "League Spartan", sans-serif !important;
    background-position-x: left;
}

}

/*CARD SECTION*/

#home-page-cards{
  background-image: url(../../images/hp-parallax.png);
  overlay: #00000077;
  /* max-height: 650px;  */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}



#card-row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hp-card{
  margin-right:15px;
    margin-left:15px;
    margin-bottom:20px;
}
@media screen and (max-width:1024px){
  /* #card-row{
    display:grid;
    grid-template-columns: repeat(3, 222px);
   
    justify-content: center;
  }     */

  .hp-card{
    margin-bottom:30px;
    margin-right:10px;
    margin-left:10px;
    display:flex;
    justify-content: center;
  }
}

@media screen and (max-width:428px){
  /* #card-row{
    display:grid;
    grid-template-columns: repeat(1, 191px);
   
    justify-content: center;
  } */
  .hp-card{
    margin-bottom:30px;
    display:flex;
    justify-content: center;
  }
}

.hp-card {
    width: 190px;
    height: 220px;
    background: #355087e7;
    /* border: solid 3px #355087; */
    border-radius: 5px;
    background-image: linear-gradient(#7760478b, #7760478b);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    /* margin-right: 10px;         #dbe7ff     */
}
   
.hp-card:hover{
  background-size: 100% 100%;
  color: #355087;
}


.hp-card p {
    color: #e7e7e7 !important;
    text-align: center;
    display: block;
    /* padding-top: 50px; */
    font-size: 15px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    padding-top:10px;
}
   
.icons {
    color: #e7e7e7;
    border: solid #e7e7e7 2px;
    font-size: 60px;
    background-color: #ffffff00;
    width: 100px; 
    height: 100px; 
    border-radius: 50%;
    float: center;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    margin-top: 20px;
    margin-bottom:20px;
    padding-top: 17px;
    /* display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 90px;
    color: #e7e7e7; */
    /* background-color: #575d6822;
    border-radius: 50%; */
    
}

.hp-sozo-logo{
  max-width: 98px;
  margin-top: -19px;
  margin-right: 7px;
}

  
  


/*YOUTUBE LINK SECTION*/

#youtube-link-section{
    background-color: #403c3f;
    height: auto; 
    padding-top: 30px;  
    padding-bottom: 30px;
}

.youtube-link{
    text-align: center;
    font-family: "Merienda", cursive;
    font-size: 35px; 
    color:#fff;
}

.youtube-logo img{
   margin: auto;
   height: 80px;
}

@media screen and (max-width: 428px){
  .youtube-link{
    font-size: 25px;
  }
}

/*SOZO FORM*/

#form-calendar-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../images/testbg.png);
    /* max-height: 650px;  */
    /* background-attachment: fixed;*/
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
    /* column-count: 2; */
}



.form-header {
  text-align: center;
  color: #355087;
}

.sozo-form {
  max-width: 600px;
  text-align: center;
  margin: 8px auto;
  
}

#sozo-form{
  background-color: #a5bcddc7;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 0 20px rgb(217 206 198);
  border-radius: 2%;
  padding: 20px;
  max-width: 46%;
  margin-right: 38px;
}

@media screen and (max-width:834px){
  #sozo-form{
    min-width: 100%;
    margin-bottom: 30px;
  }

  #hp-calendar{
    min-width: 70%;
    min-height: 400px;
    margin: auto;
  }
}




.sozo-form input, .sozo-form textarea {
  border: 0;
  outline: 0;
  padding: 9px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 9px;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color:#ffffffd5;
  border:1px solid #fff;
  color: rgb(0, 0, 0);
  resize: none;
}
.sozo-form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #355087 !important;
  -webkit-box-shadow: 0 0px 2px #355087 !important;
  box-shadow: 0 0px 2px #355087 !important;
}

.sozo-form textarea {
  height: 202px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.sozo-form .right {
  width: 50%;
}

.sozo-form .left {
  margin-right: 2%;
}

/*form button*/

#hp-cont-btn {
  font-family: "League Spartan", sans-serif;
  background-color: #f3f7fe;
  color: #355087 !important;
  border: none;
  border-radius: 8px;
  width: 100px;
  height: 45px;
  transition: .3s;
  margin-left: -54px;
}

#hp-cont-btn:hover {
  background-color: #355087;
  box-shadow: 0 0 0 5px #3550875f;
  color: #fff !important;
}

@media screen and (max-width:428px){
  .sozo-form .right {
    width: 100%;
  }

  #hp-cont-btn {
    font-family: "League Spartan", sans-serif;
    background-color: #f3f7fe;
    color: #355087;
    border: none;
    border-radius: 8px;
    width: 100px;
    height: 45px;
    transition: .3s;
    margin: auto;
  }

  @media screen and (max-width:428px){
    #hp-cont-btn{
      /* margin-left: 104px; */
      margin-top: 18px;
    }
  
  }


  #hp-calendar{
    min-width:100%;
    margin:auto;
  }
}

@media (max-width: 428px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}

/*calendar*/

#hp-calendar{
  /* background-color: #fff; */
  border-radius: 2%;
  width: 96%;
  /* margin-right: -20px; */
  float: right;
  /* padding-top: 30px; */
  max-height:250px;
  /* margin-top:85px; */
  /* box-shadow: 0 0 20px rgb(217 206 198); */
}
/* margin-left: 150px;s */






/****************VIDEO SECTION*********************/

#video-section{
  background: url(../../images/testbg2.png);
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 367px;
  padding-top: 4.5%;
}


.videoslide{
  height: 80px;
}
.video-link{
  margin-bottom:30px;
}

#hp-videos{
  margin:auto;
  /* padding-bottom: 90px; */
  flex-direction: row;
  display:flex;
  justify-content: space-between;
}

@media screen and (max-width:1024px){
  .video-link{
    margin-bottom:30px;
  }
  #video-section{
    min-height:500px;
  }
}

@media screen and (max-width:834px){
  #hp-videos {
    margin-left:39px;
    padding-bottom: 40px;
  }
  .video-link{
    margin-bottom:30px;
  }
  #video-section{
    min-height:500px;
  }
}


@media screen and (max-width:428px){
  #video-container{
    margin:auto;
  }
  #video-section{
    height:1000px;
  }
  #hp-videos{
    margin-left:37px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:393px){
  #hp-videos{
    margin-left:20px;
  }
}
@media screen and (max-width:390px){
  #hp-videos{
    margin-left:18px;
  }
}



/*****************FOOTER*******************/

#footer{
  background-color:#1b1b1b ;
  padding-top: 10px;
}

#nav-label{
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
}

.logo-icons{
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-direction: column;
  margin:auto;
  padding-bottom:30px;
}
.footer-icons{
  /* margin-left:22%; */
  display:flex;
}
.footer-icons a{
  display:flex;
  flex-direction: row;
  margin-right:13px;
  margin-left:13px;
  justify-content: space-between;
}
/* .logo-icons img{
  margin-left:20px;
} */

#footer-nav-links{
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}



#footer-btns{
  display:flex;
  flex-direction: row;
  justify-content: center;3
}

.btn-o-footer{
  color: #fff;
 
  border:solid 1px #fff;
  border-radius: 3px;
  background-color: #355087;
  font-family: "League Spartan", sans-serif;
  padding:3px 10px 3px 10px;
  /* margin-bottom: 20px; */
  cursor: pointer;
  margin-right:5px; 
  margin-left:5px;
}

.btn-o-footer:hover{
  color: #000000;
  text-decoration: none;
  background-color: #d0bea5;
}


#footer-address{
  padding-bottom: 20px;
  margin-top: -10px;
}

.footer-bottom{
  background-color: #403c3f;
  color:#fff;
  font-size: 13px;
  text-align: center;
  text-decoration:none;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:-16px;
  
}

/* 
.footer-list{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 33px;
  width: 950px;
} */




@media screen and (max-width:1280px){
  #footer-logo-container{
    display:flex;
    flex-direction: row; 
   }
  .footer-icons{
    display:flex;
    flex-direction: row;
    align-items: center;
  }
  .logo-icons{
    display:flex;
  }
}

@media screen and (max-width:1024px){
  #footer-nav-links{
    text-align: left;
  }
  
}


@media screen and (max-width:834px){
  #footer-nav-links{
    text-align: center;
    flex-direction: column;
  }
  

  #footer-logo-container{
    margin:auto;
  }
  
  #nav-label{
    text-align: center;
  }
  
}

@media screen and (max-width:428px){
 

  #footer-logo-container{
    width:50%;
  }

  .footer-icons{
    margin-left:0px;
  }
  
  .logo-icons{
    display:block;
    margin:auto;  
  }

  .footer-bottom{
    font-size: 8px;
  }

}
/*********************THE HOUSE EXPERIENCE**********************/
#house-experience-bg{
  background-image: url(../../images/house-experience-bg.png);
  background-attachment: fixed;
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom:70px;
}

#he-card-bg{
  background-color: #ffffffc6;
  margin-bottom:15px;
}

#he-accordion{
  /* padding-top: 70px;
  padding-bottom:70px; */
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.he-header{
  background-color: #355087d3;
  color: #fff;
  
}

/*************************FAQs / THE HOUSE EXPERIENCE**********************************/
#faq-accordion{
  margin-top: 70px;
  /* margin-bottom:70px; */
  min-height:392px;
  
}

#he-card-bg .card-body {
  height: 25rem;
  overflow-y: scroll;
}

#faq-card{
  margin-bottom: 15px;
}

.faq-header{
  background-color: #355087;
  color: #fff;
}

.faq-body{
  /* background-color: #e7e7e7; */
  background-color: #f8f8f8b9;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/*flip icon*/
#faq-accordion .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  align-items: center;
  /* background: #ffffff00; */
  border-radius: 4px;
  display: flex;
  font-size: 20px;
}
#faq-accordion .card-header .accicon i {
  color: #fff;
}
#faq-accordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}



.he-container .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  align-items: center;
  /* background: #ffffff00; */
  border-radius: 4px;
  display: flex;
  font-size: 20px;
}
.he-container .card-header .accicon i {
  color: #fff;
}
.he-container .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}



/*********************HOUSE MINISTRIES**********************/
#hm-container{
  padding-top:60px;
  padding-bottom:60px;
}

#hm-card{
  background-color:#f3f7fe;
  /* width:90%; */
  margin-right:10px; 
  margin-bottom:30px;
  min-height:100px;
  /* min-height:335px; */
}

#hm-title{
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  text-align: center;
  padding-top:10px;
  /* padding-bottom:10px; */
  color:#355087;
  display:flex;
  align-items:flex-start;
  justify-content: center;
}
#hm-lm-btn{
  background-color: #355087;
  border:none;
  font-size: 15px;
}
#house-ministry-card{
  margin-bottom:30px;
}

.image-container{
  height:200px;
  width:100%;
  overflow: hidden;
}
.image-container img{
  min-width:100%;
  min-height:100%;
  object-fit: cover; 
}

/*detail page*/
#hm-detail-img{
  width:50%;
}
.hm-detail-page-title{
  font-size: 35px;
  color:#355087;
}
.hm-detail-page-text{
  font-size: 17px;
  /* line-height: 1.5; */
}

.contact-ministry-btn{
  display:flex;
  justify-content: center;
}
.contact-ministry-btn{
  .btn{
    font-family: "League Spartan", sans-serif;
    background-color: #d4e0f3;
    color: #355087;
    border: none;
    border-radius: 8px;
    width: auto;
    height: 45px;
    transition: .3s;
    padding-top:10px;
    margin:auto;
    margin-bottom:20px;
  }
  .btn:hover{
    background-color: #355087;
    box-shadow: 0 0 0 5px #3550875f;
    color: #fff;
    text-decoration: none;
  }
}

#return-to-btn {
  font-family: "League Spartan", sans-serif;
  background-color: #d4e0f3;
  color: #355087;
  border: none;
  border-radius: 8px;
  width: auto;
  height: 45px;
  transition: .3s;
  margin-left: -54px;
  padding-top:10px;
  margin:auto;
}

#return-to-btn:hover {
  background-color: #355087;
  box-shadow: 0 0 0 5px #3550875f;
  color: #fff;
  text-decoration: none;
}

#ministry-contact-success{
  margin-top:50px;
  margin-bottom:50px;
  padding-bottom:100px;
  padding-top:100px;
  font-family: "League Spartan", sans-serif;
  background-color:#35508714;
  border-radius: 15px;
}

.contact-submit-btn{
  margin-bottom:30px;
  padding: 2px 30px;
  /* border: none; */
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  color: #355087;
  background-color: #d9e0ee;
  transition: all 1000ms;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  border: 2px solid #355087;
}

.contact-submit-btn:hover {
  color: #355087;
  transform: scale(1.0);
  border: 2px solid #355087;
  box-shadow: 4px 5px 17px -4px #355087;
}

.contact-submit-btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #355087;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.contact-submit-btn:hover::before {
  width: 200%;
}

@media screen and (max-width:428px){
  #hm-detail-img{
    width:100%;
  }
}


/**************************SOZO MINISTRIES**************************/
#sozo-ministries-bg{
  background-color: #cddbf69c;
  margin-top:50px;
  padding-bottom:10px;
  margin-bottom:50px;
  /* margin-right:10px; */
  /* margin-left:10px; */
  width:95%;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#sozo-video-section{
  margin-bottom:20px;
  width:90%;
}

.sozo-video-title{
  font-weight: bold;
}
.sozo-video iframe{
  width:95%;
}

#sozo-buttons-container{
  margin:auto;
  width:55%;
}

.sozo-btns{
  /* margin-left:350px; */
}

#sozo-schedule-btn{
  background-color: #355087;
  border:none;
  transition: all 500ms;
}

#sozo-schedule-btn:hover{
  background-color: #fefefe;
  color:#355087;
}

#sozo-facilitator-btn{
  background-color: #355087;
  border:none;
  transition: all 500ms;

}

#sozo-facilitator-btn:hover{
  background-color: #fefefe;
  color:#355087;
}

#sozo-ministries-accordion{
  margin-top:30px;
  margin-bottom:70px;
}

.sozo-accordion-header{
  background-color: #35508769;
}
#sozo-acc-card{
  margin-bottom:10px;
}

#sozo-learn-more-btn{
  background-color: #355087;
  border:none;
  transition: all 500ms;

}

#sozo-learn-more-btn:hover{
  background-color: #35508747;
  color:#355087;
}



/*sozo schedule page*/
#schedule-sozo-container{
  background-color: #d7e6fa9f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  margin-top:50px;
  margin-bottom:50px;
  padding:20px;
}

.schedule-sozo-submit-btn{
  background-color: #355087;
  border:none;
  color:#fff;
}


/*sozo regional facilitor*/
#regional-facilitator-container{
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:80px;
  margin-bottom:80px;
}

#sozo-schduled-bg{
  background-color: #35508783;
  padding-top:80px;
  padding-bottom:80px;
}

#sozo-schduled-container{
  background-color: #ffffffa4;
  border-radius: 20px;
  margin:auto;
  width:70%;
}
#sozo-schduled-container p{
  text-align: center;
  font-weight:bold;
}

.sozo-contact-btn button{
  font-family: "League Spartan", sans-serif;
  background-color: #d4e0f3;
  color: #355087;
  border: none;
  border-radius: 8px;
  width: auto;
  height: 35px;
  transition: .3s;
  /* padding-top:10px; */
  margin:auto;
  padding-right:10px;
  padding-left:10px;
  margin-bottom:20px;
}
.sozo-contact-btn:hover button{
  background-color: #355087;
  box-shadow: 0 0 0 5px #3550875f;
  color: #fff;
  text-decoration: none;
}


@media screen and (max-width:430px){
  #sozo-buttons-container{
    width:100%;
  }
  #regional-facilitator-container img{
    width:100%;
  }
  
}
/************************presbytery***************************/
#presbytery-container{
  padding-top:60px;
  padding-bottom:60px;
}

#presbytery-card{
  background-color:#f3f7fe;
  margin-bottom:20px;
}

#presbytery-title{
  font-family: 'Times New Roman', Times, serif;
  color:#355087;
}

#presbytery-text{
  font-family: 'Times New Roman', Times, serif;
  color:#355087;
}

.presbytery-card-img{
  height:400px;
  width:100%;
  overflow: hidden;
}

.presbytery-card-img img{
 height: 100%;
 width:100%;
  object-fit: cover;
}

/*detail page*/
#presbytery-detail-container{
  padding-top:60px;
  padding-bottom:60px;
}

@media screen and (max-width:810px){
  #presbytery-detail-text{
    font-size:14px;
  }
}


/************************MINISTRY LEADERS***************************/
#ml-container{
  padding-top:60px;
  padding-bottom:60px;
}

#ml-card{
  background-color:#f3f7fe;
  margin-bottom:20px;
}

#ml-title{
  font-family: 'Times New Roman', Times, serif;
  color:#355087;
}

#ml-text{
  font-family: 'Times New Roman', Times, serif;
  color:#355087;
}

.ministry-card-img{
  height:400px;
  width:100%;
  overflow: hidden;
}

.ministry-card-img img{
  height: 100%;
  width:100%;
  object-fit: cover;
}

/*detail page*/
#ministry-detail-container{
  padding-top:60px;
  padding-bottom:60px;
}

#ministry-detail-text{
  font-size:17px;
}

@media screen and (max-width:810px){
  #ministry-detail-text{
    font-size:14px;
  }
}

/********************EVENT REGISTRATION********************/
/* #events-bg{
  
  margin:auto;
  margin-top:30px;
  margin-bottom:30px;
  flex-wrap: wrap;
} */

#events-list{
  background-color: #cddbf69c;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius:5px;
  width:100%;
  /* padding-left:30px;
  padding-right:30px; */
  /* width:45%; */
  /* flex-wrap: wrap; */
  /* margin:auto; */
  /* margin-top:30px;
  margin-right:5%; */

}

/* #events-cards{
  width:100%;

} */

#event-title{
  color:#355087;
}
.event-date{
  color:#355087;
}

.event-description{
  color:#000;
}

.events-read-more-btn{
  background-color: #355087;
  color:#fff;
  border:none;
  border-radius: 5px;
  padding:3px 10px;
}
.events-read-more-btn:hover{
  background-color: #35508755;
  color:#355087;
}

#detail-events-page{
  margin-top:60px;
  margin-bottom:30px;
}

#events-detail-card{
  padding-top:30px;
  padding-bottom:30px;
  padding-right:20px;
  padding-left:20px;
  margin-bottom:30px;
  background-color:#ffffffc3;
  box-shadow:2px 2px 10px 2px #35508755;
  border:none;
}
.detail-event-date{
  font-size:23px;
}

.detail-event-title{
  font-size: 28px;
  font-weight:bold;
  color:#355087;
}

#event-register-button{
  background-color: #a8caec;
  width:30%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
}



#event-back-button{
  background-color: #003366;
  width:30%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
  padding-left:40px;
  padding-right:40px;
  margin-bottom:40px;
}


#event-registration{
  background-color: #e2ebf5;
}

#register-btn{
  background-color: #003366;
  width:30%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
}

.registration-submit{
  background-color: #003366;
  /* width:30%; */
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
  margin:auto;
  text-align: center;
}
#event-detail-map iframe{
  width:100%;
}

@media screen and (max-width:428px){
  #events-cards{
    display:flex;
    flex-direction: column;
  }
  #events-list{
    width:90%;
    margin:auto;
    margin-bottom:30px;
  }
  #event-register-button{
    width:60%;
  }
  #event-back-button{
    width:65%;
  }

  .detail-event-title{
    font-size:23px;
  }
  #event-title{
    font-size:23px;
  }
  .event-date{
    font-size: 19px;
  }
}

.registration-detail-box{
  margin-top:30px;
  margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;

  padding-top:20px;
  border-radius:5px;
  background-color: #eaeff8;
}
.purchase-addon-btn{
  background-color:#355087;
  color:#fff;
  border:none;
  padding:10px 20px;
  border-radius:4px;
  transition: ease-in-out 300ms;
  cursor: pointer;
}
.purchase-addon-btn:hover{
  background-color: #fff;
  color:#355087;
  box-shadow:0 0 10px #3550877b;
  transition: ease-in-out 300ms;
}

/********************THRIVE CULTURE STUDENTS**********************/
#thrive-culture-students{
  /* padding-top:0px; */
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  margin-top:40px;
  margin-bottom:40px;
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}



/********************THRIVE CULTURE BUSINESS**********************/

#thrive-culture-business{
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  margin-top:40px;
  margin-bottom:40px;
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/**********************CONTACT US **************************/
#contact-us-bg{
  background-image: url(../../images/contactusbg.png);
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom:62px;
}

#contact-us-container{
  background-color: #ffffffc4;
  border-radius: 10px;
  padding: 40px;
  /* padding-bottom:40px; */
}
 .contact-us-text{
  font-size: 20px;
 }

#cr-title{
  margin:auto;
  text-align: center;
}

#comments{
  margin-bottom: 20px;
}

/*button*/

#contact-us-submit-btn{
  margin-bottom:30px;
  padding: 2px 30px;
  /* border: none; */
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 2px;
  /* font-family: "League Spartan", sans-serif; */
  /* text-transform: uppercase; */
  cursor: pointer;
  color: #355087;
  background-color: #d9e0ee;
  transition: all 500ms;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  border: 2px solid #355087;  
}

#contact-us-submit-btn:hover{
  background-color: #355087;
  color:#fff;
}


@media screen and (max-width:1024px){
  #contact-us-bg{
    padding-top:29px;
    padding-bottom:36px;
  }
  
}

@media screen and (max-width:428px){
  #contact-us-bg{
    padding-bottom: 25px;
    padding-top:16px;
  }
  
  #contact-us-container{
   width: 89%; 
   padding-bottom:0px
  }
  .contact-us-text{
    font-size:13px;
  }
  #cr-title{
    font-size:21px;
  }
}


/**********************GIVE*********************/

#give-bg{
  /* border-top: 15px solid #355087; */
  background-image: url(../../images/give-bg.png);
  /* object-fit: contain; */
  /* background-color: #000000; */
  background-repeat: no-repeat;
  padding-top:40px;
   padding-top: 80px; 
  padding-bottom:80px;
}
#give-container{
  background-color:#ffffffef;
  border-radius: 10px;
  margin-bottom:30px;
  /* padding: 20px; */
}

#give-text{
  text-align: center;
  padding-top:10px;
}

/*give button submit*/
#give-submit-btn input{
  margin-bottom:30px;
  padding: 2px 30px;
  /* border: none; */
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 2px;
  /* font-family: "League Spartan", sans-serif; */
  /* text-transform: uppercase; */
  cursor: pointer;
  color: #355087;
  background-color: #d9e0ee;
  transition: all 500ms;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  border: 2px solid #355087;  
}

#give-submit-btn input:hover{
  background-color: #355087;
  color:#fff;
}

#give-session-expired{
  margin-top:90px;
  margin-bottom:90px;
  padding-top:95px;
  padding-bottom:95px;
  border-radius: 15px;
  background-color: #00336652;
  font-size: 20px;
}

#give-thanks-container{
  background-color: #00336652;
}


@media screen and (max-width:375px){
  .g-recaptcha iframe{
    width:100%;
    margin:auto;
    margin-left:-45px;
  }
}
/*********************AFFILIATES******************/
#affiliates-container{
  padding-top:80px;
  padding-bottom:80px;
}

#affiliates-box.card {
  background-color: #cddbf69c;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* border-radius: 0;
  padding: 40px; */
}

/* .affiliate-text{
  width:90%;
  margin:auto;
  float:right;
} */

.affiliate-title{
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  color:#355087; 
}

#affiliate-img{
  margin-bottom: 20px;
  /* margin-left:50px; */
  width: 100%;
  /* border: 1px solid #355087; */
}

/***learn more button***/
#learn-more-btn {
  margin-left:50px;
  width: 10em;
  position: relative;
  height: 3.0em;
  border: 3px ridge #355087;
  outline: none;
  background-color: transparent;
  color: #355087;
  transition: 1s;
  border-radius: 0.3em;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-top:20px;
}

#learn-more-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #e0e9f9;
  transition: 0.5s;
  transform-origin: center;
}

#learn-more-btn::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #e0e9f9;
  transition: 0.5s;
}

#learn-more-btn:hover::before, #learn-more-btn:hover::after {
  transform: scale(0)
}


@media (min-width:768px){
  #affiliate-img{
    display:flex;
    justify-content: center;
    float:right;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 35%;
  }
  /* #affiliates-box{
    background-color: #cddbf69c;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 10px;
    padding-top:30px;
    width:95%;
    margin:auto;
  } */
}

@media (min-width: 1024px) {
  #affiliate-img{
    width: 30%;
  }
}





/********************PHOTO GALLERY*******************/
#photos-container{
  padding-top:80px;
  padding-bottom:80px;
}

.photos-top-btn#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #355087; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
.photos-top-btn#myBtn i:before {
  font-size: 30px;
}
.photos-top-btn#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/*start category button*/
.category-btn {
  font-size: 12px;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  display: inline-block;
  text-align: center;
  font-weight:600;
  padding: 5px 25px;
  border: 2px solid #355087;
  background-color: transparent;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #355087;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  margin-top:30px;
  /* margin-bottom:30px; */
}

.category-btn:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #ffffffdb;
  z-index: -1;
}

.category-btn:hover, .category-btn:focus {
  color: #355087;
  background-color: #355087;

}

.category-btn:hover:before, .category-btn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  
}

.category-btn:active {
 color:#003366;
  /* transform: scale(0.9); */
}

.cat-topic a.active-topic button {
  background-color: #355087;
  color: #fff;
  white-space: normal; 
}
.cat-topic a.active-topic:hover button {
  background-color: #fff;
  color: #355087;
  white-space: normal; 
}

/*end category button*/


#photo-gallery-image{
  height:200px;
  width:40%;
  overflow:hidden;
}

#photo-gallery-image img{
  min-height:100%;
  min-width:100%;
  object-fit: cover;
}

@media screen and (max-width:428px){
  #photos-container{
    padding-top:20px;
  }
  /* .category-btn{
    margin-top:5px;
    margin-bottom:5px;
  } */
}



/*******************GLOBAL KINGDOM ENDEAVORS****************/
#gke-container{
  margin-top:80px;
  margin-bottom:80px;
  padding-top:50px;
  padding-right:60px;
  padding-left:60px;
  padding-bottom:20px;
  background-color: #cddbf69c;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#gke-title{
  color:#355087; 
}

#gke-contact-box{
  background-color: #eff4ffce;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#gke-contact-title{
  padding-top:20px;
  color:#355087; 
}
#recaptcha iframe{
  width:100%;
  margin:auto;
}

/*submit button*/
.submit-btn {
  margin-bottom:30px;
  padding: 2px 30px;
  /* border: none; */
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  color: #355087;
  background-color: #d9e0ee;
  transition: all 1000ms;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  border: 2px solid #355087;
}

.submit-btn:hover {
  color: #ffffff;
  transform: scale(1.0);
  border: 2px solid #355087;
  box-shadow: 4px 5px 17px -4px #355087;
}

.submit-btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #355087;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.submit-btn:hover::before {
  width: 200%;
}
/* 
@media screen and (max-width:428px){
  #recaptcha iframe{
    width:90%;
  }
} */



/******************** Account pages   **************************/


#acc-log-in-bg{
  background-color: #35508783;
  padding-top:40px;
  padding-bottom:40px;
}
#acc-log-in{
  background-color: #ffffffa4;
  border-radius: 20px;
}
#acc-log-in-button input{
  margin-bottom:30px;
  padding: 2px 30px;
  /* border: none; */
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 2px;
  /* font-family: "League Spartan", sans-serif; */
  /* text-transform: uppercase; */
  cursor: pointer;
  color: #d9e0ee;
  background-color:#355087;
  transition: all 1000ms;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  border: 2px solid #355087;
}

.acc-validate{
  min-height:400px;
  vertical-align: middle;
}



@media screen and (max-width:428px){
  #acc-log-in{
    width:90%;
    margin:auto;
  }
}



/*forgot password page*/
#forgot-password-card{
  background-color: #355087df;
  border-radius: 10px;
  
}

#forgot-email{
  color:#eaeaea;
  margin-top:20px;
}

#reset-pw-btn{
  font-family: "League Spartan", sans-serif;
  background-color: #d4e0f3;
  color: #355087;
  border: none;
  border-radius: 8px;
  width: 150px;
  height: 45px;
  transition: ease-in-out 200ms;
 
  padding-left:15px;
  padding-right:15px;
}

#reset-pw-btn:hover {
  /* background-color: #355087; */
  box-shadow:0 0 5px #fff;
  transition: ease-in-out 200ms;
  
  text-decoration: none;
}


/*create account page*/
#create-acc-container{
  margin-top:60px;
  margin-bottom:60px;
  background-color: #a5bcddc7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.307);
  border-radius: 2%;
  /* border-radius: 10px; */
}

#create-acc-btn{
  font-family: "League Spartan", sans-serif;
  background-color: #355087;
  color: #eaeaea;
  border: none;
  border-radius: 8px;
  width: 100px;
  height: 45px;
  transition: ease-in-out 200ms;
  padding-left:15px;
  padding-right:15px;
  margin-top:30px;
}

#create-acc-btn:hover {
  /* background-color: #355087; */
  box-shadow:0 0 10px #355087;
  transition: ease-in-out 200ms;
  text-decoration: none;
}


/*account saved page*/
#account-saved-bg{
  background-color: #35508783;
  padding-top:80px;
  padding-bottom:80px;
}

#account-saved-container{
  background-color: #ffffffa4;
  border-radius: 20px;
  margin:auto;
 
}

#account-home-btn{
background-color: #003366;
  width:30%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
  padding-left:40px;
  padding-right:40px;
  margin-bottom:40px;
}


/*account home page*/

#account-home-bg{
  background-color: #35508783;
  padding-top:80px;
  padding-bottom:80px;
}

#account-home-container{
  background-color: #ffffffa4;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#order-history-btn{
  background-color: #003366;
  width:50%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
  padding-left:40px;
  padding-right:40px;
  margin-bottom:40px;
}

#edit-account-btn{
  background-color: #003366;
  width:50%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
  padding-left:40px;
  padding-right:40px;
  margin-bottom:40px;
}

#account-log-out-btn{
  background-color: #b00303;
  width:30%;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:5px;
  color:#fff;
  padding-left:40px;
  padding-right:40px;
  margin-bottom:40px;
}


/*account edit page*/

#account-edit-bg{
  background-color: #35508783;
  padding-top:80px;
  padding-bottom:80px;
}
#account-edit-container{
  background-color: #ffffffa4;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#acc-save-btn{
  color: #ffffff;
  background-color:#355087;
  border:none; 
  padding-right: 20px;
  padding-left: 20px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:3px;
  margin-top:30px;
}
#add-child-btn{
  color: #ffffff;
  background-color:#355087;
  border:none; 
  padding-right: 20px;
  padding-left: 20px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:3px;
  margin-top:30px;
}

/*order-history-page*/

#order-history-bg{
  background-color: #35508783;
  padding-top:80px;
  padding-bottom:80px;
}

#order-history-container{
  background-color: #ffffffa4;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.click-for-details{
  font-size:10px;
}
@media screen and (max-width:428px){
  #order-history-container p{
    font-size:10px;
    font-weight: 200;
  }
  #order-history-container{
    font-size:10px;
  }
  .click-for-details{
    /* font-size:-2px; */
    display: none;
  }
}
#account-logout-page{
  padding-top:80px;
  padding-bottom:80px;
  background-color: #35508783;
}
#account-logout-container{
  background-color: #ffffffa4;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}


#donation-info-container{
  margin-top:30px;
  margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  border-radius:5px;
  background-color: #eaeff8;
}


.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat ;
  background-position: bottom left;
  background-size: 30%;
  margin-bottom: 0px;
}