@font-face {
    font-family: "Antiqua";
    src: url("../fonts/BKANT.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Antiqua";
    src: url("../fonts/ANTQUAB.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Antiqua";
    src: url("../fonts/ANTQUAI.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Antiqua";
    src: url("../fonts/ANTQUABI.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Carlito";
    src: url("../fonts/Carlito-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Carlito";
    src: url("../fonts/Carlito-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Carlito";
    src: url("../fonts/Carlito-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Carlito";
    src: url("../fonts/Carlito-BoldItalic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: "Carlito";
    background-color: black;
    color: #a0918f;
    background-image: url('../images/background.jpg');
    background-size: 1920px auto;
    background-position-y: center;
    background-position-x: center;
}

a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.social {
    width: 100%;
    text-align: center;
}

.social a {
    display: inline-block;
    margin: 0 51px;
}

.social img {
    width: 128px;
    opacity: 0.6;
}

.social img:hover, .social img:active {
    opacity: 1;
}

.center-image {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-listing {
    padding: 1rem;
    border-radius: 5px;
    background-color: #343a40;
    height: 450px;
    margin-bottom: 1.5rem;
}

.product-listing img {
    padding: 3px;
    border-radius: 0 !important;
    border: 1px solid #c7a5a6;
    width: 100%;
    margin-bottom: 2rem;
}

.product-image {
    padding: 3px;
    border-radius: 0 !important;
    width: 100%;
    border: 1px solid #c7a5a6;
    border-radius: 5px;
}

.basket-image {
    height: 64px;
    max-width: 64px;
}

.basket-table td {
    vertical-align: middle;
}

.languages a {
    padding-left: 8px;
}

.languages img {
    width: 32px;
    height: 32px;
}

.languages {
    margin-right: 2rem;
}

.homepage-text {
    text-shadow: 2px 2px 3px black;
    font-family: Antiqua;
}

.navbar.transparent {
    background-color: transparent !important;
}
