html.mobile {
	font-size: 1em; 
}

body.mobile {
	width: 100%;
}

.mobile .paddOnMobile {
	padding-left: 4% !important;
	padding-right: 4% !important;
}

.mobile .hideOnMobile {
	display: none !important;
}

.mobile .stackOnMobile,
.mobile .innerStackOnMobile .stack {
	flex-direction: column;
}

.mobile img,
.mobile .imgContainer,
.mobile .imgContainer img {
	width: 100%;
}

.mobile iframe {
	width: 100%;
}

.mobile #wrapper {
	width: 100%;
}

.mobile #wrapper > section .brandDescription {
	flex-direction: column-reverse;
}

.mobile #wrapper > section .brandDescription .col1 {
	text-align: center;
}

.mobile #wrapper > section .brandDescription .col1 img {
	width: 50%;
}

.mobile #wrapper > section .brandDescription .col2 .silohuette {
	width: 80%;
}

.mobile #wrapper > section .brandDescription .col2 h1 {
	font-size: 4rem;
}

.mobile #wrapper > section .brandDescription h1, 
.mobile #wrapper > section .brandDescription h2 {
	font-size: 3rem;
}

.mobile #wrapper > section .brandDescription p {
	font-size: 2rem;
}

.mobile #wrapper section .productsContainer h1 {
	font-size: 4rem;
}

.mobile #wrapper .productListing h2 {
	font-size: 3.6rem;
}

.mobile #wrapper .productListing p {
	font-size: 2rem;
}

.mobile #wrapper .productListing .golfBall {
	width: 30%;
}

.mobile #wrapper > footer > div {
	display: flex;
	flex-direction: column;
}

.mobile #wrapper > footer > div div {
	display: block;
}

.mobile #wrapper > footer .contactAdvertiser > header{
	text-align: center;
	padding: 2rem 0% 2rem 0%;
}

.mobile #wrapper > footer .claim.signature p {
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.mobile #wrapper > footer .contactForm h3 {
	text-align: center;
	font-size: 3rem;
}

.mobile #wrapper > footer .contactForm p {
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col1 label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col1 input {
	height: 4rem;
	border-radius: 1rem;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 textarea {
	height: 10rem;
	border-radius: 1rem;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 input[type="submit"] {
	float: right;
	font-size: 2rem;
}