/*
Theme Name: Little Divi
Version: 1.0
Description: A child theme of SpecialDivi
Author: gfinny
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");


#makingadifference .header-content-container.center{
  position: relative;
  left: 20px;
  padding: 5% 5% 5% 5%;
  background-color: rgba(9,4,3,.63);
  max-width: 500px;
  border-radius: 10%;
  align-content: center;
  transform: scale(1.05)
}
#makingadifference h1{
  text-align: center;
  padding-bottom: 50px;
}

#makingadifference .et_pb_fullwidth_header{
  padding: 20px 50px 50px 30px;
}

#aboutus h1{
  text-align: center;
  padding-bottom: 20%;
}

#aboutus .header-content-container.center{
  padding: 2% 2% 2% 2%;
  background-color: rgba(112,112,112,.4);
  max-width: 350px;
  border-radius: 10%;
  position: relative;
  right: 0px;
}
#share .et_pb_image_wrap{
  border: 10px solid black;
}
.et_pb_button_module_wrapper {
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin:auto; 
}
/*Center Button*/

.et_pb_button{
  background-color: #4B5C65;
  color: #F3F3F3;
  border: 2px solid #B1AFAF;
}

#share h3{
  text-align: center;
	color: black;
}

#why h2{
	text-align: center;
	color: black;
}

#why{
  background-color: #79919e;
	color: black; 
}

#share{
  background-color: #79919e;
  color: black;
}
#share h3{
	color: black;
}
#contact{
  background-color: #79919e;
}
#contact h2{
  text-align: center; 
  padding-bottom: 20px;
  color: white;
}

#contact .wp-image-73{
  position: relative;
  left: 70px;
  top: -20px;
  transform: scale(1.25);
  z-index: 1;
}
#contact .wp-image-29{
  position: relative;
  right: 75px;
  top: 150px;
  transform: scale(1.5);
  z-index: 2;
}
#contact .et_pb_text_inner{
  position: absolute;
  left: -50px;
  right: -50px;
	 background-color:rgba(56,70,78,.75);
  color: white;
  padding: 5%;
  z-index: 3;
}
.et_pb_button{
  display: block;
  top: 70px;
}

@media (max-width: 600px){
  .et_pb_button{
    top: -20px;
    transform: scale(2.25)
  }
	#contact img{
    transform: scale(.25);
  }
  #contact .wp-image-29{
    top: -100px
  }
  #contact .et_pb_text_inner{
    left: 0px;
    right: 0px;
    bottom: -100px;
    
  }
  #contact .wp-image-29{
    transform: scale(.65);
    left: 145px;
  }
  #contact .wp-image-73{
    transform: scale(.65);
    top: 30px;
    left: -150px;
  }
  #why .et_pb_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:5px;    
  }
  #why .wp-image-64{
    width: 333.3%;
    height: auto;
    display: block;
  
  }
   #why .wp-image-65{
    display: block;
    width: 333.3%;
    height: auto;
     left: 15px;
  } 
  #why .wp-image-66{
    display: block; 
    width: 333.3%;
    height: auto;
    
  }
}

.mobile_menu_bar::before{
  color: black;
}
#et_search_icon{
  visibility: hidden;
}
#main-header{
  background-color: #79919E; 
}
#main-footer{
  background-color: #254441;
}
.et_mobile_menu{
  border-top: 0px;
}


#contact .et_pb_column_11{
  z-index: 4;
}
