@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Grand+Hotel:400);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);







body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Raleway', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Raleway', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Raleway', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #293842 !important;
}
.bg-success {
  background-color: #293842 !important;
}
.bg-info {
  background-color: #293842 !important;
}
.bg-warning {
  background-color: #293842 !important;
}
.bg-danger {
  background-color: #293842 !important;
}
.btn-primary {
  background-color: #293842;
  border-color: #293842;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #0c1013;
  border-color: #0c1013;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c1013 !important;
  border-color: #0c1013 !important;
}
.btn-secondary {
  background-color: #293842;
  border-color: #293842;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #0c1013;
  border-color: #0c1013;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c1013 !important;
  border-color: #0c1013 !important;
}
.btn-info {
  background-color: #293842;
  border-color: #293842;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #0c1013;
  border-color: #0c1013;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0c1013 !important;
  border-color: #0c1013 !important;
}
.btn-success {
  background-color: #293842;
  border-color: #293842;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #0c1013;
  border-color: #0c1013;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c1013 !important;
  border-color: #0c1013 !important;
}
.btn-warning {
  background-color: #293842;
  border-color: #293842;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #0c1013;
  border-color: #0c1013;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c1013 !important;
  border-color: #0c1013 !important;
}
.btn-danger {
  background-color: #293842;
  border-color: #293842;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #0c1013;
  border-color: #0c1013;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c1013 !important;
  border-color: #0c1013 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #020303;
  color: #020303;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #293842;
  border-color: #293842;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #293842 !important;
  border-color: #293842 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #020303;
  color: #020303;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #293842;
  border-color: #293842;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #293842 !important;
  border-color: #293842 !important;
}
.btn-info-outline {
  background: none;
  border-color: #020303;
  color: #020303;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #293842;
  border-color: #293842;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #293842 !important;
  border-color: #293842 !important;
}
.btn-success-outline {
  background: none;
  border-color: #020303;
  color: #020303;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #293842;
  border-color: #293842;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #293842 !important;
  border-color: #293842 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #020303;
  color: #020303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #293842;
  border-color: #293842;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #293842 !important;
  border-color: #293842 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #020303;
  color: #020303;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #293842;
  border-color: #293842;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #293842 !important;
  border-color: #293842 !important;
}
.text-primary {
  color: #293842 !important;
}
.text-success {
  color: #293842 !important;
}
.text-info {
  color: #293842 !important;
}
.text-warning {
  color: #293842 !important;
}
.text-danger {
  color: #293842 !important;
}
.alert-success {
  background-color: #293842;
}
.alert-info {
  background-color: #293842;
}
.alert-warning {
  background-color: #293842;
}
.alert-danger {
  background-color: #293842;
}
.btn-social {
  border-color: #293842;
}
.btn-social:hover {
  background: #293842;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #293842;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #293842;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #293842;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #293842;
}
.lead a,
.lead a:hover {
  color: #293842;
}
.lead blockquote {
  border-color: #293842;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #94acbd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94acbd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #94acbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #94acbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #94acbd;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #293842;
}
#menu-4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4 .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-4 .navbar-toggler {
  color: #293842;
}
#menu-4 .close-icon::before,
#menu-4 .close-icon::after {
  background-color: #293842;
}
#menu-4 .link,
#menu-4 .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-4 .link {
  font-size: 1rem;
}
#menu-4 .dropdown-item,
#menu-4 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-4 .link:hover,
#menu-4 .dropdown-item:hover,
#menu-4 .link:focus,
#menu-4 .dropdown-item:focus {
  color: #293842;
}
#menu-4 .link[aria-expanded="true"],
#menu-4 .dropdown-menu {
  background: #e3e3e3;
}
#menu-4 .nav-dropdown-sm .link:focus,
#menu-4 .nav-dropdown-sm .link:hover,
#menu-4 .nav-dropdown-sm .dropdown-item:focus,
#menu-4 .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-4 .navbar,
#menu-4 .nav-dropdown-sm,
#menu-4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4 .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-4 .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4 .bg-color.transparent.opened .link:hover,
#menu-4 .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-4 .link[aria-expanded="true"],
#menu-4 .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-4 A {
  font-family: 'Grand Hotel', handwriting;
}
#form1-6 .form-control-label {
  color: #232323;
}
#form1-6 SMALL {
  font-size: 16px;
  color: #293842;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#footer1-9 P {
  color: #3d464a;
}






