/*
Theme Name: baby nonprofit
Version: 1.0
Description: A child theme of SpecialDivi
Author: jkh11
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");
@import url('https://fonts.cdnfonts.com/css/myriad-pro');
@import url(https://db.onlinewebfonts.com/c/d1e7459984b795346649092483380c71?family=Lavanderia+Sturdy); 

.et_pb_text_inner h1{
  text-align: center;
  font-family: lavanderia sturdy;
  font-size: 46px;
  color: #1A7EAA;
}

.et_pb_text_inner h2{
  text-align:center;
  font-family: lavanderia sturdy;
  color: #EA6178;
  font-size:26px;
}
.et_pb_text_inner h3{
  text-align: center;
  font-family: lavanderia sturdy;
  color:#AB0140;
  font-size: 26px;
}
.et_pb_blurb_description h4,h5{
  text-align: center;
  font-family: lavanderia sturdy;
  color:black;
  font-size: 26px;
}
.et_pb_text_inner h6{
  text-align: center;
  font-size:26px;
  font-family:lavanderia sturdy;
  color: #4F9DCF;
}

.et_pb_blurb_description p{
  text-align: center;
}
.et_pb_blurb_description{
  text-align-last: center;
}

.et_pb_image_wrap{
  margin-top:-100px;
}
.et_pb_button{
  font-family: lavanderia sturdy;
  background-color:#B9E6FF;
}
.et_pb_text_inner{
  font-family: Myriad Pro light, sans-serif;
  color:black;
  font-size: 14px;
}
.et_pb_blurb_description{
    font-family: Myriad Pro light, sans-serif;
  color:black;
  font-size: 14px;
}
#ctaimage .et_pb_promo .et_pb_cta_{
  background-color:rgba(234,97,120,.6);
  border-radius: 30px;
}
.et_pb_promo_description{
 font-family: Myriad Pro light, sans-serif;
  color:white;
  font-size: 14px; 
}
.et_pb_row{
  display:flex;
  align-items:center;
}

.et_section_regular{
  margin-top:-40px;
}
@media (max-width: 980px) {
  .et_pb_row {
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Optional: Centers the items horizontally */
    margin-top:-15px;
	}}
.et_pb_image_wrap {
	margin-top: 10px;}

/*Mobile Menu*/
.mobile_menu_bar::before{
  color:black;
}
.et_mobile_menu{
  border-top:5px solid black;
}

/*footer*/
#footer-bottom{
  background-color:#B9E6FF;
}
#footer-info{
  text-align:center;
  color:white;
}
footer > div:before{
    content: "© Copyright Love Birds 2025. ";
    font-size: 14px;
    color: white;
    text-align: top;
}

.et_pb_cta_0.et_pb_promo {
  background-color: rgba(238,99,127,.7)!important;
  border-radius: 30px;
}
#top-menu a {
  color:#B9E6FF;
}