#mainNav.navbar-shrink{
     background: rgba(255,255,255,0.8);
}
#mainNav.navbar-shrink svg{
   height: 2em;
}
@media (max-width: 400px) {
    svg{
        height: 3em;
    }
    
}
section.download{
    background: rgb(128,189,255);
    background: linear-gradient(0deg, rgba(128,189,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(128,189,255,1) 100%);
}
section.contact{
    background-color: #80BDFF;
}
.thumbnail {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contact-image img
{
        border-radius: 6rem;
        width: 11%;
        margin-top: -5%;      
}

@media (max-width: 400px) {
    .contact-image img
    {
    width: 25%;
    }
}

.feature-item
{
    font-size: 4em !important;
}

.modellen{
height: 450px;
}

#nevada{
   margin-top:25%;
}

#logo
{
    width: 80%;
}



.container-image {
    position: relative;
    text-align: center;
    color: white;
  }

  .centered-text-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    gap: 2rem;
    margin: 4rem 5vw;
    padding: 0;
    list-style-type: none;
  }
  
  .card-menu {
    position: relative;
    display: block;
    height: 100%;  
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
  }
  
  .card__image {      
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: calc(var(--curve) * 1px);    
    background-color: rgb(255, 255, 255);      
    transform: translateY(25%);
    transition: .2s ease-in-out;
  }
  
  .card-menu:hover .card__overlay {
    transform: translateY(0);
  }
  
  .card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;    
    background-color: #fff;
    transform: translateY(-25%);
    transition: .2s ease-in-out;
  }
  
  .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
  }
  
  .card__arc path {
    fill: #fff;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
  }       
  
  .card:hover .card__header {
    transform: translateY(0);
  }
  
  .card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;      
    border-radius: 50%;      
  }
  
  .card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #6A515E;
  }
  
  .card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";  
    font-size: .8em; 
    color: #000000;  
  }
  
  .card__status {
    font-size: .8em;
    color: #000000;
  }
  
  .card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: #000000;
    font-family: "MockFlowFont";   
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }    

  * {
    box-sizing: border-box;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    gap: 100px;
    text-align: left;
  }

  #aanbWarmte
  {
    min-width: 400px;
    height: auto;
  }

  @media (max-width: 1000px) {
    .flex-container {
      flex-direction: column;
    }
  }