@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}


.logo {
    max-width: 100%;
    height: 50%;
}

.logo-vignes {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vignes-header {
    background-color: black;
    height: 15%;
    position: relative;
}

/* NEW CSS */

h5 {font-size: 27px!important;}

body {
    background-color: #000!important;
}

.container {
    background: #000;
}

.card {
    width: 100%;
    border: 1px solid #000!important;
    box-shadow: none!important;
    background: #000!important;
}

.card-img-top {
    width: 100%;
}

.card-body {
    background: #121111;
}

.card-title {
    color: #FFF!important;
}

p {
    color: #FFF;
}

.btn-primary {
    background-color: #CE9F51!important;
    border: 0!important;
}

.row {margin-bottom: 2%;}

@media screen and (max-width: 1200px) {
.card-title {
    font-size: 3rem!important;
    text-align: center;
}
p {
    font-size: 2rem!important;
    text-align: center;
}
a {
    font-size: 2rem!important;
    text-align: center;
}
a.btn {    
    width: 100%;
    padding: 17px;
}
.card {margin-bottom: 20px;}
}
