

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



/*
 ******************
Hover mnenu green color
 ******************
 */ 

.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: #009966;
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;
}





.less-pad .hmy-content {padding: 15px 10px 10px 5px;
}

.less-pad-vid .hmy-content {padding: 15px 10px 10px 5px;
}




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


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

.list-space {
	line-height: 1.6;
font-size: 1.1rem;
text-align: center;	
}

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


/*
 ******************
 H tag rules
 ******************
 */ 
 
 .hmy-section h2 {
	font-size: 1.2rem;
	text-align: center;
}

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

/*
 ******************
Changes menu h4 color
 ******************
 */ 


.hmy-section a.bluelinks {color:#1122CC;
text-decoration:none;
}

.hmy-section a.bluelinks:hover {color:#CC0000;
}


.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.3rem;
}
.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-img {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
border-radius: 5px;
	
}





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

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


 




 

 
 


 


