@font-face {
	font-family: 'fregular';
	src: url('../fonts/FRegular.otf');
}
@font-face {
	font-family: 'fbold';
	src: url('../fonts/FBold.otf');
}
@font-face {
	font-family: 'fextrabold';
	src: url('../fonts/FExtrabold.otf');
}

html {
	font-size: 1.5vw;
	font-family: 'fregular',sans-serif;
}
body {
	text-align: center;
	background: white;
}
div#content {
	position: relative;
}
h1,h2,h3,h4,b {
	margin: 0;
}
#chair h1 {
	font-family: 'fbold',sans-serif;
	font-size: 7.6rem;
	line-height: 95%;
}
#chair h2 {
	font-family: 'fextrabold',sans-serif;
	font-size: 2rem;
}
#paypal h3 {
	font-family: 'fextrabold',sans-serif;
	font-size: 1.5rem;
}
#infos h3 {
	font-family: 'fbold',sans-serif;
	font-size: 1.3rem;
	margin: 0.8rem 0 0.4rem;
}
#contact h4 {
	font-family: 'fbold',sans-serif;
	font-size: 100%;
	margin-bottom: 0.5rem;
}
a {
	text-decoration: none;
	color: inherit;
}
div#logo {
	position: absolute;
	text-align: left;
	z-index: 1;
}
div#logo .pic {
	position: relative;
	width: 24%;
	height: auto;
}
div#logo .pic img {
	width: 100%;
	height: auto;
}
div#buy-delete {
	position: absolute;
	right: 1%;
	text-align: left;
	z-index: 1;
	padding: 0.7rem 1.8rem;
	border-radius: 0.4rem;
	text-align: center;
}
div#main {
	position:relative;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
div#chair {
	display: flex;
	flex-direction: row;
	text-align: left;
}
div#chair .text {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
div#chair>.text {
	padding: 7.2rem 0 3.2rem 1.8rem;
	width: 43%;
}
div#chair>.pic {
	text-align: right;
	width: 57%;
}
div#chair>.pic img {
	width: 73%;
    margin-top:  2rem;
    margin-left: 30%;
}
div#paypal {
	display: flex;
	justify-content: space-between;
}
div#paypal .text {
	font-size: 80%;
}
div#paypal .pic {
	margin: 0 2rem;
	height: 3.5rem;
}
div#paypal .pic img {
	height: 100%;
}
div#buy {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
div#buy b {
	padding: 0.7rem 1.8rem;
	border-radius: 0.4rem;
}
div#infos {
	display: flex;
	text-align: left;
}
div#infos>div {
	margin: 0.33em;
	width: 32%;
}
div#infos img {
	width: 100%;
}
div#contact {
	text-align: left;
	margin-top: 3rem;
	padding-left: 5%;
}
div#contact .text {
	padding: 1.5rem 0;
	font-size: 90%;
}
div#contact b {
	display: inline-block;
	margin-right: 0.6rem;
}


.grey-border {
	border: 0.1rem solid #707070;
}
.purple {
	color: #87176F;
}
.purple-bk {
	background: #87176F;
	color: white;
}
