@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

* {box-sizing: border-box}

body {
  font-family: 'Lato', sans-serif;
  color: #343a40;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

.btn {
  font-size: 0.9em;
  font-weight: 700;
}

.tooltip {
  font-family: 'Lato', sans-serif;
  font-size:0.75em;
} 

.rounded-cs {
  border-radius: 8px;
}

.anchor::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f105";
  color: #999999;
  margin-right: 5px; 
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
}

#overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  opacity: 0.5;
}

.carousel-indicators {
  z-index: 1;
}

.nav-link {
  font-size: 1.1em;
  font-weight: 700;
  padding-top: 12px;
  margin-left: 5px;
  margin-right: 20px;
}

.nav-sm {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #343a40;
  overflow-y: hidden;
  transition: 0.5s;
  box-shadow: 0px 0px 8px 0px #333333;
}

.hscroll {
  white-space: nowrap;
  overflow-x: scroll;
}

.hscroll::-webkit-scrollbar {
  display: none;  /* for Chrome, Safari, Opera */
}

.hscroll {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */ 
}

.hscroll-nav {
  padding: 0px 12px 0px 12px;
  font-size: 0.95em;
  border-radius: 12px;
}

.label-h1-ekex {
  background-color: #084b83;
  color: #ffffff;
  padding-left:15px;
  padding-right:15px;
}
.label-h1-ekmax {
  background-color: #d63230;
  color: #ffffff;
}

.label-ekex {
  background-color: #084b83;
  color: #ffffff;
  padding-left:10px;
  padding-right:10px;
}
.label-ekmax {
  background-color: #d63230;
  color: #ffffff;
}

.footer-bold {
  font-size: 0.95em;
  font-weight: 700;
  color: #eeeeee;
}

.footer {
  font-size: 0.95em;
  color: #b5b5b5;
  line-height: 1.2em;
  margin-top: 10px;
}

a.footer {
  text-decoration: none;
}

a.footer:hover {
  color: #eeeeee;
}

/* CSS for kb topics */

.kb-topic h3 {
  margin-bottom: 35px;
}

.kb-topic h5 {
  margin-top: 20px;
}

.kb-topic div { 
  margin-top: 10px; 
}

.kb-topic ol { 
  margin-top: 10px; 
}

.kb-topic ul { 
  margin-top: 10px; 
}

.kb-topic li { 
  margin-top: 10px; 
}

.kb-topic p { 
  margin: 0px;
}

.kb-topic pre {
  background-color: #f0f2f4;
  padding: 20px;
  margin-top: 20px;
}

.kb-topic img {
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
