/* 
Theme Name: Open Water Ventures
Author:  Merge Studio, LLC
Author URI: https://merge.studio
Template: Divi
Version: 1.0 
Description: A custom theme based on the Divi framework.
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v3
*/

/* put your custom CSS below */


h1 {
	display: inline-block;
	float: right;
	position: relative;
	background-color: rgba(104,169,208,.7);
	padding: 20px 0 20px 20px;
}
h1:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: rgba(104,169,208,.7);
	height: 100%;
	width: 200%;
}
.header-bar {
	overflow: hidden;
}
h2 {
	display: inline-block;
	padding-bottom: 24px;
	background: url(img/heading-bk.png) repeat-x bottom center;
}