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%;
}
.SOPTitle
{
  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;
}

.SOPContentPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  color: white; /*#bdbbba;*/
  text-align: center;
}
.SOPPicture
{
    float: left;
    /*
    margin-right: 10px;
    */
  
}
.SOPListContentPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  color: white;
  text-align: center;
}
.SOPListContentPanel li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.SOPName
{
  font-size: 20px;
  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;
}
ul {
  list-style-type: none; /* Remove default bullet points */
}

li::before {
  content: "\2610"; /* Unicode character for a hollow square */
  margin-right: 0.5em; /* Add some space between the square and the text */
}
.Sig
{
  font-family: 'Brush Script MT', cursive;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 0px 0px 0px 0px;
}