html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Whitney', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}

.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.intropic img {
  margin-top: 20px;
}
.intropic:hover img {
  margin-top: -20px;
}
.logobv img {
  max-height: 55px;
}

.navbar-nav .nav-item a.nav-link {
  font-size: 22px;
  color: rgba(211, 56, 67, 1);
}

.navbar-nav .nav-item a.nav-link.active {
  color: inherit;
}

.flex-fill {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}
footer p,
footer a,
footer a.nav-link  {
  font-size: 14px;
}

.bg-darker {
  background-color: rgba(0, 0, 0, 0.1);
}

.red-pattern-bg {
  background-color: rgba(211, 56, 67, 1);
  background-image: url(../img/red-pattern-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.red-pattern-bg,
.red-pattern-bg a {
  color: #ffffff !important;
}

.dropdown-toggle {
  outline: 0;
}


.scrollarea {
  overflow-y: auto;
}

#filesharing_app {
  height: 100%;
}

#filesharing-spinner {
  position: absolute;
  margin-left: 0.7em;
  margin-top: 0.5em;
}

.shareframe {
  height: 100%;
  width: 100%;
  border: 0;
}

h2,
h3,
h4,
h5 {
  padding-top: 1.5rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
}

.container p {
  margin-left: 0.25rem;
}