/* Front page of any document */
.document-body,
.akademija-body,
.kursevi-body,
.izdavashtvo-body,
.knigi-body,
.produkcija-body,
.rubriki-body,
.unap-body,
.chlenovi-body,
.humanost-body,
.roadmap-body,
.ebook-body{
  .hextra-toc {
    display: none;
  }
} 

.onSameLine {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.courseInfo {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 6px;
  font-size: 18px;
}
.courseInfo span {
  padding: 4px;
  border: solid rgba(53, 105, 143, .6) 0.09rem;
  border-radius: 6px;
  background: rgba(53, 105, 143, 0.4);
  backdrop-filter: blur(3px);
}
@media(max-width:768px) {
  .courseInfo {
    position: relative;
    top: 0px;
  }
}

/* Default font and word spacing for the table */
.table-font{
  width: 100%;
  line-height: 1.1;
}

/* Scalable images inside a table */
.image-font {
    width: 54%;
}

@media(max-width:1066px){
  .image-font {
    width: 77%;
  }
}
@media(max-width:768px){
  .image-font {
    width: 99%;
  }
}

/* Logo and title on the page for the company  */
.company-img {
  margin-top: -90px;
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
} 
.company-title {
  text-align: center;
  font-family: Sans;
  font-weight: bold;
  font-size: 36px;
}

/* Image processing */
.sectors-processing img {
  border-radius: 12px;
  width: 100px;
  height: auto;
}
.change-text-git:after {
  content: 'гит складиште';
  text-decoration: underline;
  color: #2a7fff;
  font-weight: bold;
}
.change-text-git:hover:after {
  content: 'git repository';
  text-decoration: underline;
  font-weight: bold;
  color: #2a7fff;
}

.shortcodeDetails {
  border: solid #2a7fff 2px;
}

.cardTitleCenter * {
  justify-content: center;
}




/* STANDARDS TITLES */

.standards-title {
    margin-top: 40px !important;
    padding: 0 20px !important;
}

@media(max-width:768px){
    .standards-title {
	margin-top: 10px !important;
    }
}
