.body {
    overflow-x: hidden;
}

.jumbotron p {
    text-shadow: 0 1px 1px black;
}

.jumbotron {
    height: 560px;
}

.home .jumbotron {
    background-position: center !important;
}

/**  CUSTOM UNDERLINES  **/

  .custom-underline-left {
      height: 2px;
      width: 70%;
      background: #d7d7d7;
      position: relative;
  }
  
  .custom-underline-left::before {
      content: "";
      position: absolute;
      top: -2.5px;	
      width: 50px;
      height: 6px;
      background: #FE0000;
  }

  .custom-underline-center {
      height: 2px;
      width: 360px;
      max-width: 50vw;
      background: #d7d7d7;
      position: relative;
      margin: 0 auto;
  }
  
  .custom-underline-center::before {
      content: "";
      position: absolute;
      top: -2.5px;
      right: 50%;
      transform: translateX(25px);
      margin: 0 auto;
      width: 50px;
      height: 6px;
      background: #FE0000;
  }

@media (max-width: 1210px) {
    #u_content_custom_navLinks_2 .d-nav-links-info.d-header-nav ul.menu>li>div {
         padding: 0 20px 0 20px !important;
    }

   header .header-top, header .header-mid {
        padding: 0 3rem !important;
    }
}

@media (max-width: 1030px) {
   header .header-top, header .header-mid {
        padding: 0 1rem !important;
    }
}

@media (max-width: 991px) {
    header.header d-mobile-nav {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    }
header div#u_row_27, header div#u_row_28, header div#u_row_32 {
    display: block !important;
}
div#u_row_28 {
    background: #222 !important;
}
div#u_row_27 {
    padding-top: 50px !important;
}
div#u_content_custom_logo_8 {
    display: block !important;
}
.d-amenities-icon > div {
    flex-direction: column;
}
}