@font-face {
  font-family: futuraPT;
  src: url('../fonts/FuturaPT/FuturaPTBook.otf') format('truetype');
}

body {
  font-family: futuraPT !important;
}

.main-section {
  position: relative;
  height: calc(100% - 100px);
  bottom: 100px;
  top: 0;
  padding-bottom: 100px;
}

.pull-right {
  float: right;
}

.hello-reports-nav {
  color: rgb(85, 163, 165);
}

.nav .nav-link {
  cursor: pointer;
  padding: 0 1rem;
}

.nav .nav-link a {
  padding: .5rem 0;
  color: rgb(85, 163, 165);
  font-size: 18px;
}

.nav-link.active a{
  border-bottom: 1px solid rgb(85, 163, 165);
}

.nav-link a:hover {
  text-decoration: none;
}

.header-title {
  font-size: 28px;
}

.panel .panel-header {
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: bold;
}

.panel{
  color: #505050;
}

.panel .panel-body {
  font-weight: 100;
}

.link-in-text{
  color: rgb(85, 163, 165);
  text-decoration: underline;
}

.link-in-text:hover {
  color: rgb(100, 200, 195);
}