a {
    text-decoration: none;
}

/*
body {
    font-size: 15px;
    background-color: #fff;
    color: #454c5c;
}
*/

.fs-7 {
    font-size: 15px;
}

.footer {
    color: hsl(210,8%,60%);
    background-color: rgba(255, 255, 255, 0.01);
	padding: 30px 25px 30px 25px;
    font-size: 14px;
}

.footer h6 {
    color: hsl(210,8%,75%);
}

.footer a {
    color: hsl(210,8%,60%);
	transition: all .2s;
}

.footer a:hover {
	color: hsl(210,8%,65%);
}

.header {
    background-image: url("../img/lv_bg.jpg");
    background-position: 0 75%;
    background-repeat: no-repeat;
    background-size: cover;
}

@font-face {
    font-family: 'pricedownblack';
    src: url('../fonts/pricedown.otf') format("opentype");
}

.header-title {
    font-family: 'pricedownblack';
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 0px 5px black;
    line-height: 0.9;
    margin-bottom: 25px;
    user-select: none;
}

.header-text {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px black;
    user-select: none;
}

.shop-card-icon {
    font-size: 60px;
}

.text-dark {
    color: rgba(255, 255, 255, 0.8) !important;
}

.bg-dark {
    background-color: #1d2024 !important;
}