html {
  background-color: #f8f9fa;
  height: 100%;
}
:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0;
}
#home-jumbo   {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("../img/jumbotron.jpg") no-repeat;
  background-size: cover;
}

#castlebar   {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url("../img/castlebar.jpg") no-repeat;
  background-size: cover;
}
#the-clinic   {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url("../img/the-clinic.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

#chair  {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url("../img/chair.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

#map  {
  background: url("../img/map.png") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);

  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

blockquote {
  position: relative;
  text-align: left;
  padding: 0 0 2em 38px;
  border: none;
  margin: 20px auto 20px;
  max-width: 800px;
  width:100%;
  display: block;
  line-height: normal;
  background-color: white;
}

blockquote:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  color: #53CCBC;
  top: 0;
  background: #53CCBC;
}

blockquote:before {
  content:"\0201C";
  font-size: 40px;
  display: block;
  font-weight: 400;
  font-family: "Times New Roman";
  color: #53CCBC;
}

blockquote > cite,
blockquote > p > cite {
  display: block;
  font-size: 16px;
  /*line-height: 1.3em;*/
  font-weight: 700;
  margin-top: 1.1em;
  letter-spacing: 0;
  font-style:italic;
}
span.help-block {
  color: #721c24;
}

.error-page > .headline-small {
  float: left;
  font-size: 50px;
  font-weight: 300;
}

.lockscreen-wrapper2 {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 400px;
}
