/* epk.css */
body, html {
  height: 100%;
  margin: 0;
}
.hero-image { /* linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),  */
  background-color: #D6D6D6;
  background-image: url("Banner.png");
  height: 90%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-60%, -50%);
  color: white;
}
.banrh1 {
	font-family: "Crimson Text";
	font-size: 50px;
}
.nounderline {text-decoration: none;}
.banrp {
	font-family: "Crimson Text";
	font-size: 24px;
}
.ohel {    /* a dark gray with blue-green tinge; alt for black text */
    font-family: Arial, Helvetica, sans-serif;
    color: #1E3851;
    padding-left: 15px;
} 
.leftritepad {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
.leftpad {padding-left: 20px;}
.leftpad30 {padding-left: 30px;}
.toppad {padding-top: 20px;}
.thick {font-weight: bold;}
.italo {font-style: italic;}
.h3text {
	color: #5D0B09;   /* match to red-gray background in banner */
	font-family: "Crimson Text";
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
}
.musictext {
  color: #5D0B09;   /* match to red-gray background in banner */
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.conttext {
  color: #5D0B09;   /* match to red-gray background in banner */
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px; 
  text-decoration: none;
  cursor: pointer;
}
.nobulls {list-style-type: none;}
.centr {text-align: center;}
.floatL {float: left;}
.floatR {float: right;}

