.navbar {
    background-color:black;
    z-index: 1;
}
.nav-link,
.navbar-brand {
    color: white;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: grey;
}
.navbar-collapse {
    justify-content: flex-end;
}

body {
    padding: 0;
    margin: 0;
    background-color: black;
    font-family: 'Sawarabi Gothic', sans-serif;
}

h1{
    color: white;
    padding-bottom: 80px;
}

.header {
    background-image: url('images/BackgroundSite4.jpg');
    background-size:cover;
    position:relative;
    background-repeat: no-repeat;
}

.description {
	left: 50%;
	position:absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.description h1 {
	color: white;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
    border:1px solid #fff;
    background:black;
    border-radius: 0;
    color:#fff;
}
.description button:hover {
	border:1px solid #fff;
    background:#fff;
    color:#000;
}

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}
.feature-title {
	color: white;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}

.fa-w{
    color: white;
}

.fa-cart-shopping{
    color: #fff;
}

.fa-cart-shopping:hover{
    color: gray;
}

.row{
    color: #fff;
}
.feature-title{
    color: #fff;
}

.container{
    background-color: #222;
}
.links{
    color: #fff;
}
.links:hover{
    color: #fff;
}

.relatief{
    position: relative;
}

.product-overlay {
    position: absolute;
    padding-left: 15px;
    padding-top: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.3s;
}

.product:hover .product-overlay {
    opacity: 1;
}

.product{
    position: relative;
    align-items: center;
    padding-bottom: 0px;
}

.Products,
.Products:hover{
    color: white;
}