
.header {
    padding: 10px;
    size: 30px;
    text-align: center;
    background-color: #cccccc; 
  }  

.row {
    display: flex;
  }
  
.column {
    flex: 50%;
  }
  
h1 {
      padding: 0.1rem;
  }

img {
    max-width: 50%;
    height: auto;
}

#interesse {
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    text-align: left;
}

#productomschrijving {
  font-family: 'Montserrat', sans-serif;
  font-size: 2vw;
  text-align: left;
}

.modal-body {
  text-align: center;
}
#producten {
  font-size: 2vw;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color:  #8d8989;
}

.jumbotron {
    color: rgb(29, 3, 29);
    background-color: white;
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
}

#contactinfo {
    color: grey;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
}

.column {
    float: left;
    width: 50%;
  }

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#price {
  color: #1E0A7E;
  font-weight: bold;
  font-size: 2vw;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

