/* 
 Theme Name:     Oglebay Institute - Capital Campaign
 Author:         Macrodo Creative
 Author URI:     https://macrodo.com
 Template:       Divi
 Version:        2.1
 Description:   A custom theme for the Oglebay Institute Capital Campaign
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 



/* About Slider Customizations */

.about-slider .et_pb_slides .et_pb_container {
    display: flex;
    align-items: flex-end;
}
.about-slider .et_pb_slides .et_pb_slider_container_inner {
    display: flex;
    padding: 2%;
}

.about-slider .et_pb_slide {
    padding: 0;
    min-height: 50vh;
    height: 50vh
}

.about-slider .et_pb_slide_description {
    width: 100%;
    padding: 0;
}



/* End About Slider */


/* POP Buttons */

.button {
  background-color: #f2e596;
  border: none;
  border-radius: 12px;
  color: black;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold
  margin: 4px 2px;
}

.button:hover {
  background: #193c78; 
  color: white;
  border: 1px solid white;
}

#pop-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

/* End POP Buttons */