/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0 
*/

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

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: babymarker;
  src: url("../divi-child/fonts/babymarker/BabyMarker.ttf");
}

@font-face {
  font-family: proxima;
  src: url("../divi-child/fonts/proxima/ProximaNova-Regular.otf");
}

.smudge {
  font-family: babymarker;
  color: white;
  font-size: 3rem;
  padding: 1% 5%;
  background-size: 100% 100%;
}

.red {
  background-image: url("/wp-content/uploads/2024/03/red-smudge.png");
}

.blue {
  background-image: url("/wp-content/uploads/2024/03/blue-smudge.png");
  padding-top: 2%;
  padding-bottom: 2% !important;
}

.green {
  background-image: url("/wp-content/uploads/2024/03/green-smudge.png");
}

#et_pb_contact_form_0 p.et_pb_contact_field {
  width: 33% !important;
  float: left;
}

#et_pb_contact_form_0 p.et_pb_contact_field:last-of-type {
  clear: none !important;
}

ul.our-purpose,
ul.scholarship {
  list-style-image: url("/wp-content/uploads/2024/03/bullet.png");
}

ul.our-purpose li {
  color: white;
  font-family: proxima;
}

ul.scholarship li {
  color: black;
  font-family: proxima;
  font-size: 20px;
  line-height: 29px;
}
