html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 3rem;
  min-height: 100%;
  background: url(../images/mon_ghost.svg) no-repeat center center fixed;
  background-size: cover;
  background-color: #c4c4c4;
}

.navbar-inverse {
  opacity: 0.75;
}

.navbar-toggle {
  padding: 0;
  margin-right: 1rem;
}

.header {
  color: #ffffff;
  background-color: #008cba;
  opacity: 0.75;
}

.item {
  background-color: rgba(255, 255, 255, 0.75);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  padding: 1rem;
}

.item-image-rec {
  padding: 1rem;
}

.item-text {
  padding: 1rem;
}

.item-text-header {
  white-space:nowrap;
  font-size: 20px;
}

.sub-item-text-header {
  white-space:nowrap;
  font-size: 13px;
  margin-top: .25rem;
  margin-bottom: .25rem;
  position: absolute;
}

.item-text-body{
  font-size: 13px;
}

.suffix {
  position: absolute;
  max-width: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 1rem;
  margin: auto;
  text-align: center;
}

.copyright {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0.5rem;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  background-color: #008cba;
  opacity: 0.75;
}
