body {
	background-color: #000;
	background-image: url(/assets/bck.png);
	background-repeat: repeat-x;
}
h1 {
	font-size:32px;
	font-weight:bold
}
h2 {
	font-size:24px
}
.navbar-light .navbar-nav > li > a {
	border-right:1px solid #ddd;
}
.header {
	background-image:url(/assets/header.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-color:#000;
	color:#FFF;
	height:70px;
	padding:2px 10px
}
.required {
	color:#F00
}
.active {
	font-weight:bold;
}
.headertxt {
	font-size:11px;
}
.button_bar {
	background-color:#FFF
}
.content {
	background-color:#fff;
}
.footer {
	background-color:#e01c40;
	color:#FFF
}
.bookborder {
	border-left:0px
}
.callsched {
	font-weight:bold;
	font-size:18px
}
.thumbfont {
	font-size:12px;
	color:#C90
}
.promo {
	font-size: 18px;
	font-weight:bold
}
.speech-bubble {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: 1rem;
  margin-bottom: 80px;
  padding: 1.5rem 2rem;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: #CCC;
  color: black;
}
.speech-bubble::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #CCC;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: '';
  display: block;
  position: absolute;
  left: 3rem;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}
.speech-bubble cite {
  position: absolute;
  bottom: -2rem;
  left: 4.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: black;
}
 @media (min-width: 576px) {
.header {
	height:96px;
	padding:2px 10px
}
.headertxt {
	font-size:11px;
}
.bookborder {
	border-left:1px black solid
}
.callsched {
	font-size:24px
}
.thumbfont {
	font-size:14px
}
 @media (min-width: 768px) {
 .header {
 height:128px;
 padding:10px 20px
}
 .headertxt {
 font-size:14px;
}
 .bookborder {
 border-left:1px black solid
}
}
 @media (min-width: 992px) {
.header {
	height:174px;
	padding:10px 20px
}
.headertxt {
	font-size:18px
}
.bookborder {
	border-left:1px black solid
}
}
 @media (min-width: 1200px) {
.header {
	height:207px;
	padding:10px 20px
}
.headertxt {
	font-size:18px;
	margin:10px 0
}
.bookborder {
	border-left:1px black solid
}
}
