.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #438c74;
}

h1, h2, h3, h4, h5, h6 {
  color: #438c74;
}

body {
    font-size: 13px !important;
}

p {
  font-size: 13px;
}

a:link {
   color: #438c74;
   text-decoration-line: underline;
}

/* visited link */
a:visited {
   color: #438c74;
}

/* mouse over link */
a:hover {
  color: #438c74;
  font-weight: bold;
}

/* selected link */
a:active {
  font-weight: bold;
}


.site {
	background-color: #8d5e22;
}

.nav {
}  


.grid-child.container-component {
  max-width: 900px;
}

.grid-child.container-nav {
	height: 100px; 
	max-width: 1050px;
  /* background-color: #6d3e02; */
}  

.blog {
	background-color: #908565;
  	padding: 20px;
	border-radius: 10px;
}  

.blog-featured {
	background-color: #908565;
  	padding: 20px;
	border-radius: 10px;
}  

.item-page { /* Forms unfortunatly are wrapped in this, but blogs are wrapped in this and then have item_content */
	background-color: #f0f5f5;
  	padding: 20px;
    border-radius: 10px;
  
}  

.item-content {
	background-color: #f0f5f5;
  	padding: 20px;
    border-radius: 10px;
  
}  

.container-header {
	background-image: none;
	background-color: #7d4e12;
}

.brand-logo {
	text-decoration: none;
}


/* General modifications */


.container-footer {
	background-image: none;
	background-color: #7d4e12;

	display: flex;
  justify-content: center;
  align-items: center;
}

 
#mod-custom113 {
}

#mod-custom114 {
  width: 100%;
  	display: flex;
  justify-content: center;
  align-items: center;
}
