body
{
  font-family: Daytona;
  font-size: 20px;
  color: white; /* #bdbbba;*/
}
.FooterImage
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.CBTitle
{
  font-size: 24px;
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-style: none;
  border-width: 2px;
  border-color: #8f852b;
  background-color: #2f587f;
  padding-left: 10px;
  padding-right: 10px;
}

.CBContentPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  color: white; /*#bdbbba;*/
  text-align: center;
}
.CBPicture
{
    float: left;
    margin-right: 10px;
  
}
.CBListContentPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  color: white;
  text-align: center;
}
.CBListContentPanel li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.CBName
{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 0px 0px 0px 0px;
}
.CBSig
{
  font-family: 'Brush Script MT', cursive;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 0px 0px 0px 0px;
}
.video#bgvideo
{
  position: relative; /* originally fixed */
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/stjl_105.jpg) no-repeat;
  background-size: cover;
}