.product-type,
.stockists {
	cursor: pointer;
}

section {
	min-height: 100vh;
	position: relative;
}

section#top {
	background-image: url("../images/medlar-bg.svg");
	background-repeat: no-repeat;
}

section.panel .container {
	padding: 4rem 2rem;
}

section .strapline {
	margin-top: -1.5rem;
}

p {
	font-size: 2rem;
}

.logo {
	width: 19.5rem;
	margin-bottom: 3rem;
}

span.strap {
	font-weight: lighter;
}

@media only screen and (max-width: 1024px) {
	section.panel .container {
		padding: 4rem 3rem;
	}
}

@media only screen and (max-width: 640px) {
	#landing .row {
		flex-direction: column !important;
		justify-content: center;
	}
}
