/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

.fl-module.fl-module-rich-text.fl-rich-text a { text-decoration:underline; }

div#projects .pp-content-post img, div#projectsuabb .uabb-post-grid-3 img{
	height: 200px;
	object-fit: contain;
}

span#tagline  {
	font-family: "Roboto Slab", serif !important;
	font-weight: 500 !important;
	color: #185777 !important;
	font-size: 80px !important;
}

h1#herotext {
color: #185777 !important;
	
}

@media screen and (max-width: 480px) {
  span#tagline {
    font-size: 48px !important;
  }
}