@import url('https://fonts.googleapis.com/css2?family=Forum&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "Inter", serif !important;
    text-align: justify;
    font-weight: 300;
}

.com-content-article__body {padding:0 20px 50px 20px;}
.breadcrumb {font-size:0.8em;margin-top:10px;}
.container-banner {margin:0;}

/* CK override */
.camera_caption {
    color:#ffffffdd;
    font-weight:300;
    font-family: "Inter", serif !important;
    background-color: #00ff8e4f !important;
}
.cameraContent {width:1320px; margin: 0 auto;}
.camera_caption_title {font-weight: normal; font-family: "Playfair Display", serif !important;padding:5px 0;}
/* bottom page */
.card {border-bottom:0px;border-left:0px;border-right:0px;}
.container-banner {margin: -147px 0 0 0;}

.lux-hero {
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lux-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.7));
}

.lux-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.lux-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  letter-spacing: 2px;
  color: #fff;
}

.lux-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 100px 0;
}

.lux-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
  transition: transform .4s ease;
}

.lux-card:hover {
  transform: translateY(-10px);
}

.lux-card-content {
  padding: 30px;
}


h1 {
  font-family: "Playfair Display", serif !important;
  color: #287c49 !important;
  font-weight: 400 !important;
  font-style: normal;
  padding: 30px 0 20px 0;
}

h2 {
  font-family: "Playfair Display", serif !important;
  color: #287c49 !important;
  font-weight: 400 !important;
  font-style: normal;
  padding: 20px 0 20px 0;
}

.container-header {
    background-color: #0c381c11 !important;
    background-image: linear-gradient(135deg, #0c3821dd 0%, #25644a99 100%);
}

.headerlogo {float: left; height: 180px; margin-bottom: -35px;}

.container-header .container-nav {
    align-items: end;
    justify-content: end;
}
/*
.container-header .navbar-brand a {
    width: 150px !important;
    margin-top:-5px;
}
*/
.container-header .navbar-brand {
    display: flex;
    height: 70px;
}


.container-header .mod-menu {
    font-family: "Inter", serif !important;
    font-weight: 300;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    color: #ffffffee;
    font-size: 0.9em;
    display: flex;
    justify-content: right;
}

.post-imgr {
    float: right;
    padding: 0 0 25px 50px;
}

.post-imgl {
    float: left;
    padding: 0 50px 25px 0px;
}

.footer {
    background-color: #0c381caa !important;
    /*background-image: linear-gradient(135deg, #0c381c 0%, #2f794f 100%);*/
    background-image: linear-gradient(135deg, #0c3821 0%, #25644a 100%);
}

.footergrid {
    display: grid; 
    grid-template-columns: auto auto auto auto auto; 
    grid-gap: 60px;
}

.footer-txtp {
    display: blok;
    border-top: 1px #ffffff33 solid;
    width: 350px;
    padding-top:10px;
    font-family: "Inter", serif !important;
    font-weight: 300;
    text-shadow: 1px 1px black;
    color: #ffffff99;
    font-size: 0.8em;
}

.footer-txt {
    font-family: "Inter", serif !important;
    font-weight: 300;
    text-shadow: 1px 1px black;
    color: #ffffffcc;
    font-size: 0.8em;
}



/* responsive */

@media only screen and (max-width: 600px) {
    .container-header .navbar-brand a {width:280px;}
    .navbar {
        justify-content:end !important;
        text-align:right;
    }
    
    .container-header .container-nav {justify-content:end !important;}
    
    .container-header .navbar-toggler {
        color: #ffffffcc;
        border: 1px solid #ffffff55;
        margin-bottom: 20px;
    }
    
    .post-imgr {padding: 0 0 20px 0;}
    .post-imgl {padding: 0 0 20px 0;}
    .footergrid {grid-template-columns: auto auto;grid-gap: 30px;grid-template-rows: auto auto;}
}


