h1 {
/*color: #fa6907;*/
color: #dd5141;
}

footer {
background-color: #0f367a;
}
.footer-container, .footer-container a, .footer-container span {
    color: #FFF;
}
#full_width-830886783 {
background:transparent;
}

div#full_width-219771216 {
    background-color: transparent!important;
}
.accordion-title-container div {
    color: #fff!important;
}

.accordion-title {
    background-color: #0393cc !important;
    padding: 5px;
    margin: 5px;
}

.top-container {
    background-position-y: -210px;
}

@media (max-width: 768px) {
    .top-container {
    background-position-y: 0px;
}
}

body:has(.ui-dialog)::before {}body:has(.ui-dialog)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}


body:has(.ui-dialog[style*="display: none"])::before,
body:has(.ui-dialog[style*="display:none"])::before {
  opacity: 0;
  pointer-events: none;
}

.news-text img {
    max-height: 350px;
}

@media (max-width:960px) {
section.bottom-container {
    display: none;
}
}

footer .layout-wrapper {
    background-image: url(//images.clubexpress.com/385449/graphics/yacht_logo_1124667286.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: contain;
}