/*Mobile-------------------------------------*/
@media only screen and (max-width: 799px) {
  .heading-commission-structure {
    color: var(--main-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    text-align: center;
  }
  .structure {
    font-size: 1.15em;
    background-image: url(/public/assets/k11-min.jpeg);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    color: var(--main-blue);
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    padding: 3em;
    border-radius: 10px;
    margin: 1em;
  }
  .structure h1 {
    padding-bottom: 0.75em;
    font-size: 1.3em;
    
  }
}

/*Tablet-------------------------------------*/
@media only screen and (min-width: 800px) and (max-width: 1099px) {
  .heading-commission-structure {
    color: var(--main-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7em;
    padding: 2em 2em 0 3em;
  }
  .structure {
    font-size: 1.15em;
    width: 80%;
    background-image: url(/public/assets/k11-min.jpeg);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    color: var(--main-blue);
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    padding: 3em;
    border-radius: 10px;
    margin: 1em;
  }
  .structure h1 {
    padding-bottom: 0.75em;
    font-size: 1.4em;
  }
}

/*Desktop-------------------------------------*/
@media only screen and (min-width: 1100px) {
  .heading-commission-structure {
    color: var(--main-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    padding: 2em 2em 0 3em;
  }
  .structure {
    font-size: 1.15em;
    width: 80%;
    background-image: url(/public/assets/k11-min.jpeg);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    color: var(--main-blue);
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    padding: 3em;
    border-radius: 10px;
    margin: 1em;
  }
}

.section-4 {
  background-color: white;
  color: black;
  padding: 2em;
  background-color: var(--main-blue);
  background: 
  /* top, transparent red, faked with gradient */ 
  linear-gradient(
    rgba(19, 76, 133, 0), 
    rgba(20, 107, 173, 0)
  ),
  /* bottom, image */
 
  url(/public/assets/k11-min.jpeg);
  
 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.structure-container {
  padding: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.structure h1 {
  padding-bottom: 0.75em;
 
}

