/* AllCal definable based on Client settings */
.allcal-nav-bar { 
	background-color:#efefef; 
	}
.panel-body {
	background-color:#94d2bd;
	}
.allcal-nav-bar a {
	color:#414042;
	}


/* Client definable */
body {
	color:#414042;
	font-family: 'Montserrat', sans-serif;
	}
.client-header-image { 
	background: url('images/worthy-women-header.jpg') no-repeat center center;
	}
.client-header-image img { 
	height:250px;
	}
.event-page-title {
	color:#ee417f;
	font-weight:bold;
	}
.btn-highlight {
	color: #fff;
    background-color: #2eb7af;
    border-color: #94d2bd;	
	}
.btn-highlight:hover {
	color: #fff;
    background-color: #94d2bd;
    border-color: #94d2bd;	
}