#msg-box4-k H3 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #293842;
}
#msg-box4-k P {
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #3d464a;
}
#msg-box4-k .btn {
  font-family: 'Lato', sans-serif;
}
#msg-box8-32 .mbr-section-title,
#msg-box8-32 p {
  color: #fff;
}
#menu-g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-g .navbar-toggler {
  color: #293842;
}
#menu-g .close-icon::before,
#menu-g .close-icon::after {
  background-color: #293842;
}
#menu-g .link,
#menu-g .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-g .link {
  font-size: 1rem;
}
#menu-g .dropdown-item,
#menu-g .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-g .link:hover,
#menu-g .dropdown-item:hover,
#menu-g .link:focus,
#menu-g .dropdown-item:focus {
  color: #293842;
}
#menu-g .link[aria-expanded="true"],
#menu-g .dropdown-menu {
  background: #e3e3e3;
}
#menu-g .nav-dropdown-sm .link:focus,
#menu-g .nav-dropdown-sm .link:hover,
#menu-g .nav-dropdown-sm .dropdown-item:focus,
#menu-g .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-g .navbar,
#menu-g .nav-dropdown-sm,
#menu-g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-g .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g .bg-color.transparent.opened .link:hover,
#menu-g .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-g .link[aria-expanded="true"],
#menu-g .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-g A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-h P {
  color: #3d464a;
}



#menu-3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3 .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-3 .navbar-toggler {
  color: #293842;
}
#menu-3 .close-icon::before,
#menu-3 .close-icon::after {
  background-color: #293842;
}
#menu-3 .link,
#menu-3 .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-3 .link {
  font-size: 1rem;
}
#menu-3 .dropdown-item,
#menu-3 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-3 .link:hover,
#menu-3 .dropdown-item:hover,
#menu-3 .link:focus,
#menu-3 .dropdown-item:focus {
  color: #293842;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-menu {
  background: #e3e3e3;
}
#menu-3 .nav-dropdown-sm .link:focus,
#menu-3 .nav-dropdown-sm .link:hover,
#menu-3 .nav-dropdown-sm .dropdown-item:focus,
#menu-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-3 .navbar,
#menu-3 .nav-dropdown-sm,
#menu-3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3 .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-3 .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3 .bg-color.transparent.opened .link:hover,
#menu-3 .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-3 A {
  font-family: 'Grand Hotel', handwriting;
}
#msg-box8-3e .mbr-section-title,
#msg-box8-3e p {
  color: #fff;
}
#footer1-2i P {
  color: #3d464a;
}





#header3-1t .mbr-section-title,
#header3-1t .mbr-section-subtitle {
  text-align: center;
}
#header3-1t .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-1t .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#menu-1o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1o .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-1o .navbar-toggler {
  color: #293842;
}
#menu-1o .close-icon::before,
#menu-1o .close-icon::after {
  background-color: #293842;
}
#menu-1o .link,
#menu-1o .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-1o .link {
  font-size: 1rem;
}
#menu-1o .dropdown-item,
#menu-1o .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1o .link:hover,
#menu-1o .dropdown-item:hover,
#menu-1o .link:focus,
#menu-1o .dropdown-item:focus {
  color: #293842;
}
#menu-1o .link[aria-expanded="true"],
#menu-1o .dropdown-menu {
  background: #e3e3e3;
}
#menu-1o .nav-dropdown-sm .link:focus,
#menu-1o .nav-dropdown-sm .link:hover,
#menu-1o .nav-dropdown-sm .dropdown-item:focus,
#menu-1o .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-1o .navbar,
#menu-1o .nav-dropdown-sm,
#menu-1o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1o .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-1o .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-1o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1o .bg-color.transparent.opened .link:hover,
#menu-1o .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-1o .link[aria-expanded="true"],
#menu-1o .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-1o A {
  font-family: 'Grand Hotel', handwriting;
}
#msg-box8-2p .mbr-section-title,
#msg-box8-2p p {
  color: #fff;
}
#footer1-1p P {
  color: #3d464a;
}
#gallery1-1x LI {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}






#menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-19 .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-19 .navbar-toggler {
  color: #293842;
}
#menu-19 .close-icon::before,
#menu-19 .close-icon::after {
  background-color: #293842;
}
#menu-19 .link,
#menu-19 .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-19 .link {
  font-size: 1rem;
}
#menu-19 .dropdown-item,
#menu-19 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-19 .link:hover,
#menu-19 .dropdown-item:hover,
#menu-19 .link:focus,
#menu-19 .dropdown-item:focus {
  color: #293842;
}
#menu-19 .link[aria-expanded="true"],
#menu-19 .dropdown-menu {
  background: #e3e3e3;
}
#menu-19 .nav-dropdown-sm .link:focus,
#menu-19 .nav-dropdown-sm .link:hover,
#menu-19 .nav-dropdown-sm .dropdown-item:focus,
#menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-19 .navbar,
#menu-19 .nav-dropdown-sm,
#menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-19 .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-19 .bg-color.transparent.opened .link:hover,
#menu-19 .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-19 .link[aria-expanded="true"],
#menu-19 .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-19 A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-1p P {
  color: #3d464a;
}
#header3-2y .mbr-section-title,
#header3-2y .mbr-section-subtitle {
  text-align: center;
}
#header3-2y .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-2y .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#header3-2y .mbr-section-title SPAN {
  font-family: 'Indie Flower', cursive;
}
#gallery1-1n LI {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}






#menu-2l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2l .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2l .navbar-toggler {
  color: #293842;
}
#menu-2l .close-icon::before,
#menu-2l .close-icon::after {
  background-color: #293842;
}
#menu-2l .link,
#menu-2l .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2l .link {
  font-size: 1rem;
}
#menu-2l .dropdown-item,
#menu-2l .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2l .link:hover,
#menu-2l .dropdown-item:hover,
#menu-2l .link:focus,
#menu-2l .dropdown-item:focus {
  color: #293842;
}
#menu-2l .link[aria-expanded="true"],
#menu-2l .dropdown-menu {
  background: #e3e3e3;
}
#menu-2l .nav-dropdown-sm .link:focus,
#menu-2l .nav-dropdown-sm .link:hover,
#menu-2l .nav-dropdown-sm .dropdown-item:focus,
#menu-2l .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2l .navbar,
#menu-2l .nav-dropdown-sm,
#menu-2l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2l .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2l .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2l .bg-color.transparent.opened .link:hover,
#menu-2l .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2l .link[aria-expanded="true"],
#menu-2l .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2l A {
  font-family: 'Grand Hotel', handwriting;
}
#header3-2t .mbr-section-title,
#header3-2t .mbr-section-subtitle {
  text-align: center;
}
#header3-2t .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-2t .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#header3-2t .mbr-section-title SPAN {
  font-family: 'Indie Flower', cursive;
}
#gallery1-2v LI {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#footer1-2i P {
  color: #3d464a;
}






