.table > :not(caption) > * > * {
  padding: 1.5rem 1.5rem !important;
  line-height: 1.6em;
}

.page-category-list ul li a {
    text-transform: none;
}

.trip-category-body ul li {
  display: flex !important;
  align-items: flex-start !important;
}

.hero::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 34.84%, var(--primary-color) 148.55%);
}

.hero {
    background: url(../img/hero04.jpg) no-repeat;
}

.page-header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 34.84%, var(--primary-color) 148.55%);
}


.page-header{
	background: url('../img/hero05.jpg') no-repeat;
    padding: 288px 0 252px;
}

.main-footer-royal{
	background: url('../img/dive09.jpg') no-repeat;
	background-size: cover;
}

.btn-default {
    text-transform: none;
}

.btn-default-royal {
    text-transform: none;
}

.page-contact-us::before {
    background: none;
}

.section-footer-text p a {
    text-transform: none;
}



/************************************/
/*** 	   1. IMPRINT     	      ***/
/************************************/

.imprint{
	position: relative;
	padding: 100px 0;
}
