/*13-12-23 cover-item - changed from width: 102px; height: 126px; 25% down, font redced from 0.75em, height decreased from 200px, text-align center remove, cover-item-histoy reduced from 100 */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: Montserrat, Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 1.70rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}


.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.profile-background {
    /*background: linear-gradient(180deg
, rgba(38,38,124,1) 50%, rgba(52,152,219,1) 97%);*/
    background: linear-gradient(133deg,rgba(38,38,124,1) 50%,#000 97%);
    /*border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
}

.cover-container { -ms-overflow-style: none; overflow: -moz-scrollbars-none; height: 170px; width: 100%; white-space: nowrap; overflow-x: scroll; overflow-y: hidden;} 
.cover-container::-webkit-scrollbar { width: 0 !important; display:none; }
.cover-item-font {font-size: 0.65em;}
.cover-item { position: relative; display: inline-block; margin: 8px 4px; width: 102px; height: 126px; vertical-align: bottom; background-position: top center; background-repeat: no-repeat; background-size: cover; border-radius: 10px;transition: transform .2s;}
.cover-item-photos {width: 172px; height: 168px; }
.cover-item-history {width: 80px; height: 80px;}
.cover-item-bookingqueue {width: 80px; height: 80px;}
.cover-item:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.slider-text{position:absolute;text-align:center;float:none;bottom:-19px;top:unset;right:0%}
.reduceheight{height: auto;}
.rounded-corner {
  border-radius: 1.0rem !important;
}
.placeholder {opacity: 1;}
.navbar-fixed-top {
  background-color: rgba(52,152,219,1) !important;
  opacity: 0.95;
}

.nav-center-button {
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}


.card-2{
  background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.scrolling-wrapper{
  overflow-x: auto;
}

.appear[data-src], .appear[data-bkg], .appear [data-src], .appear [data-bkg] {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
     -moz-transition: opacity 1s ease-in;
          transition: opacity 1s ease-in;
}
.appeared[data-src], .appeared[data-bkg], .appeared [data-src], .appeared [data-bkg] {
  opacity: 1;
}

.show-read-more .more-text{
    display: none;
}

.offcanvas-top {height: 34vh;}
.blink_me {animation: blinker 1.5s linear infinite; } @keyframes blinker {50% {opacity: 0; } }
.auto-results-wrapper.auto-is-active {max-height: 400px; overflow: scroll; }
.blur {color: transparent; text-shadow: 0 0 9px rgba(0,0,0,0.8); }
.video-img-container {position: relative; height: 100%; display: flex; justify-content: center; align-items: center; }
.play-button {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; font-size: 40px; line-height: 1; cursor: pointer; color: #333; /* Dark gray color */ }
.shadow-font {text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); }
.shadow-font2 {text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);}
.my-full-width-background {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: 
  linear-gradient(135deg, #e0eafc, #cfdef3),
  url(/images/diagmonds.png);
  background-blend-mode: difference;
  color: #000; /* Black text for contrast */
  padding: 4rem 2rem; 
  box-sizing: border-box; 
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