#menu-1r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1r .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-1r .navbar-toggler {
  color: #293842;
}
#menu-1r .close-icon::before,
#menu-1r .close-icon::after {
  background-color: #293842;
}
#menu-1r .link,
#menu-1r .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-1r .link {
  font-size: 1rem;
}
#menu-1r .dropdown-item,
#menu-1r .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1r .link:hover,
#menu-1r .dropdown-item:hover,
#menu-1r .link:focus,
#menu-1r .dropdown-item:focus {
  color: #293842;
}
#menu-1r .link[aria-expanded="true"],
#menu-1r .dropdown-menu {
  background: #e3e3e3;
}
#menu-1r .nav-dropdown-sm .link:focus,
#menu-1r .nav-dropdown-sm .link:hover,
#menu-1r .nav-dropdown-sm .dropdown-item:focus,
#menu-1r .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-1r .navbar,
#menu-1r .nav-dropdown-sm,
#menu-1r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1r .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-1r .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-1r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1r .bg-color.transparent.opened .link:hover,
#menu-1r .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-1r .link[aria-expanded="true"],
#menu-1r .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-1r A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-1s P {
  color: #3d464a;
}
#header3-2z .mbr-section-title,
#header3-2z .mbr-section-subtitle {
  text-align: center;
}
#header3-2z .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-2z .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#header3-2z .mbr-section-title SPAN {
  font-family: 'Indie Flower', cursive;
}
#gallery1-1t LI {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}





#menu-2h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2h .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2h .navbar-toggler {
  color: #293842;
}
#menu-2h .close-icon::before,
#menu-2h .close-icon::after {
  background-color: #293842;
}
#menu-2h .link,
#menu-2h .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2h .link {
  font-size: 1rem;
}
#menu-2h .dropdown-item,
#menu-2h .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2h .link:hover,
#menu-2h .dropdown-item:hover,
#menu-2h .link:focus,
#menu-2h .dropdown-item:focus {
  color: #293842;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-menu {
  background: #e3e3e3;
}
#menu-2h .nav-dropdown-sm .link:focus,
#menu-2h .nav-dropdown-sm .link:hover,
#menu-2h .nav-dropdown-sm .dropdown-item:focus,
#menu-2h .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2h .navbar,
#menu-2h .nav-dropdown-sm,
#menu-2h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2h .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2h .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2h .bg-color.transparent.opened .link:hover,
#menu-2h .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2h A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-2i P {
  color: #3d464a;
}
#msg-box5-2k H3 {
  font-family: 'Indie Flower', cursive;
  text-align: center;
  color: #293842;
}
#msg-box5-2k P {
  text-align: center;
  color: #3d464a;
}
#instagram-feed-block-2j .inst__title {
  font-family: 'Indie Flower', cursive;
  text-align: center;
}




#menu-30 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-30 .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-30 .navbar-toggler {
  color: #293842;
}
#menu-30 .close-icon::before,
#menu-30 .close-icon::after {
  background-color: #293842;
}
#menu-30 .link,
#menu-30 .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-30 .link {
  font-size: 1rem;
}
#menu-30 .dropdown-item,
#menu-30 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-30 .link:hover,
#menu-30 .dropdown-item:hover,
#menu-30 .link:focus,
#menu-30 .dropdown-item:focus {
  color: #293842;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-menu {
  background: #e3e3e3;
}
#menu-30 .nav-dropdown-sm .link:focus,
#menu-30 .nav-dropdown-sm .link:hover,
#menu-30 .nav-dropdown-sm .dropdown-item:focus,
#menu-30 .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-30 .navbar,
#menu-30 .nav-dropdown-sm,
#menu-30 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-30 .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-30 .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-30 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-30 .bg-color.transparent.opened .link:hover,
#menu-30 .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-30 A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-31 P {
  color: #3d464a;
}
#header3-3a .mbr-section-title,
#header3-3a .mbr-section-subtitle {
  text-align: center;
}
#header3-3a .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-3a .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}




