



/*
 ******************
 My User Classes 
 ******************
 */ 

/*
 ******************
 Menu Hover dark orange 
 ******************
 */ 

.p7AMM.amm-rootlinks-black ul a:hover, .p7AMM.amm-rootlinks-black ul a:focus, 

.p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
background-color: #669900;
color: #000;
border-radius: 2px; 
}


/*
 ******************
Allows height of logo to be taller than maximum of 60px
 ******************
 */ 
 
img.z-logo, img.footer-logo {max-height: 100px;}

/*
 ******************
"Controls" the PITA text links
 ******************
 */ 
	.p7HMY .hmy-section a {
transition: all linear .5s;
color: #CC0000;
text-decoration: none;
}

.p7HMY .hmy-section a:hover {
border-bottom: 1px solid;
color: #1122CC;
}

/*
 ******************
remove shadow under nav bar
 ******************
 */ 
 
.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 10;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

/*
 ******************
sitemap green link color
 ******************
 */ 

.greenlinks .hmy-section a {color:#009900;}


/*
 ******************
Changes menu h4 color to green
 ******************
 */ 

.hmy-section a.hgreenlinks {color:#009900;
text-decoration:none;
}

.hmy-section a.hgreenlinks:hover {color:#1122CC;
}

/*
 ******************
 Gray backround color of Harmony grids below main image
 ******************
 */ 

.p7HMY.hmy-color-root-gray,
.p7HMY .hmy-content-wrapper.hmy-color-content-gray {
	background-color: rgba(134,134,134,0.30);
	color: #000;
}


/*
 ******************
Somewhere between no-padding and too much padding
 ******************
 */ 

.less-pad .hmy-content {padding: 4px 8px 14px 8px;
}



.vbm-wrapper {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	padding: 0px 10px 0px 10px;
}


/*
 ******************
Needed to make vertical height of vbm video display properly
 ******************
 */ 

.hmy-content-wrapper.intro {
	min-height: 100vh;
}



.hmy-section p {
	margin: 6px 0px 10px 0px;
	line-height: 1.5;
}


/*
 ******************
Adds space to unordered list
 ******************
 */ 

.list-space {
	line-height: 1.5;	
}

/*
 ******************
Adds space to menu page blurbs
 ******************
 */ 

.blurb-text {
    margin-top: 0;
 	padding-right: 10px;
	padding-left: 10px;
 }



/*
 ******************
 H tag rules
 ******************
 */ 
 

.hmy-section h4 {
	font-size: 1.0rem;
	text-align: center;
}

.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4
 {
	margin: 24px 0px 0px 0px;
	font-weight: normal;
}

.hmy-section h1 {
	font-size: 1.5rem;
	text-align: center;
}
.hmy-section h2 {
	font-size: 1.4rem;
}
.hmy-section h3 {
	font-size: 1.3rem;
}

.hmy-section h5 {
	font-size: 1.2rem;
	font-weight: normal;
}


.hmy-section h1:first-child,
.hmy-section h2:first-child,
.hmy-section h3:first-child,
.hmy-section h4:first-child,
.hmy-section h5:first-child {
	margin: 20px;
}


/*
 ******************
Center images 
 ******************
 */ 

.center-img {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
border-radius: 5px;
	
}

/*
 ******************
Floats images left, but may not be needed anymore
 ******************
 */ 

.float-left {float:left; margin: 10px 10px 0px 0px;
}



 

/*
 ******************
Amazon disclosure text
 ******************
 */ 
 .aa-text {font-size: 85%;
}


/*
 ******************
Adds padding to footer area

 ******************
 */ 

.footer-padding {padding: 24px 0px 0px 20px;
}


/*
 ******************
Adds padding to bottom of footer
 ******************
 */ 

.foot-space {
	margin-bottom: 10px;
}

.p7HMY .hmy-section .footer a {color:#990000; 
border:none; 
text-decoration:none; 
transition: linear .5s;}
 
 .p7HMY .hmy-section .footer a:hover {
	 color:#FFF;
 border: none;  
 transition: all linear .5s;}


 .p7HMY .hmy-section .pinkylink a {
	 color:#FFF;
	 font-size: 0.9rem;
	 }
 
 .p7HMY .hmy-section .pinkylink a:hover {color:#669900;}

/*
 ******************
Rules for pbx disclosure box
 ******************
 */ 

 
.pbx-trigger {
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px dotted;
}

 /*
 ******************
Media queries
 ******************
 */ 
 

 .mrounded {
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.25);
}

 
 

 
 

