@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&amp;display=swap');


.home .header_panel_section h3 {
	text-shadow: 2px 3px 5px rgba(0,0,0,0.56);
	font-weight: 800;
  color: #fff;
  text-align: center;
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1;
}

#menu-wrapper ul.menu > li > a {
	font-weight: bold;
}

.home #newbook_check_availability_widget .btn-group {
	flex-direction: row-reverse;
}
table.activities-contact {
    width: 100%;
}
table.activities-contact {
	margin-top:30px;
}
table.activities-contact tr {
    background: #eeeeee;
}
table.activities-contact td:first-child {
    font-weight: 800;
}
table.activities-contact tr:nth-child(even) {
    background: #e6e6e6;
}
table.activities-contact td {
    vertical-align: top;
    padding: 10px 20px;
}
#menu-wrapper ul.menu > li > a {
    text-transform: inherit!important;
    font-weight: 600;
}

#menu-wrapper ul.menu > li.book-online-button a {
	text-transform:uppercase!important;
	font-weight: 700;
}