#menu-2r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2r .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2r .navbar-toggler {
  color: #293842;
}
#menu-2r .close-icon::before,
#menu-2r .close-icon::after {
  background-color: #293842;
}
#menu-2r .link,
#menu-2r .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2r .link {
  font-size: 1rem;
}
#menu-2r .dropdown-item,
#menu-2r .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2r .link:hover,
#menu-2r .dropdown-item:hover,
#menu-2r .link:focus,
#menu-2r .dropdown-item:focus {
  color: #293842;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-menu {
  background: #e3e3e3;
}
#menu-2r .nav-dropdown-sm .link:focus,
#menu-2r .nav-dropdown-sm .link:hover,
#menu-2r .nav-dropdown-sm .dropdown-item:focus,
#menu-2r .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2r .navbar,
#menu-2r .nav-dropdown-sm,
#menu-2r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2r .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2r .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2r .bg-color.transparent.opened .link:hover,
#menu-2r .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2r A {
  font-family: 'Grand Hotel', handwriting;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#header3-2u .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-2u .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#footer1-2s P {
  color: #3d464a;
}




#menu-3c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3c .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-3c .navbar-toggler {
  color: #293842;
}
#menu-3c .close-icon::before,
#menu-3c .close-icon::after {
  background-color: #293842;
}
#menu-3c .link,
#menu-3c .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-3c .link {
  font-size: 1rem;
}
#menu-3c .dropdown-item,
#menu-3c .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-3c .link:hover,
#menu-3c .dropdown-item:hover,
#menu-3c .link:focus,
#menu-3c .dropdown-item:focus {
  color: #293842;
}
#menu-3c .link[aria-expanded="true"],
#menu-3c .dropdown-menu {
  background: #e3e3e3;
}
#menu-3c .nav-dropdown-sm .link:focus,
#menu-3c .nav-dropdown-sm .link:hover,
#menu-3c .nav-dropdown-sm .dropdown-item:focus,
#menu-3c .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-3c .navbar,
#menu-3c .nav-dropdown-sm,
#menu-3c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3c .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-3c .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-3c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3c .bg-color.transparent.opened .link:hover,
#menu-3c .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-3c .link[aria-expanded="true"],
#menu-3c .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-3c A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-3d P {
  color: #3d464a;
}
#header3-3e .mbr-section-title,
#header3-3e .mbr-section-subtitle {
  text-align: center;
}
#header3-3e .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-3e .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#msg-box8-2w .mbr-section-title,
#msg-box8-2w p {
  color: #fff;
}




#menu-2r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2r .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2r .navbar-toggler {
  color: #293842;
}
#menu-2r .close-icon::before,
#menu-2r .close-icon::after {
  background-color: #293842;
}
#menu-2r .link,
#menu-2r .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2r .link {
  font-size: 1rem;
}
#menu-2r .dropdown-item,
#menu-2r .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2r .link:hover,
#menu-2r .dropdown-item:hover,
#menu-2r .link:focus,
#menu-2r .dropdown-item:focus {
  color: #293842;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-menu {
  background: #e3e3e3;
}
#menu-2r .nav-dropdown-sm .link:focus,
#menu-2r .nav-dropdown-sm .link:hover,
#menu-2r .nav-dropdown-sm .dropdown-item:focus,
#menu-2r .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2r .navbar,
#menu-2r .nav-dropdown-sm,
#menu-2r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2r .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2r .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2r .bg-color.transparent.opened .link:hover,
#menu-2r .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2r A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-2s P {
  color: #3d464a;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#header3-2u .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-2u .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#msg-box8-2v .mbr-section-title,
#msg-box8-2v p {
  color: #fff;
}




#menu-2y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2y .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2y .navbar-toggler {
  color: #293842;
}
#menu-2y .close-icon::before,
#menu-2y .close-icon::after {
  background-color: #293842;
}
#menu-2y .link,
#menu-2y .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2y .link {
  font-size: 1rem;
}
#menu-2y .dropdown-item,
#menu-2y .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2y .link:hover,
#menu-2y .dropdown-item:hover,
#menu-2y .link:focus,
#menu-2y .dropdown-item:focus {
  color: #293842;
}
#menu-2y .link[aria-expanded="true"],
#menu-2y .dropdown-menu {
  background: #e3e3e3;
}
#menu-2y .nav-dropdown-sm .link:focus,
#menu-2y .nav-dropdown-sm .link:hover,
#menu-2y .nav-dropdown-sm .dropdown-item:focus,
#menu-2y .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2y .navbar,
#menu-2y .nav-dropdown-sm,
#menu-2y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2y .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2y .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2y .bg-color.transparent.opened .link:hover,
#menu-2y .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2y .link[aria-expanded="true"],
#menu-2y .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2y A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-2z P {
  color: #3d464a;
}
#header3-34 .mbr-section-title,
#header3-34 .mbr-section-subtitle {
  text-align: center;
}
#header3-34 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-34 .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}




