@font-face {
    font-family: "MoonFlower Regular";
    src: url('fonts/moon_flower/MoonFlowerBold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Poppins Regular";
    src: url('fonts/poppins/Poppins-Regular.ttf');
}

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

@font-face {
    font-family: "Poppins Bold";
    src: url('fonts/poppins/Poppins-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 {
    color: black;
    font-size: 45px;
}

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

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

h5 {
    font-family: 'Poppins Regular', serif;
    color: black;
    font-size: 45px;
}

.smallTitle {
    color: black;
    font-size: 30px;
}

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

hr {
    background-color: white;
    width:20%
}

.bg-webshop {
    background-color: white;
}

.bg-webshop-light {
    background-color: white;
}

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

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

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

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

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

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

.active{
    color: black !important;
}

.btn-primary{
    background-color: white;
    color: black;
    border: none;
}

.btn-primary:hover{
    background-color: dimgrey;
    color: white;
    border: none;
}

.link-webshop{
    color: black;
}

.category a {
    background-color: white;
    margin-bottom: 1.1rem;
    color: black;
    border-radius: 5px;
}

.category a:hover {
    background-color: black;
    color: white;
}

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

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

/* KNP PAGINATOR */

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

.page-link:hover{
    background-color: white;
    color: black;
}

.active span{
    /*background-color: black !important;*/
    /*border: white;*/
}

.font-white{
    color: black;
}

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

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

.font-dark{
    color: white;
}

.divNumber{
    width: 8em;
}

.promo{
    text-decoration:line-through;
}

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

.navbar-toggler{
    background-color: #1b1b1b !important;
}

.highlightLib{
    color: green;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

/** CAROUSEL **/

.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card img {
    max-width: 100%;
    max-height: 100%;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.eye {
    margin: 100px;
    width: 13px;
    height: 13px;
    border: solid 1px #000;
    border-radius:  75% 15%;
    position: relative;
    transform: rotate(45deg);
}
.eye:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

/* RESPONSIVE */

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

    .homeContainer{
        width: 100% !important;
    }

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