/*# sourceMappingURL=style-m.css.map */
:root {
	
	
	--dark-brown: #381d03; /* Moistured earth */
	--brown: #422103; 
	--medium-brown: #974e0d; /* Earth dust */
	--mud: #897d75;
	--cream: #f7f0e7;
	--green: #205d4d;
	--orange: #db501d;
	
	--sky: #dbf5fb;
	
	
	--bg: #fcfbf9;
}

body {
	background-image: url(https://dhamarai.com/wp-content/uploads/2026/09/bg-temp-paper.png);
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: lighten;
}
p {
	font-size: 1rem;
}
h2, h3, h4 {
	color: var(--green);
	font-weight: 500;
}
h2 a, h3 a, h4 a {
	color: var(--dark-brown);
}
h2, h2 a {
	font-size: 1.8rem;
}
h3, h3 a {
	font-size: 1.5rem;
}
h4, h4 a {
	font-size: 1.25rem;
}
h5, h5 a {
	font-size: 1.15rem;
}
h6, h6 a {
	font-size: 1.125rem;
}








/* Header */
.site-header {
	padding-top: 1.8em;
	background: transparent;
}
.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor, .current-post-parent, .current-post-ancestor {
	padding-bottom: .05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(134, 68, 34, .6);
	-webkit-transition: border-color .15s ease-out, color .15s ease-out;
	-moz-transition: border-color .15s ease-out,color .15s ease-out;
	-ms-transition: border-color .15s ease-out,color .15s ease-out;
	-o-transition: border-color .15s ease-out,color .15s ease-out;
	transition: border-color .15s ease-out, color .15s ease-out;	
}


/* Layout */
#content {
	margin-top: 8em;
}

section {
	margin: 4em auto;
	padding: 1.5em 5%
}

header.page-header + .page-content > section:first-child {
	margin-top: 0;
	padding-top: 0;
}



/* Heading */
div.heading {
	margin-bottom: 5em;
}
h2.main-heading {
	padding-bottom: .05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(34, 34, 34, .3);
	-webkit-transition: border-color .15s ease-out, color .15s ease-out;
	-moz-transition: border-color .15s ease-out,color .15s ease-out;
	-ms-transition: border-color .15s ease-out,color .15s ease-out;
	-o-transition: border-color .15s ease-out,color .15s ease-out;
	transition: border-color .15s ease-out, color .15s ease-out;	
	
	color: var(--dark-brown);
	font-size: 2rem;
	font-weight: 500;
}
.heading h2.main-heading {
	padding-bottom: .15em;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: var(--medium-brown);
	-webkit-transition: border-color .15s ease-out, color .15s ease-out;
	-moz-transition: border-color .15s ease-out,color .15s ease-out;
	-ms-transition: border-color .15s ease-out,color .15s ease-out;
	-o-transition: border-color .15s ease-out,color .15s ease-out;
	transition: border-color .15s ease-out, color .15s ease-out;
}


/* Grid */
.zine > div {
	padding: 2.5%;	
}

.list-manual {
	row-gap: 4em;
	column-gap: 7%;
}
.list-manual figure.wp-block-image {
	margin: 0 auto 2.5em;
	width: 180px;
}

.wp-block-image:not(.is-style-rounded) > img {
	border-radius: 4px;
}
.wp-block-image + .wp-block-heading {
	margin-top: 0.8em;
}

.vdo-list {
	row-gap: 4em;
	column-gap: 6%;
}

/* Quote */
blockquote, .wp-block-quote,
blockquote a, .wp-block-quote a {
	font-family: Krub;
	color: var(--green);
}
blockquote p, .wp-block-quote p {
	font-size: 1.25rem;
}
blockquote.highlight, .wp-block-quote.highlight {
	color: var(--orange);
}


/* Button */
.wp-block-button__link {
	color: var(--brown);
	background-color: var(--sky);
	background: linear-gradient(-15deg, #dbf5fb 0%, #e8fbff 40%, #f3f1e3 85%, #fff 100%);
	background: linear-gradient(-18deg, #dbf5fb 0%, #e8fbff 40%, #faf7e1cc 82%, #fff 100%);
	font-family: var(--s-heading);
	filter: drop-shadow(2px 4px 10px rgba(0,0,0,0.1));
}
.wp-block-button:nth-of-type(even) > .wp-block-button__link {
	background: linear-gradient(170deg, #dbf5fb 0%, #e8fbff 40%, #f3f1e3 85%, #fff 100%);
}

/* Footer */
footer {
	padding: 3em 0 2em;
	background: white;
}
.footer_widget.widget_block:not(.widget_media_image) > div {
	width: 100%;
}
footer h2 {
	color: var(--dark-brown);
	font-weight: 500;
}
