/**
 * Theme Name:       Mai Success
 * Theme URI:        https://bizbudding.com/products/mai-success-theme/
 * Description:      Mai Success child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.1
 * Text Domain:      mai-success
 * Template:         genesis
 * Template Version: 3.3.2
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

.page-header-inner {
    background-color: rgba(255, 255, 255, .9);
	border-radius:2px;
	padding-top:20px;
	padding-bottom:20px;
}
.page-header-description h2 {
    text-transform: uppercase;
font-size:1.4rem;
    letter-spacing: 0.06rem;
    word-spacing: 0.1rem;
	color:#000;
}
.home .page-header-wrap {
    --page-header-padding-top: 8vw;
    --page-header-padding-bottom: 8vw;
}
h1, h2, h1.page-header-title {
    color: #006683;
}
h1 {
    font-size: var(--h1-font-size, var(--font-size-xxxl));
}
body {
	font-size:1.3rem;
}

/* # Nav
---------------------------------------------------------------------------------------------------- */

.menu {
	text-transform:uppercase;	
letter-spacing:1px;
font-size:1.25rem;
	font-weight: 400;
	color:#333;
}

.menu-item-link {
	color:#333;
}

a:focus {
  outline: 1px dotted #ccc;
}