/*!
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
*/


/* GLOBAL COLORS 

HealthHIV Blue
#0099ff

HealthHIV Green
#23aa5c

HealthHIV Purple
#993399

HealthHIV Orange
#f39c12

HealthHIV Midnight (Headlines)
#192339

HealthHIV Asphalt (Text)
#161506

HealthHIV Cloud (Box Backgrounds)
#EEFFFF

Disabled
#E6E6E6

*/


/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
	font-family: Comfortaa;
	font-weight: bold;
	color: #192339;
	margin-top: 1rem;
	margin-bottom: 0;
	}
	
h1 {
	font-size: 2.5rem;
	line-height: 1.2em;
	letter-spacing: -1px;
	}
	
h2 {
	font-size: 2rem;
	line-height: 1.2em;
	letter-spacing: -1px;
	}

h3 {
	font-size: 1.75rem;
	line-height: 1.2em;
	letter-spacing: -.5px;
	}
	
h4 {
	font-size: 1.5rem;
	line-height: 1.2em;
	letter-spacing: -.5px;
	}
	
h5 {
	font-size: 1.25rem;
	line-height: 1.2em;
	}
	
h6 {
	font-size: 1rem;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
body, p {
	font-family: 'Work Sans';
	font-size: 1.1rem;
	line-height: 1.25em;
	font-weight: normal;
	color: #161506;
	margin-top: 0;
	margin-bottom: 1rem !important;
	}
	
a {
	font-weight: bold;
	color: #993399;
	text-decoration: none;
	}	
	
.intro-text {
	font-size: 1.4rem;
	line-height: 1.25em;
	}	
	

.card-title {
	font-family: 'Work Sans';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.25em;
}

.card-text {
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1.25em;
}

.navigation-item {
	font-family: Comfortaa;
	font-size: 1.1rem;
	font-weight: bold;
}

ul {
	margin-top: 0;
	margin-bottom: 24px;
}


/* DECORATIVE ELEMENTS */

hr, .elementor hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.svg-shadow {
  filter: drop-shadow(0px 1px 6px rgb(0 0 0 / 0.8));
}