/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Child theme for Divi
Author: Jean-Marie Schmid
Author URI: https://www.jmspartners.ch
Template: Divi
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");

/* === Custom Styles for Efficiency Club Bern === */

/* Change background color of header */
#main-header {
  background-color: #004080;
}

/* Adjust button style */
.et_pb_button {
  border-radius: 8px;
  font-weight: bold;
}

/* Smaller footer text */
#footer-info {
  font-size: 13px;
  color: #777;
}

