* {
  font-family: 'Helvetica Neue' !important;
}


.carousel-wrapper {
  margin-top: -80px;
  margin-bottom: 80px;
}

.preskoly-wrapper {
  background-image: url("../image/Group\ 1.png");
  min-height: 600px;
  width: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.preskoly-wrapper .container {
  display: flex;
  align-items: center;
  min-height: 500px;
}

.preskoly-wrapper .container h1 {
  color: #19283b;
  font-weight: bold;
  font-size: 40px;
}

.preskoly-wrapper .container p {
  color: #19283b;
  font-size: 18px;
}

.hardcode-text h4 {
  color: #192949;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.hardcode-text p {
  color: #192949;
  font-size: 18px;
  font-weight: 400;
}

.timestamp {
  color: #898989 !important;
  font-size: 14px !important;
}

.blog-title {
  font-size: 18px !important;
  color: #192949 !important;
  font-weight: 700 !important;
  font-style: normal!important;
}

.blog-title:hover {
  color: #1eaee1!important;
}

.card-content {
  color: #19283b;
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  font-weight: normal!important;
}

.card-content:hover {
  color: #1eaee1!important;
}

a {
  color: #19283b;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;cursor: pointer;
}

.category-cards {
  margin-top: -250px;
}

@media (max-width: 800px) {
  .preskoly-wrapper {
    background-image: none;
    background-color: #edefee;
  }
}

hr {
  max-width: 73%;
  border: 1px solid #f3f4f5;
}

.isActive {
  border-bottom: 5px solid #ffa800;
  border-radius: 5px;
}

.line-height {
  line-height: normal;
}

.fake {
	opacity: 0.2 !important;
}
.navbar{
  position: sticky;
  top: 0;
  z-index: 9999;
  overflow-x: hidden;
}
.pre-skoly-navbar-a{
  color: #212529 !important;
  font-size: 16px;
  font-weight: 300;
}
.pre-skoly-navbar-dropdown{
  color: #212529;
  font-weight: 300;
}