body, .text-banner { 
  font-family: "Arial" !important; 
}
h1, h2, h3, h4, h5, h6, .text-banner {
  /*font-family: "Arial", "Arial Black", "Arial Bold";*/
  font-family: "Impact";
  letter-spacing: .11em;
}
.text-banner {
  font-size: 1.2em;
  font-weight: 500;
}
.hspacing {
  letter-spacing: .12em;
}
.container {
	background-color: #fff;
}
/* HEADER */
.banner {
	width: 70px;
}
.sm-icon {
	width: 15%;
}
.display-7{
  font-size: 1.5em;
}
/* BACKGROUND IMAGE COVER */
/* HALF COVER */
#introHalfCover {
	background-image: url("../img/cover/dojo-exterior.jpg");
  height: 50vh;
}
/* FULL COVER */
#introFullCover {
	background-image: url("../img/cover/dojo-interior.jpg");
  height: 65vh;
}
#introFullCover, #introHalfCover {
	opacity: .95;  
}
.mask {
  background-color: rgba(0, 0, 0, 0.55);
}
figcaption.card-title {
	text-align: center;
}
span.hiddenemail{ 
   display:none; 
} 
.text-gold {
color: #674D1E;
}
h2#headingOne button.accordion-button {
  font-size: 1em;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) {
   #introFullCover, #introHalfCover {
   		margin-top: -.41px;
   }
}