/* START
Rules to make the nav bar dissapear */
.template-nav {
  	display: none;
}
.home-page {
	padding-top: 0;
}
/* END
Rules to make the nav bar dissapear */

/*
START
Style the map
*/
.map-address h2 {
	margin-bottom: 0;
}
.map-address .event-description {
	display: flex;
    flex-direction: column;
}
/*
STOP
Style the map
*/

/*
START
Style Buttons

.sections-holder a button.btn {
  display: none ;
  padding: 0.75rem;
  height: auto;
  width: auto;
  font-size: 1rem;
  border-radius: 0px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
*/