.top-header-bar {
  height: 110px;
}
.top-header-bar .logo {
  color: #1e9fd9;
  font-size: 2.5rem;
  font-weight: 600;
  border: none;
}
.top-header-bar .logo:hover {
  text-decoration: none;
}
.top-header-bar .logo span {
  vertical-align: middle;
}
.top-header-bar .top-header-link {
  color: #1e9fd9;
  font-size: 1rem;
  border: none;
  margin-left: 15px;
}
.top-header-bar .top-header-link:hover {
  text-decoration: none;
  color: #187eac;
}

.navbar-dark {
  margin-bottom: 20px;
}
.navbar-dark .nav-link {
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 600;
  padding: 0.7rem 1rem;
}
.navbar-dark .nav-link:hover {
  text-decoration: none;
  border: none;
}

footer {
  margin-top: 30px;
  min-height: 90px;
  background-color: #112f41;
  padding-top: 20px;
}
footer label {
  color: #f2b134;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
footer ul {
  list-style-type: none;
  padding-inline-start: 0;
}
footer li, footer a {
  color: #f8d694;
  font-size: 1rem;
}
footer li:hover, footer a:hover {
  color: #f8d694;
  text-decoration: underline;
}

.main-window {
  min-height: calc( 100vh - 90px - 30px);
}

/*# sourceMappingURL=header.css.map */
