.image_wrapper {
  position: relative;
  max-width:1320px;
  margin-left: auto; 
  margin-right: auto;
}

.overlay {
  position: absolute; 
  background: rgba(57, 57, 57, 0.5);

  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay_1 {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
}


body.site {
 
 background: #FFE49F;
 /* 
  background: #FACB50;
 background: #FAAB50;
	background-image: url(../../../../../images/background3.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
  */
}
  body {
	
	background-color: var(--body-bg);
	color:#83161a;	
    
    
}


:root {
 --link-color: #5B0103;
 --cassiopeia-color-primary: #83161a;
 --cassiopeia-color-link: #83161a;
 --cassiopeia-color-hover: #83161a;
}
.header {
    background:#EB9026;
	
}
.footer {
    background:#EB9026;
	
}

