@font-face {font-family: "Noto Sans Condensed"; src: url("../fonts/NotoSans-Condensed/NotoSans-Condensed.ttf");}

html {
  font-family: "Noto Sans Condensed"; 
  font-size: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;  
}

body {
  font-family: "Noto Sans Condensed"; 
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 576px) {
  html {
	font-size: 0.7rem;
  }
}

@media screen and (min-width: 768px) {
  html {
	font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  html {
	font-size: 0.9rem;
  }
 }
main > h3,
main > h5,
main > h4 {
  z-index: -1;
  pointer-events: none;
}
main > h3:before,
main > h5:before,
main > h4:before {
  display: block;
  height: 5rem;
  margin-top: -5rem;
  visibility: hidden;
  content: "";
  z-index: -1;
}
main > h1 {
  margin-top: 1rem;
}
main > h3 {
  margin-top: 2rem;
}
main > h4 {
  margin-top: 1rem;
  font-weight: 400;
}

#header {
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.bd-brand {
  border-color: rgb(1, 37, 92) !important;
}
.bg-brand {
  background-color: rgb(1, 37, 92) !important;
}
.bg-brand-light {
  background-color: rgb(15, 43, 85) !important;
}
.bg-brand-hr {
  background-color: rgb(1, 37, 92) !important;
}
.bg-brand-secondary {
  background-color: rgb(15, 43, 85) !important;
}
.fg-brand {
  color: rgb(1, 37, 92) !important;
}
.bg-brand-hover:hover {
  background-color: rgb(3, 69, 168) !important;
}

body {
  padding-top: 42px;
}
.container {
  max-width: 1160px;
}
.app-bar .brand {
  font-size: 30px;
}
.hero-bg {
  background: rgb(41, 97, 182);
  background: linear-gradient(to bottom, rgb(24, 55, 194) 0%, rgb(90, 90, 107) 100%);
}
.hero {
  padding: 40px;
}

.add-neb::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

footer {
  background-color: #2a3742;
  color: rgb(233, 227, 227);
  font-size: 0.9rem;
}
footer a {
  color: rgb(219, 217, 217);
  text-decoration: none!important;
}
footer a:hover {
  color: #c9c9c9;
}

#social-menu li {
  margin: 0 20px;
}
#footer-menu li {
  margin: 0 20px;
}

h1 + .text-leader {
  margin-bottom: 20px;
}
.app-bar {
  width: auto;
  right: 0;
}
.login-form {
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .login-form {
    width: 500px;
  }
}

