/* =========================================================
   Atelier Chamuël — custom.css
   Bootstrap 3 template (WebsiteBaker, /templates/bootstrap/)
   Structural rules below (site/wrapper, navbar base, return-to-top,
   footer skeleton) are kept from the original file so index.php
   keeps working unchanged. New design rules are added below the
   "NEW DESIGN" marker.
   ========================================================= */

html {
	overflow-y: scroll;
}
body {
	color: #3A3226;
	font-size: 1.7em;
	margin: 0;
	padding: 80px  0 0 0;
	padding-right: 0!important;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto!important;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
    outline:0 none !important;
	text-decoration:none;
}
*:focus, *:visited, *:active, *:hover  {
	outline:0 !important;
}
*::-moz-focus-inner {
	border:0;
}
button::-moz-focus-inner {
	border: 0;
}
.container-fluid {
	overflow: hidden;
}
.nopadding {
	padding: 0;
}
/*menu*/
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    min-height: 70px;
	border: 15px solid #fff;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-toggle {
    margin-top: 18px;
	border-radius:0;
}
.navbar-collapse {
    max-height: 100% !important;
}
/*einde menu*/
/*flex tabel*/
.buiten {
    display: flex;
    max-width: 800px;
    margin: 0;
}
.binnen {
	flex-grow: 1;
	padding: 5px;
	border: 1px solid #444750;
	width: 33%;
	margin: 1px;
	font-size: 0.9em;
}
.binnen p {
	margin: 0;
}
@media (max-width: 1199px) {
	.buiten {
		flex-wrap: wrap;
	}
	.binnen {
		flex: 1 0 95%;
	}
}
/*einde flex tabel*/
/*fixed*/
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.wrapper {
	flex: 1;
}
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #2d3f44;
	color: #c1c1c1;
}
footer a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #c1c1c1;
}
footer a:hover {
	color: #909090;
}
footer hr {
    width:25%;
    margin:30px auto;
	border-top: 1px solid #cc3399;
}
.credit {
	text-align:center;
	font-size:85%;
}
#return-to-top {
    position: fixed;
    bottom: 100px;
	right:0;
    display: block;
	display: none;
	transition: all 0.3s ease;
	background: rgba(0,0,0,.5);
	padding: 15px;
	border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a#return-to-top {
	color:#fff!important;
}

/* =========================================================
   NEW DESIGN — Atelier Chamuël herstijling (soft sage green)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Nunito+Sans:wght@400;600;700&display=swap');

:root {
	--ac-sage: #7D8B66;
	--ac-sage-dark: #5F6B4C;
	--ac-forest: #2B3524;
	--ac-forest-deep: #1F2819;
	--ac-terracotta: #BE7355;
	--ac-terracotta-dark: #A8613F;
	--ac-cream: #FAF7F0;
	--ac-ink: #2C2A22;
}

body {
	font-family: 'Nunito Sans', Arial, sans-serif;
	color: var(--ac-ink);
	background: var(--ac-cream);
	font-size: 16px;
}
h1, h2, h3, h4, .ac-serif {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 600;
	color: var(--ac-ink);
}

/* top concept ribbon removed in production; kept as no-op class */
.ac-ribbon { display: none; }

/* navbar re-skin (Bootstrap 3 markup, from index.php) */
.navbar-default {
	background-color: var(--ac-forest-deep);
	border: none;
}
.navbar {
	border: none;
	min-height: 78px;
	margin-bottom: 0;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
	color: #F3EEDF;
}
.navbar-default .navbar-brand {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.6rem;
	padding-top: 18px;
}
.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #D9D3BE;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 22px;
	padding-right: 22px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a {
	color: #fff;
	background: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #D9D3BE;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #D9D3BE;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.dropdown-menu {
	background: var(--ac-forest-deep);
	border: none;
	border-radius: 0;
}
.dropdown-menu > li > a {
	color: #D9D3BE;
}
.dropdown-menu > li > a:hover {
	background: var(--ac-forest);
	color: #fff;
}

/* body / page defaults */
body {
	padding-top: 78px;
}
/* Every page already carries its own heading inside the WYSIWYG content
   (hero, or an .ac-eyebrow + h1 block), so the template's automatic
   PAGE_TITLE heading would just duplicate it — hide it. */
.page-header {
	display: none;
}
a { color: var(--ac-terracotta-dark); }
a:hover { color: var(--ac-terracotta); }

