﻿
#hpselling {
	background-image: url("/gfx/bb-hp-selling.jpg");
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#hpselling h2 {
	width: 100%;
	text-align: center;
	display: block;
	font-family: Playfair;
	font-weight: normal;
}

#sellingbttbox {
	display: table;
	width: auto;
	margin: 40px auto;
}

#sellingbttbox a {
	float: left;
}

#sellingbttbox a:first-child {
	margin-right: 20px;
}

/*media queries*/
@media screen and (max-width:500px) {
	#hpselling h2 {
		font-size: 25px;
		line-height: 27px;
	}

	#sellingbttbox a {
		clear: left;
		margin: 10px auto;
	}

	#hpselling {
		background-attachment: scroll;
	}

	#hpselling .jpbttsmall, #hpselling .jpbttbig {
		width: 200px;
	}
}
