@font-face {
    font-family: "DancingScript Medium";
    src: url('fonts/DancingScript/DancingScript-Medium.ttf');
}

@font-face {
    font-family: "ErasLight";
    src: url('fonts/ErasLight.otf');
}

@font-face {
    font-family: "DancingScript Bold";
    src: url('fonts/DancingScript/DancingScript-Bold.ttf');
}

body {
    font-family: 'Helvetica Neue', sans-serif;
    background-image: linear-gradient(rgba(96, 96, 96, 0.5), rgba(255, 255, 255, 0.7)),
    url("../image/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

html, body {
    height: 100%;
}

h1, h2 {
    font-family: 'ErasLight', serif;
    color: white;
    font-size: 65px;
}

h3 {
    color: #1d1d1b;
    font-weight: bold;
    font-size: 35px;
}

h4 {
    color: #1d1d1b;
    font-weight: bold;
    font-size: 25px;
}

h5 {
    font-family: 'ErasLight', serif;
    color: white;
    font-size: 45px;
}

.smallTitle {
    font-family: 'ErasLight', serif;
    color: white;
    font-size: 30px;
}

.card-img-top {
    height: 10rem;
    object-fit: cover;
}

hr {
    background-color: #d0d0d0;
    width:20%
}

.bg-webshop {
    background-color: #1d1d1b;
}

.bg-webshop-light {
    background-color: #d0d0d0;
}

.inputLogin{
    border-radius: 10px;
    border: solid #929291;
    background-color: #929291;
    color: white;
    font-weight: bold;
}

.navTitle {
    border-left: solid 1px white;
}

.navTitle p {
    font-size: 19px;
    color: white;
}

.navTitle a {
    font-size: 19px;
    color: #d0d0d0 !important;
}

.navTitle a:hover {
    color: white !important;
}

.active{
    color: white !important;
}

.btn-primary{
    background-color: #1d1d1b;
    border: none;
}

.btn-primary:hover{
    background-color: #d0d0d0;
    color: #1b1b1b;
    border: none;
}

.link-webshop{
    color: #d0d0d0;
}

.category a {
    background-color: #1b1b1b;
    margin-bottom: 1.1rem;
    color: #d0d0d0;
    border-radius: 5px;
}

.category a:hover {
    background-color: #d0d0d0;
    color: #1b1b1b;
}

.borderWebshop{
    border: solid #1b1b1b 1px;
}

.card-title a{
    color: #1b1b1b;
}

/* KNP PAGINATOR */

.page-link{
    color: #1b1b1b;
}

.page-link:hover{
    background-color: #1b1b1b;
    color: #d0d0d0;
}

.active span{
    border: #d0d0d0;
}

.font-white{
    font-family: 'ErasLight', serif;
    color: white;
    font-size: 20px;
}

.font-white-article{
    color: white;
    font-size: 20px;
}

.font-dark{
    font-family: 'ErasLight', serif;
    color: #1b1b1b !important;
}

.divNumber{
    width: 8em;
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.img-thumbnail {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}


.header-area {
    position: relative;
    height: 8vh;
    background-size: cover;
}

.header-area-order {
    position: relative;
    height: 5vh;
    background-size: cover;
    background-color: rgba(96, 96, 96, 0.5);
}

.sentenceHeaderOrder {
    color: #272727;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
    .img-thumbnail {
        width: 100%;
        height: 60vw;
        object-fit: cover;
    }
}

@media (max-width: 800px) {
    .img-thumbnail {
        width: 100%;
        height: 60vw;
        object-fit: cover;
    }

    .header-area-order {
        height: 8vh;
    }
}


@media (max-width: 650px) {
    .img-thumbnail {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }
}


@media (max-width: 500px) {
    .centerForm {
        min-width: 90%;
    }

    .img-thumbnail {
        width: 100%;
        height: 70vw;
        object-fit: cover;
    }

    .homeContainer{
        width: 100% !important;
    }

    .homeHeight{
        height: 125% !important;
    }
}