#menu-2w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2w .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2w .navbar-toggler {
  color: #293842;
}
#menu-2w .close-icon::before,
#menu-2w .close-icon::after {
  background-color: #293842;
}
#menu-2w .link,
#menu-2w .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2w .link {
  font-size: 1rem;
}
#menu-2w .dropdown-item,
#menu-2w .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2w .link:hover,
#menu-2w .dropdown-item:hover,
#menu-2w .link:focus,
#menu-2w .dropdown-item:focus {
  color: #293842;
}
#menu-2w .link[aria-expanded="true"],
#menu-2w .dropdown-menu {
  background: #e3e3e3;
}
#menu-2w .nav-dropdown-sm .link:focus,
#menu-2w .nav-dropdown-sm .link:hover,
#menu-2w .nav-dropdown-sm .dropdown-item:focus,
#menu-2w .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2w .navbar,
#menu-2w .nav-dropdown-sm,
#menu-2w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2w .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2w .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2w .bg-color.transparent.opened .link:hover,
#menu-2w .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2w .link[aria-expanded="true"],
#menu-2w .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2w A {
  font-family: 'Grand Hotel', handwriting;
}
#header3-32 .mbr-section-title,
#header3-32 .mbr-section-subtitle {
  text-align: center;
}
#header3-32 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-32 .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#footer1-2x P {
  color: #3d464a;
}




#menu-2s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2s .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-2s .navbar-toggler {
  color: #293842;
}
#menu-2s .close-icon::before,
#menu-2s .close-icon::after {
  background-color: #293842;
}
#menu-2s .link,
#menu-2s .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-2s .link {
  font-size: 1rem;
}
#menu-2s .dropdown-item,
#menu-2s .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-2s .link:hover,
#menu-2s .dropdown-item:hover,
#menu-2s .link:focus,
#menu-2s .dropdown-item:focus {
  color: #293842;
}
#menu-2s .link[aria-expanded="true"],
#menu-2s .dropdown-menu {
  background: #e3e3e3;
}
#menu-2s .nav-dropdown-sm .link:focus,
#menu-2s .nav-dropdown-sm .link:hover,
#menu-2s .nav-dropdown-sm .dropdown-item:focus,
#menu-2s .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-2s .navbar,
#menu-2s .nav-dropdown-sm,
#menu-2s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2s .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-2s .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-2s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2s .bg-color.transparent.opened .link:hover,
#menu-2s .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-2s .link[aria-expanded="true"],
#menu-2s .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-2s A {
  font-family: 'Grand Hotel', handwriting;
}
#header3-2x .mbr-section-title,
#header3-2x .mbr-section-subtitle {
  text-align: center;
}
#header3-2x .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-2x .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}




#header3-34 .mbr-section-title,
#header3-34 .mbr-section-subtitle {
  text-align: center;
}
#header3-34 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-34 .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#menu-32 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-32 .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-32 .navbar-toggler {
  color: #293842;
}
#menu-32 .close-icon::before,
#menu-32 .close-icon::after {
  background-color: #293842;
}
#menu-32 .link,
#menu-32 .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-32 .link {
  font-size: 1rem;
}
#menu-32 .dropdown-item,
#menu-32 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-32 .link:hover,
#menu-32 .dropdown-item:hover,
#menu-32 .link:focus,
#menu-32 .dropdown-item:focus {
  color: #293842;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-menu {
  background: #e3e3e3;
}
#menu-32 .nav-dropdown-sm .link:focus,
#menu-32 .nav-dropdown-sm .link:hover,
#menu-32 .nav-dropdown-sm .dropdown-item:focus,
#menu-32 .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-32 .navbar,
#menu-32 .nav-dropdown-sm,
#menu-32 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-32 .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-32 .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-32 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-32 .bg-color.transparent.opened .link:hover,
#menu-32 .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-32 A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-33 P {
  color: #3d464a;
}




