.btn {
  color:grey;
}
.btn.active {
  color:black;
  font-weight: bold;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.navFixed {
  background-color: #e3f2fd; 
  display: flex; 
  align-items: flex-end; 
  list-style:none; 
  position: fixed; 
  margin-top:-1px; 
  width: 100%; 
  z-index: 1;
}
.navFixed2 {
  border-style: solid;
  border-width: 2px;
  border-color: #e3f2fd; 
  background-color: white;
  position: fixed; 
  left: 2px;
  z-index: 1;
  width: 100%;
  
}
.notUnderlined {
  text-decoration: none;
  font-style: italic;
}
.container-content {
  padding-top: 44px;
  padding-left:65px;
  padding-right:65px;
  text-align: justify;
}
.tabContent {
  margin-top: 30px;
}
.imgBorder {
  border-width: 1px; 
  border-color: black; 
  border-style: solid; 
  max-height: 600px; 
  object-fit: scale-down;
}
.divRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}


.section {
  position: relative;
}
.section span {
  top: -80px;
  pointer-events: none;
  position: absolute;
}

.blockSpacingSimple {
  padding-top: 20px;
}