/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


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

body{
	font-family: urbane, sans-serif;
		font-weight:300;
}

h1{
	font-family: urbane-rounded, sans-serif; 
	font-weight:500;
	font-size:26pt;
	text-transform:uppercase;
	color:#265d37;
}

h2{
	font-family: urbane, sans-serif;
	font-weight:600;
	font-size:18pt;
	text-transform:uppercase;
	color: #265d37;
}

h5{
	font-family: urbane, sans-serif; 
	font-weight:700;
	font-size:20pt;
	text-transform:uppercase;
	color: #265d37;
}

h4{
	font-family: urbane, sans-serif;
	font-weight:600;
	font-size:14pt;
	text-transform:uppercase;
	color: #5fb130;
}

a:link {
  color: #265d37;
}
a:visited {
  color: #5fb130;
}
a:hover {
  color: #5fb130;
}
a:active {
  color: #5fb130;
} 
green{
	color:#265d37;
}

/*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%;
}

