/*
CTC Separate Stylesheet
Updated: 2024-12-17 07:04:38
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1734419078
*/
:root {
  --heading-color: white;
}

.owa-inverted {
  --heading-color: navy;
}

.icon_alignment {
display: flex;
justify-content: center;
align-items: center;  
}

body {
	background-color: #000050!important;
	
}

.et_pb_column {
	max-width:1300px !important;
}
.et_pb_row {
	max-width:1300px !important;
}

h1 {
	color: var(--heading-color);
	font-size: 5em;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: var(--heading-color);
	font-size: 4em;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: var(--heading-color);
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

h4 {
	color: var(--heading-color);
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h5 {
	color: var(--heading-color);
	font-size: 1.6em;
	/* font-weight: bold; */
	text-align: center;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	align-content: middle;
	line-height: 1.5;

}

/* For rows with vertically aligned content of the elements in each column: */
.owa-vertical.et_pb_row {
  display: flex;
	align-items: center;
	vertical-align: middle;
}