﻿

/* Add background color behind the header image */
.hero {
  background-color: #2d2236;
}

/* Add styles to the board titles */
h1.board__title {
  
text-align: center; 
vertical-align: middle; 
background-color: #6b5d75; 
height: auto; 
width: 100%; 
color: #ffffff; 
font-size: 1.5em; 
line-height: normal; 
clear: both;
  
}


/* Footer styles */
.home__footer {
  color: #ffffff; 
}

.home__footer a {
  
  color: #E6E699;
  border-color: rgba(230, 230, 153, 0.6);
}

h1.zeta {
  font-size: 1.3em;
  margin-bottom: 0.6em;
}

