/* ==========================================================================
   Author's custom styles
========================================================================== */
.event-title, .event-date{
	/*font-size: 1.2em;*/
	font-size: 123.1%;
    font-weight: bold;
    margin: 0px 0 0 20px;
}
.site-header {
    /*line-height: 1.2em;*/
	line-height: 1.5em !important;
}
@media only screen and (max-width: 480px) {

 .event-title, .event-date  { font-size: 55% !important; }
  } 
	@media only screen and (max-width: 320px) {

.event-title, .event-date  { font-size: 55% !important; }
}
.day, .day a{
	background:#00adef !important;
	color:white !important;
}

.hour, .hour a{
	background:#00adef !important;
	color:white !important;
}

.minute, .minute a{
	background:#00adef !important;
	color:white !important;
}

.second, .second a{
	background:#00adef !important;
	color:white !important;
}

.celebration{
	/*font-family: 'Bangers', cursive;*/
	font-size:36px;
}

@media (max-width: 660px){
.site-header-sm {
width: 130% !important;
    font-size: 1em !important;
    margin-top: 0px !important;
}
}
	