
section {
    height: 100vh;
}

p, h1, a, li {
}

.image {
    min-height: 80%;
    max-height: 100vh;
    bottom: 0;
    margin-bottom: 11rem;
    left: 0;
    overflow: auto;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    z-index: -3;
}

.header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -250%);
    color: black;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 2px grey;
    text-align: center;
}

.container {
    display: flex;
    display: -webkit-flex;
    margin-left: 40%;
    padding: 2rem;
    text-align: justify;
    margin-top: 2rem;
}

.side-text {
    padding-top: 3rem;
    text-align: center;
    font-size: 1.2em;
    position: absolute;
    left: 20%;
    font-size: 2em;
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 2px grey;

}

.flowchart-box {
    margin-top: 5rem;
    padding: 3rem;
}

#golfstrom {
    margin-top: 9rem !important;
}

#carousel-container {
    position: relative;
    /* Add any necessary styling for the carousel box */
  }
  
.controls {
  align-items: stretch;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
  
  .controls button {
    position: relative;
  }
  
  .controls button.glide__prev {
    
  }
  
  .controls button.glide__next {
    margin-left: 1rem;
  }
  
.carousel-text{
}

[id^=mermaid] {
    max-width: 1000px !important;
}

<!-- accordion 
.accordion {
  max-width: 400px;
  margin: 0 auto;
}
.accordion-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.accordion-title {
  background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer;
}
.accordion-title:hover {
  background-color: #e1e1e1;
}
.accordion-content {
  padding: 10px;
  display: none;
}


input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #5b6078	;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #24273a	;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #5b6078	;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #24273a	;
}

input:checked + .tab-label {
  background: #24273a	;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.header-style{
  color: black;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 2px 2px grey;
  text-align: center;
}

.mobile-header-style{
  color: #cad3f5;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 2px 2px black;
  text-align: center;
}


.container-map {
  position: relative;
  width: 100%;
}

.container-map img{
  width: 100%;
  height: auto;
}

.container-map .btn{
  position: absolute;
  width: 7%;
  top: 11%;
  left: 27.5%;
  border: none;
  background-color: transparent;
}

.container-map .btn2{
  position: absolute;
  width: 7%;
  top: 22%;
  left: 73.5%;
  border: none;
  background-color: transparent;
}

.info{
  position: fixed;
  z-index: 10;
  height: 96%;
  width: 96%;
  overflow: auto;
  top: 2%;
  left: 2%;
}
.close-popup {
  padding: 0!important;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2.7rem;
  cursor: pointer;
  border-radius: 1rem;
  height: 60px;
  width: 60px;
}

.close-popup:hover {
  color: black;
  background-color:#cad3f5;
}

.pop-header {
  margin: 1.1rem;
  text-align: center;
}

.show {
  display: block !important;
}

.mobile-image {
  width: 100%;
}

.top-header {

}

.mobile-header {
  position: absolute;
  color: black;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 2px 2px grey;
  text-align: center;
}