/*======================================
Theme Name: Yoodle Divi Child Theme
Theme URI: https://www.yoodle.com/
Description: This is a Divi child theme to store custom theme code and snippets from the Yoodle Dev team
Author: Yoodle
Author URI: https://www.yoodle.com/
Author Email: arlaysha@yoodle.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * Using a Divi child theme is a great way to add advanced customization to your theme without having to worry about erasing those changes each time you update the Divi Theme. In fact, a Divi Child theme has many benefits. It allow you to better organize all of your custom CSS/Code in one place, making it easier to collaborate with others. This will also help protect your code from clients who have access to custom code within the theme customizer and settings./
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

/*Style guide Typography Arlaysha*/
h1 {
font-family: Montserrat;
color:#1C355E;
font-weight: bold;
text-transform: uppercase;

}

h2 {
font-family: Alegreya;
font-weight: bold;
color: #0080bb;
font-size: 48px;
text-transform: capitalize;
}

h3 {
font-family: Montserrat;
color: #0080bb;
font-size: 32px;
text-transform: capitalize;
}
h4 {
font-family: Montserrat;
color: #0080bb;
font-size: 30px;
text-transform: uppercase;
}
h5 {
font-family: Montserrat;
font-size: 24px;
text-transform: capitalize;
}

p {
font-family: Montserrat;
	font-weight: medium;

}



/*this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%;
}

/*this sets the height of the image container*/

.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}

/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}

.berkley {
border-radius: 10px;
background:#80BC00;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
}