html {
	scroll-behavior: smooth;
}

body {
	width:auto; 
	max-width:auto;
	min-width: 380px;
	padding:0;
}

main {
	margin-top: 4vw;
}

a:hover {
  text-decoration: none;
}

footer {
	color: white;
	background-color: #1d4781;
	margin-top: 50px;
}

footer a, footer a:hover {
	color: white;
}
footer a:hover {
	text-decoration: underline;
}

.container>.row {
	margin-bottom: 3vw;
}

div.bg-grey {
	background-color: rgb(242, 242, 242);
}

div.bg-gras {
	background-image: url("../images/bg_gras.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: contain;
	overflow: hidden;
	
	padding-bottom: 15vw !important;
}

div.bordered-blue {
	border: 3px solid #1d4781;
}

div.bordered-blue-thin{
	border: 2px solid #1d4781;
}

.bg-dark-orange {
	background-color: #be8130;
}

.header-bg {
	width: 100%;
	min-height: 230px;
	height: 45vw;
	margin-top: 90px;
	background-image: url("../images/header_bg_2026.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

ul.list-heart, ul.list-luck, ul.list-egg {
	list-style-type: none;
	padding-inline-start: 30px;
	margin-bottom: 30px;
}

ul.list-heart li, ul.list-luck li, ul.list-egg li {
    background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 35px;
}

ul.list-heart li {
	background-image: url("../images/list_heart.png");
	background-size: 34px 32px;
	padding-left: 50px;
}
ul.list-luck li {
	background-image: url("../images/list_luck.png");
	background-size: 35px 35px;
	padding-left: 50px;
}
ul.list-egg li {
	background-image: url("../images/list_egg.png");
	background-size: 26px 33px;
	padding-left: 42px;
}

ul.list-heart a, ul.list-heart a:hover {
	color: black;
}

.blue-button {
	color: white;
	background-color: #1d4781;
	background-image: url("../images/icon_stack.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 70px;
	line-height: 1;
}

.blue-button p {
	margin-bottom: 0px;
}

#counter {
	padding-top: 20px;
	background-color: #eea13c;
}

#counter p {
	padding: 10px;
}

#counter .container>.row {
	margin-bottom: 0px !important;
}

.dealer-point {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 320px;
}
.dealer-point p {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.dealer-point.high-stock {
	background-image: url("../images/high_stock.png");
}
.dealer-point.low-stock {
	background-image: url("../images/low_stock.png");
}
.dealer-point.no-stock {
	background-image: url("../images/no_stock.png");
}
.stock-text {
	width: 7em;
}
.dealer-point.high-stock .stock-text, .dealer-point.no-stock .stock-text {
	text-align: center;
	color: white;
	font-size: 0.85rem;
}

.dealer-point.low-stock .stock-text {
	text-align: center;
	color: black;
	font-size: 0.85rem;
}

.dealer-point .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.dealer-point .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 992px) { 
	.header-bg {
		margin-top: 130px;
	}
}
 