.indexSite {
/* Remove journal thumbnails entirely */
  --bs-body-bg: #F2F1F0;
  
.index-site__journals .thumb {
    display: none;
}

p img {
  display: none !important;
}

  
/* Fonter */
h2 {
  font-family: Lora,serif;
  font-weight: 500;
  font-size: 2.625rem;
letter-spacing: 0.2px;
  line-height: 3.5rem;
  color: #212529;
  
}
h3, h4, h5, h6, legend {
  font-family: Lora,serif;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.3px;
  line-height: 2.5rem;
}
h3 a {
  color: #212529;
}
p {
  font-family:'Inter',sans-serif;
    color: #4D4C44;
}
a {
  color:#875E29;
  display:inline-block;
  text-decoration:none;
}
a:hover {
  color:#6C4B21;
  text-decoration:underline;
}

.about_site p {
  font-family: Lora;
  font-size: 1.3125rem;
  line-height: 1.6;
  color: #212529;
  margin-bottom: 0rem;
}

.main__title {
  margin-bottom: -1rem;
}

/* Knappar */
.btn-primary {
 background-color: #875E29;
}
  .btn-primary {
    color: #FFF;
  }

.btn-primary:hover {
  color: #875E29;
}
.btn-secondary:hover, a.btn.btn-secondary:hover {
    background-color: #875E29;
}


/* Ta bort alla fetade texter */
b, strong {
  font-weight: initial;
}




/* Där oppe */
.container-fluid {
 background-image: url("https://ojstest.lub.lu.se/jot/en/libraryFiles/downloadPublic/98");
  --bs-gutter-x: 0;
padding-bottom: 2.8rem;
}
.main-header__admin.locale-enabled {
  justify-content: end;
  background-color: #4D4C44;
}
.main-header__admin-link  {
  background-color: #4D4C44;
}
.main-header__lang-link {
  background-color: #4D4C44;
}
.main-header__title span {
  font-size:3.5rem;
   color: #875E29;
font-family: Lora, serif;
  font-weight: 500;
}
.main-header__title span {
 /* padding: 1.6rem 21.3rem 1.7rem 15rem; */
}
.main-header__title {
  margin-top: 3rem;
}




/* Bakgrundsfärger */
.row {
  background-color: white;
}


/*Ta bort underlines från temat*/
a::before,
a::after {
  content: none !important;
}

}
