/*
Theme Name:     Apl
Theme URI:
Description:    Divi child theme.
Author:         Me
Author URI:
Template:       Divi
Version:        0.1.0
*/


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Theme Overrides
 * =====================================================================================================================
 */


:root {
	--c-cream: #e0d8c8;
	--c-white: #ffffff;
}


#logo {
	max-height: 100% !important;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Home
 * =====================================================================================================================
 */

.apl-home__hero h1 {
	color: var(--c-white) !important;
}
.apl-home__hero p {
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: var(--c-white) !important;
}

.apl-tabs__new-material ul.et_pb_tabs_controls {
	background-color: var(--c-cream);
	font-family: 'Open Sans', 'Helvetica', Arial, serif;
}
.apl-tabs__new-material ul.et_pb_tabs_controls li {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400;
}

.apl-tabs__new-material .et_pb_tab_content li {
	margin-bottom: 1em;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * ---------------------------------------------------------------------------------------------------------------------
 * Media Query
 * =====================================================================================================================
 * =====================================================================================================================
 */

/* Low DPI Laptop (~1280px) */
@media only screen and (min-width: 80em)
{
	.apl-img__screenshot img {
		width: 50%;
	}
}

