.has-same-height .card {
  height: 320px;
  overflow: hidden;
}

.card-content h3 {
  text-align: center;
}

.table-profile td,
th {
  border: none !important;
}

.table-profile td:first-of-type {
  font-weight: bold;
}

.skills-content .media {
  margin: 0 !important;
  padding: 4px !important;
  border: 0 !important;
}

.skills-content .progress {
  height: 4px !important;
}

.custom-tags {
  text-align: center !important;
  display: block;
}

.portfolio-container .card {
  margin-bottom: 2em;
}

.section-heading {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 6em;
}

.bg-img {
    background-image: url("https://lazfactory.octolynx.nl/img/achtergrond.jpeg");
    /*background-position: center center;*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-color: #3F6896; 
	background-size: 100% 100%;
}

.bg-color{
	background-color: #3F6896;
}

.section{
	color:white;
}

.title{
	color:white;
}
.subtitle{
	color:white;
}
.strong{
	color:white;
}