body,
html {
  height: 100%;
}

body {
  color: #333;
  background-color: white;
  font-size: 1.0rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #ff0073 !important;
}

img.sus {
  width: 3rem;
  height: 3rem;
  float: right;
  margin: -1rem 1rem 1rem 1rem;
}

p.lead {
  font-weight: normal;
}

.jumbotron img {
  float: right;
  height: 16rem;
  width: 16rem;
  white-space: nowrap;
}

.jumbotron {
  padding: 0rem 2rem 0rem 2rem !important;
}

.fw-lighter {
  font-weight: lighter;
  color: #666;
}

.fs-5 {
  font-size: 0.8rem;
}

span.sep {
  color: #ddd;
  padding: 0 .2em 0 .2em;
}

.deg {
  display: inline-block;
  width: 2em;
}

.jumbotron h1 {
  color: #404040;
  display: inline-block;
}

.jumbotron h1 span {
  color: #cccccc;
  font-size: 13pt;
  margin: -0.5em;
  display: inline-block;
}

.bg .jumbotron {
  background-color: rgba(250, 250, 250, 0);
}

.bg::before {}

footer {
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: .875rem
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}