/* CSS Document */
@font-face {
  font-family: Nexa; 
  src: url(../fonts/Nexa-ExtraLight.woff);
}
:root {
    
    --primary-color: #f2695d;
    --secondary-color: #f2695d;
}
.slide-content .title{
color:#FFF;
opacity:1 !important;
text-shadow:0px 0px #111;
/*font-size:72px;*/
}
.slide-content .smaller{
/*font-size:36px;*/
}
.navbar{
background-color: rgba(255, 255, 255, 0.6);
}
h2{
letter-spacing:-1px;
}
.showcase .card .image-over:before{
background-color: rgba(0, 0, 0, 0.1) !important;
}
#testimonials{
background: url(../images/world_map.webp);
background-size:cover;
}
#destinations, #de_ce{
/*
background: url(../images/beach.jpg);
background-size:cover;
background-position:bottom;
*/
background-color:#e9e3d7;
}
.image-over{
max-height:350px;
display:flex;
}
#testimonials i{
color:var(--primary-color);
}
.card-body h4{
text-shadow:1px 1px #222;
}
.card-footer p{
background:rgba(0, 0, 0, 0.50);
min-height:100px;
width:100%;
padding:10px;
}
a.gdpr-cookie-notice-nav-item-btn:not(.btn){
color:#fff;
}