html, html a {
    -webkit-font-smoothing:antialiased
}

html, body {
	/* font-family: "Roboto Condensed", serif;	 */
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;	
	font-weight: normal;
	font-style: normal;  
	font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* for better webkit rendering */
  -webkit-text-size-adjust: 100%;	
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
 }

body {
	padding-top: 52px;	
	line-height: 1.5;
	/* line-height: 1.66666667em;	 */
	text-rendering: optimizeLegibility;
}

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

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

@media screen and (min-width: 992px) {
  html {
	font-size: 1.05rem;
  }
 }
.h2, .sub-leader, h2 {
  font-weight: 400;
  font-size: 1.8rem;
} 
main > h2 {
	font-size: 1.8rem;
}
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;
}

.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.8rem;
}
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;
  }
}

.card {
  transition: transform 0.1s linear;
  z-index: 1;
}
.card:hover {
  background-color: #ffffff !important;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 2px 2px 5px #888e92;
}

.img-container {
  transition: transform 0.1s linear;
  z-index: 1;
}
.img-container:hover {
  background-color: #ffffff !important;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 2px 2px 5px #888e92;
}