#header3-39 .mbr-section-title,
#header3-39 .mbr-section-subtitle {
  text-align: center;
}
#header3-39 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  color: #293842;
  text-align: left;
}
#header3-39 .mbr-section-subtitle {
  font-size: 16px;
  text-align: left;
  color: #3d464a;
}
#menu-36 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-36 .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-36 .navbar-toggler {
  color: #293842;
}
#menu-36 .close-icon::before,
#menu-36 .close-icon::after {
  background-color: #293842;
}
#menu-36 .link,
#menu-36 .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-36 .link {
  font-size: 1rem;
}
#menu-36 .dropdown-item,
#menu-36 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-36 .link:hover,
#menu-36 .dropdown-item:hover,
#menu-36 .link:focus,
#menu-36 .dropdown-item:focus {
  color: #293842;
}
#menu-36 .link[aria-expanded="true"],
#menu-36 .dropdown-menu {
  background: #e3e3e3;
}
#menu-36 .nav-dropdown-sm .link:focus,
#menu-36 .nav-dropdown-sm .link:hover,
#menu-36 .nav-dropdown-sm .dropdown-item:focus,
#menu-36 .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-36 .navbar,
#menu-36 .nav-dropdown-sm,
#menu-36 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-36 .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-36 .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-36 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-36 .bg-color.transparent.opened .link:hover,
#menu-36 .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-36 .link[aria-expanded="true"],
#menu-36 .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-36 A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-37 P {
  color: #3d464a;
}
#content2-2s DIV {
  text-align: left;
}
#content2-2s B {
  color: #293842;
}
#content2-2t DIV {
  text-align: left;
}
#content2-2t B {
  color: #293842;
}





#menu-p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p .navbar-caption {
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
}
#menu-p .navbar-toggler {
  color: #293842;
}
#menu-p .close-icon::before,
#menu-p .close-icon::after {
  background-color: #293842;
}
#menu-p .link,
#menu-p .dropdown-item {
  color: #293842;
  font-family: 'Raleway', sans-serif;
}
#menu-p .link {
  font-size: 1rem;
}
#menu-p .dropdown-item,
#menu-p .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-p .link:hover,
#menu-p .dropdown-item:hover,
#menu-p .link:focus,
#menu-p .dropdown-item:focus {
  color: #293842;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-menu {
  background: #e3e3e3;
}
#menu-p .nav-dropdown-sm .link:focus,
#menu-p .nav-dropdown-sm .link:hover,
#menu-p .nav-dropdown-sm .dropdown-item:focus,
#menu-p .nav-dropdown-sm .dropdown-item:hover {
  background: #f4f4f4!important;
}
#menu-p .navbar,
#menu-p .nav-dropdown-sm,
#menu-p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p .nav-dropdown-sm .dropdown-menu {
  background: #fcfcfc;
}
#menu-p .bg-color.transparent .link {
  color: #293842;
  transition: none;
}
#menu-p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p .bg-color.transparent.opened .link:hover,
#menu-p .bg-color.transparent.opened .link:focus {
  color: #293842;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-item[aria-expanded="true"] {
  color: #293842!important;
}
#menu-p A {
  font-family: 'Grand Hotel', handwriting;
}
#footer1-q P {
  color: #3d464a;
}
#msg-box5-t H3 {
  font-size: 24px;
  color: #293842;
  font-family: 'Lato', sans-serif;
}
#msg-box5-t P {
  text-align: left;
  color: #3d464a;
  font-family: 'Lato', sans-serif;
}
