@charset "UTF-8";

/* CSS Document
Copyright wdb.nz 2025
@Author: Dieter Riedel
*/

/* desolve color palette
#4C4341     rgb(76, 67, 65)  ASH
#646266      rgb(100, 98, 102)  DULL GRAY
#7B798F     rgb(123, 121, 143)  PEWTER BLUE
#ADA982    rgb(173, 169, 130)  DARK TAN
#D8D5BC   rgb(216, 213, 188)  MED TAN
#EDE4D6   rgb(237, 228, 214)  LIGHT TAN
#667F6A     rgb(102, 127, 106)  DARK GREEN
#DB7E40	 rgb(219,126,64) BURNT ORANGE
*/



/* ----- Style sheet TOC ----------------
	to jump to a specific section search for the unique character pair at the front of each TOC section 
	<<< tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G (MAC) or Shift + F3 (PC) >>
	^1 Global constants
		^1a limited reset
		^1b html5 display rul
	^2 Basic layout styles 
	^3 Content region style
		^3a header styles
		^3b nav styles
		^3c banner styles
		^3d article styles
	^4 page-specific main content styles
	^5 individual gallery styles
	^6 contact styles
	^7 form styles
	^8 aside styles
	^9 footer styles
*/


/* ^1 Global constants -----------------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.title {
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
}

.nav-item {
	font-size: 1.5rem;
}


/* Image carousel */
.carousel-control-next, .carousel-control-prev {width: 9%;}