/*
*
* =====================
* GENERAL
* =====================
*
*/
body {
  overflow-x: hidden;
}

section {
  position: relative;
  padding: 1rem 0;
  overflow-x: hidden;
}

/*
*
* =====================
* NAVBAR
* =====================
*
*/
.navbar .nav-link {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #555;
}

.navbar .nav-link:hover {
  color: #5091da;
}

.navbar-toggler {
  outline: none !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  background: #5091da;
  color: #fff;
}

/*
*
* =====================
* HERO
* =====================
*
*/
.hero {
  min-height: 25vh;
  height: 25vh;
}

.text-uppercase {
  letter-spacing: 0.1em !important;
}

.headings-font-family {
  font-family: "Roboto Condensed" !important;
}

.font-family-base {
  font-family: "Open Sans", sans-serif !important;
}

.font-weight-bold {
  font-weight: bold;
}

.bg-cover {
  background-size: cover !important;
}

.bg-position-center {
  background-position: center center !important;
}

.bg-gray {
  background: #f4f4f4 !important;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(80, 145, 218, 0.93);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.overlay+.content {
  position: relative;
  z-index: 3;
}

.lined::after {
  content: '';
  display: block;
  width: 6.25rem;
  height: 2px;
  margin: 1.25rem auto;
  background: #5091da;
}

.lined-compact::after {
  margin-top: 0.5rem;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/comm_fonts/roboto.woff2') format('woff2');
}