/* 
Theme Name: Michael Lacey
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/**
GLOBAL SECTION PADDING
**/
.page-content > div > .e-con:not(.e-con-full) {
	padding-left: 6vw;
	padding-right: 6vw;
}

/** FIX GREY FLICKER ON ACCORDIONS ON MOBILE **/

.e-n-accordion-item-title,
.e-n-accordion-item-content {
	-webkit-tap-highlight-color: transparent !important;
	background-color: inherit !important;
	backface-visibility: hidden !important;
	-webkit-backface-visibility: hidden !important;
	transform: translateZ(0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	will-change: transform;
	contain: layout paint;
	transition: none !important;
}

.e-n-accordion-item {
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
}

.scrollAdjustment {
	scroll-margin-top: 170px; /* adjust to match your header height */
}

#about{
	scroll-margin-top: 110px; /* adjust to match your header height */
}


.title {
    
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 10px;
    
}