body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5 !important;
}

a {
  color: #041E42;
}

a:hover {
  color: #FC4C02;
  text-decoration: none;
}

.index-bg {
  height: 960px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  z-index: 999;
}

.navbar-bg {
  background-color: rgba(4, 30, 66, 0.8);
}

.navbar-bg .nav-link {
  color: #Fff !important;
}

.navbar-bg .nav-link:hover {
  color: #FC4C02 !important;
}

.index-booking {
  background-color: rgba(255, 255, 255, 0.8);
}

.index-booking-right {
  background-color: rgba(4, 30, 66, 0.5);
}

h1.title {
  font-size: 2rem;
  color: #FC4C02;
}

.text-orange {
  color: #FC4C02;
}

.btn-booking {
  background-color: #FC4C02;
}

.btn-booking:hover {
  background-color: #041E42;
}

.btn-booking-revert {
  background-color: #041E42;
}

.btn-booking-revert:hover {
  background-color: #FC4C02;
}

.copyright-bg {
  background-color: #041E42;
}

.thinner {
  font-weight: 400;
}

#map {
  z-index: 1;
  margin-top: -56px;
  height: 500px;
  width: 100%;
}

.location-text {
  font-size: 1.1rem !important;
}

.page-title {
  font-size: 2.5rem;
}

.page-title-sm {
  font-size: 2rem;
}

.news-item:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-title {
  font-size: 1.1rem;
  max-height: 50px;
  overflow: hidden;
}

.news-intro {
  max-height: 96px;
  overflow: hidden;
}

.news-image-wrapper {
  max-height: 175px;
  overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgba(4, 30, 66, 0.8);
}

#booking .btn-primary {
  background-color: #041E42;
}

#booking .btn-primary:hover {
  background-color: #FC4C02;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.5em 0 !important;
  margin-left: 0;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: transparent !important;
  background: none !important;
  color: none !important;
  border: 1px solid transparent !important;
}

@media (max-width: 767px) {
  .index-bg {
    height: auto;
    background: none !important;
    background-color: #f2f2f2 !important;
    padding-bottom: 2rem !important;
  }
}

