body {
  background-color: #1b232c !important;
  color: #38a5cc !important;
  /* background-image: url('../images/identity.png') !important;
  background-attachment: fixed;
  background-position-x: left;
  background-repeat: no-repeat; */
}

.identity {
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  z-index: 1000;
}

.identity img {
  position: absolute;
  top: -20px;
  left: 0;
  margin: auto;
}

.footer-identity {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5%;
  z-index: 1000;
}

.footer-identity img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}

nav {
  left: 0;
  right: 0;
  box-shadow: inset 0 3px rgba(255, 255, 255, 0.4), inset 0 10px 4px rgba(255, 255, 255, 0.3), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(28, 0, 0, 0.3);
  margin: 0;
}

nav ul {
  list-style: none;
  text-align: center;
}

nav ul li {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100% !important;
}

.home-slider-section {
  margin: 0 5%;
}

.home-block2-section {
  margin: 5%;
  color: #FFFFFF;
}

.home-boats-section {
  /* margin: 5% 0; */
  background-image: url('../images/home_boats_cover.png') !important;
  background-size: cover;
}

.home-boats-section .field--name-taxonomy-term-title,
.products-boats-section .field--name-taxonomy-term-title {
  color: #FFFFFF;
  text-align: center;
}

.home-boats-section .views-view-responsive-grid__item,
.products-boats-section .views-view-responsive-grid__item {
  margin: 5% 12%;
}

.home-boats-section .views-field-name,
.products-boats-section .views-field-name {
  width: 100% !important;
}

.home-boats-section h2,
.products-boats-section h2 {
  color: #FFFFFF;
  text-align: center;
  text-decoration: underline;
}

.views-field .category-title {
  height: 32pt;
  background-color: #727577;
  display: block;
  padding: 10px 10px;
  color: #FFFFFF;
}

.views-field .category-title a {
  color: #FFFFFF;
  text-transform: uppercase;
}

.home-block2-section section {
  padding: 0 4px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #f1f1f1;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.logo img {
  max-width: 30%;
  height: auto;
}

.logo {
  flex: 1;
  text-align: center;
}

.text-block {
  flex: 1;
  text-align: right;
}

.text-block p {
  margin: 0;
}

.region-header nav {
  background-color: #38a5cc !important;
  min-height: 36pt;
}

.region-header nav li {
  float: none;
}

.region-header nav.tabs li {
  float: left;
}

.region-header nav li a,
.region-header nav li a:hover {
  color: #FFFFFF !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
}

.region-header nav li a:hover {
  text-decoration: underline !important;
  text-decoration-color: red !important;
}

.menu-container {
  position: relative !important;
  overflow: hidden !important;
}

.region-header nav ul.menu {
  display: inline-block !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 auto;
  width: 100%;
}

.region-header nav ul.menu li {
  display: inline-block !important;
  margin-right: 10px !important;
  /* Adjust spacing between menu items if needed */
}

.region-header nav ul.menu li:last-child {
  margin-right: 0 !important;
  /* Remove margin from the last item */
}

.views_slideshow_cycle_teaser_section .views-field-title {
  position: absolute;
  bottom: 0;
  padding-left: 2pt;
  height: 16pt;
  width: 100%;
  background-color: black;
  opacity: .5;
  color: #FFFFFF;
}

.views_slideshow_cycle_teaser_section .views-field-title a {
  color: #FFFFFF;
}

.centered-block {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  /* Adjust the width as per your requirements */
  padding: 20px;
  background-color: #38a5cc;
  color: #FFFFFF;
}

h2 {
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #cc3736;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
}

.button:hover {
  background-color: #cc3736;
  color: #FFFFFF;
}

.footer {
  border: none !important;
  text-align: center;
}

.boat-products.view {
  background-image: url('../images/products_cover.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(imageRatio * 100vw);
  padding: 6%;
  /* (img-height / img-width * container-width) */
  /* (853 / 1280 * 100) */
}

.view-boats-taxonomy-term .view-content {
  width: 80%;
  margin: 0 auto;
}

.boat-products .views-view-responsive-grid__item {
  margin: 10% 0;
}

.boat-products .views-field-title {
  height: 32pt;
  background-color: #727577;
  display: block;
  padding: 10px 10px;
}

.boat-products .views-field-title a {
  color: #FFFFFF;
}

.boats-categories .views-view-responsive-grid__item-inner,
.boat-products .views-view-responsive-grid__item-inner {
  max-width: fit-content !important;
}

footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

section.block-copyright-footer {
  padding-top: 6%;
  display: block;
}

.contact-info-block {
  color: #FFFFFF;
  padding: 2% 10%;
}

.about-block {
  background-image: url('../images/about_cover.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(imageRatio * 100vw);
}

.about-block {
  color: #FFFFFF;
  padding: 2% 30%;
}

#contact-message-feedback-form {
  padding: 2% 10%;
}

#contact-message-feedback-form input,
#contact-message-feedback-form textarea {
  background-color: #727577;
  color: #FFFFFF;
}

#contact-message-feedback-form label {
  color: #FFFFFF;
}

.boat-main-photo {
  width: 60%;
  margin: 0 auto;
}

.boat-main-photo img {
  margin: 0 auto;
}

.boat-main-photo .block-field-blocknodeboattitle {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-top: -3%;
  margin-bottom: 3%;
}

.boat-photo-gallery .field--name-field-photo-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}

.boat-photo-gallery .field--name-field-photo-gallery .field--item {
  margin-bottom: 5px;
}

.boat-photo-gallery h2 {
  text-align: center;
  color: #FFFFFF;
}

.technical-specs {
  margin-bottom: 50px;
}

.technical-specs h2 {
  text-align: center;
  color: #FFFFFF;
}

.technical-specs .field {
  color: #FFFFFF;
  margin: 3px;
  width: 100%;
}

.technical-specs .field .field--label {
  padding: 5px 5px;
  min-height: 25px;
  width: 85%;
}

.technical-specs .field .field--item {
  padding: 5px 5px;
  min-height: 25px;
  text-align: center;
}

.field--name-field-aluminum-hull-thickness-bo .field--label {
  background-color: #727577;
}

.field--name-field-aluminum-hull-thickness-bo .field--item {
  background-color: #50555a;
}

.field--name-field-width-m .field--label {
  background-color: #727577;
}

.field--name-field-width-m .field--item {
  background-color: #50555a;
}

.field--name-field-transom-height-m .field--label {
  background-color: #727577;
}

.field--name-field-transom-height-m .field--item {
  background-color: #50555a;
}

.field--name-field-weight-kg .field--label {
  background-color: #727577;
}

.field--name-field-weight-kg .field--item {
  background-color: #50555a;
}

.field--name-field-integrated-fuel-tank .field--label {
  background-color: #727577;
}

.field--name-field-integrated-fuel-tank .field--item {
  background-color: #50555a;
}

.header-contacts-info {
  position: absolute;
  right: 13%;
  top: 23%;
  color: #FFF;
}

.technical-specs .layout__region--first {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.technical-specs .layout__region--first section {
  width: 20%;
  text-align: center;
}

.technical-specs .layout__region--first .field {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px;
}

.technical-specs .layout__region--first .field .field--label {
  height: 45px;
}

.technical-specs .layout__region--first .field--name-field-length-m {
  background-image: url('../images/length-specs.png') !important;
}

.technical-specs .layout__region--first .field--name-field-max-horsepower {
  background-image: url('../images/horse-specs.png') !important;
}

.technical-specs .layout__region--first .field--name-field-max-person-capacity {
  background-image: url('../images/people-specs.png') !important;
}