h1, h2, h3, h4, h5, h6 {
  color: black;
}
/* Define the custom font */
@font-face {
  font-family: 'BlackWitch';
  src: url('/media/vendor/fontawesome-free/webfonts/Black-Witch.woff') format('woff'),
  src: url('/media/vendor/fontawesome-free/webfonts/Black-Witch.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* Apply custom font only to specific elements */
.custom-fontBlackWitch {
  font-family: 'BlackWitch', sans-serif;
  color: #000000;
}
@font-face {
  font-family: 'Aristeo';
  src: url('/media/vendor/fontawesome-free/webfonts/AristeoRegular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
/* Apply custom font only to specific elements */
.custom-fontAristeo {
  font-family: 'Aristeo', sans-serif;
  color: #000000;
}
@font-face {
  font-family: 'Aristeo3D';
  src: url('/media/vendor/fontawesome-free/webfonts/AristeoBoldSolid.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
}
/* Apply custom font only to specific elements */
.custom-fontAristeo3D {
  font-family: 'Aristeo', sans-serif;
  font-weight: bold;
  color: #000000;
}
/* Set all fonts to black */
body {
  color: #000000; /* Black color */
}
/* bar at top with logo*/
.container-header { 
  background-color: #fff;
  background-image: none;
}
.container-topbar {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-color: black;
}
.container-header .mod-menu {
 color: #000;
 font-size: 1.5rem;
 flex: unset;
}
.container-header .navbar-toggler {
 color: #db504a;
 border: 1px solid #db504a;
}
.header.container-header.full-width {
	display: grid;
	grid-template-columns: minmax(0,1fr) repeat(4,minmax(0,19.875rem)) minmax(0,1fr);
	grid-gap: 0 1em;
	align-items: center;
}
.container-header .grid-child:first-child {
	grid-column: 2/3;
}
.container-header .container-nav {
	grid-column: 3/5;
}

 /*body {
	background-image: url("/images/Artwork/Traditional%20Art/ThreeClumps.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
  background-color: #ffffff;
}*/


.com-content-article {
  background-color:#fff;
}
.blog-items {
  background-color:#fff;
}