/* ---- hero ---- */
.ac-hero {
	position: relative;
	min-height: 76vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	margin-top: -20px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}
/* dark overlay as its own layer, so it can't fight with the photo's own
   background-image (set inline, per page) over who controls background-size */
.ac-hero::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(180deg, rgba(31,40,25,.55), rgba(31,40,25,.72));
}
.ac-hero-inner {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	padding: 2rem 1rem;
}
.ac-hero h1 {
	font-size: 3.4rem;
	color: #fff;
	margin-bottom: .5rem;
}
.ac-hero p.lead {
	font-size: 1.15rem;
	color: #EDE7D9;
}
.ac-rule {
	width: 64px;
	height: 2px;
	background: var(--ac-terracotta);
	margin: 1.25rem auto;
	border: none;
}
.ac-rule-left {
	margin-left: 0;
}
.ac-badge {
	display: inline-block;
	background: rgba(190,115,85,.18);
	color: #F0B79C;
	border: 1px solid rgba(240,183,156,.5);
	font-size: .7rem;
	padding: .3rem .8rem;
	border-radius: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

/* ---- buttons ---- */
.btn-ac {
	background: var(--ac-terracotta);
	border: 1px solid var(--ac-terracotta);
	color: #fff !important;
	padding: .7rem 1.9rem;
	font-weight: 600;
	letter-spacing: .02em;
	border-radius: 2px;
	display: inline-block;
}
.btn-ac:hover {
	background: var(--ac-terracotta-dark);
	border-color: var(--ac-terracotta-dark);
	color: #fff !important;
}

/* ---- sections ---- */
.ac-section {
	padding: 4.5rem 0;
}
.ac-eyebrow {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .78rem;
	font-weight: 700;
	color: var(--ac-sage-dark);
	margin-bottom: .5rem;
	display: block;
}
.ac-sage-bg {
	background: var(--ac-sage);
	color: #F3EEDF;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 4.5rem 0;
}
.ac-sage-bg .ac-eyebrow { color: #E4E9D9; }
.ac-sage-bg h2 { color: #fff; }
.ac-forest-bg {
	background: var(--ac-forest-deep);
	color: #D9D3BE;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 4.5rem 0;
}
/* sage/forest bands are now full viewport width; re-center their content
   at the normal page width by wrapping it in a Bootstrap .container */
.ac-sage-bg > .container,
.ac-forest-bg > .container {
	padding-left: 15px;
	padding-right: 15px;
}
body {
	overflow-x: hidden;
}

/* ---- cards ---- */
.ac-card {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(43,53,36,.1);
	margin-bottom: 1.5rem;
}
.ac-card img {
	height: 210px;
	width: 100%;
	object-fit: cover;
}
.ac-card-body {
	padding: 1.6rem;
}
.ac-card-body h3 {
	font-size: 1.35rem;
	margin: 0 0 .5rem 0;
	color: var(--ac-ink);
}
.ac-card-body p {
	color: #6b6555;
	margin: 0;
}

/* ---- gallery ---- */
.ac-gallery {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 1rem;
	height: 240px;
}
.ac-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ac-photo-frame {
	border-radius: 3px;
	overflow: hidden;
}
.ac-photo-frame img {
	width: 100%;
	object-fit: cover;
}

/* ---- event card ---- */
.ac-event-card {
	background: var(--ac-sage-dark);
	color: #F3EEDF;
	border-radius: 3px;
	padding: 2.5rem;
}
.ac-event-card h2 { color: #fff; }
.ac-event-card .ac-eyebrow { color: #D9C7A8; }

/* ---- contact ---- */
.ac-contact-form {
	background: #fff;
	padding: 2.5rem;
}
.ac-contact-info {
	background: var(--ac-forest-deep);
	color: #D9D3BE;
	padding: 2.5rem;
}
.ac-contact-info a { color: #F3EEDF; }
.ac-contact-info h4 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.25rem;
	color: #fff;
	margin: 1.5rem 0 .4rem 0;
}
.ac-contact-info h4:first-child { margin-top: 0; }
.ac-contact-form .form-control {
	border-radius: 0;
	border: 1px solid #d9d3be;
	box-shadow: none;
	margin-bottom: 1rem;
}
.ac-contact-form .form-control:focus {
	border-color: var(--ac-terracotta);
	box-shadow: none;
}

/* footer credit line stays as-is (uses existing footer rules above) */
