/*uploaded to shrmmorris.site-ym.com resource manager*/


/*universal styles*/

.topTitleOut.imgcopy  {
    background-image: linear-gradient(rgba(0, 0 ,0, 0.8), rgba(0, 0 ,0, 0.8)), url(https://cdn.ymaws.com/www.shrm-morrisnj.org/resource/resmgr/custompages/placeholdherobg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 75px 0;
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 -2px 3px -1px rgba(55, 55, 55, 0.4) inset;
	font-family: 'Arima Madurai', cursive;
    font-size: 44px;
	font-weight: 800;
    line-height: 1.1em; }

.topTitleOut .container {
    padding: 0; }

.cptier {
	display: inline-block;
	width: 100%; }

.cptier .container {
	padding: 45px 0; }

.custbtn {
	background: #94bd55;
	border-radius: 90px;
  	color: #fff !important;
  	display: inline-block;
  	padding: 11px 35px;
	font-family: 'Arima Madurai', cursive;
	transition: all 200ms linear 0s;
	font-weight: 800;
  	margin-top: 15px;
    text-align: center; }

.custbtn:hover {
    background: #333; }

.cptitle {
    color: #666;
    font-size: 36px;
	font-weight: 800;
	font-family: 'Arima Madurai', cursive;
    line-height: 1.2em;
    margin-bottom: 15px; }

.cpsubtitle {
    color: #6d2f81;
    font-size: 28px;
	font-weight: 800;
	font-family: 'Arima Madurai', cursive;
    line-height: 1.2em;
    margin-bottom: 15px; }






@media (max-width: 767px) {
.cptier .container { padding-left: 15px; padding-right: 15px; }	
.topTitleOut.imgcopy { background-attachment: scroll; font-size: 34px; padding: 45px 30px; margin-top: 0; }	
}





