@charset "utf-8";

body {
  font-family: actor;
  font-style: normal;
  font-weight: 400;
  background-image: url(../images/Background-lightened.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.jumbotron.text-center {
  background-image: url(../images/BSD_light.png);
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.85;
}
.container.well {
  opacity: 0.85;
}
.bgLtBlue {
  background-color: #8CA4B1;
  opacity: 0.85;
}

.imagePadding {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}


.row .col-lg-12.text-center p {
  text-align: left;
}

.col-xs12 ol li {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}
.bgBlack {
  background-color: #000000;
  opacity: 0.85;
}
.wfont {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px #000000;
  font-weight: bold;
}
.bgWhite {
  background-color: #FFFFFF;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
