body {
    color: rgb(85, 85, 85);
    font-weight: 300;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* font-family: 'Open Sans', sans-serif; font-family: 'Patrick Hand SC', cursive; font-family: 'Roboto Flex', sans-serif; */
}

.skillpics {
    max-height: 5rem;
    padding-right: 1rem;
}

.nounderline {
    text-decoration: none;
}

h1 {
    font-family: 'Patrick Hand SC', cursive;
    color: #b96831;
    font-size: 3.5rem !important;
}

h2 {
    font-weight: 400;
    font-size: 2rem;
    color: rgb(66, 65, 85);
}

h5 {
    color: rgb(0 0 102)
}

#contact {
    font-size: xx-small;
}

.fotomax {
    max-width: 99%;

}
.card-img, .card-img-top {
  height: 240px;
}

.voetjes  {
    color: #c8c8c8;
}

.voetjes2 {
    color: #696969;
}

.dhimg {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.contactgegevens {
	font-family: 'Patrick Hand SC', cursive;
  	color: #b96831;
  	font-size: 2rem;
  	}
  	

@media (max-width:992px) {
    .col-sm-0 {
        display: none !important;
    }
}

@media (min-width:993px) {
    .col-lg-0 {
        display: none !important;
    }
}

.card-text {
    height: 5rem
}


