*
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	font-family: 'Muli', Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.5209vw;
	color: #333;
	height: 100%;
	position: relative;
	width: 100%;
}

body
{
	background-color: #f7f7f7;
	font-size: 4rem;
	font-weight: 200;
	margin: 0 0 6rem;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	position: relative;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	z-index: 0;
}

.flexRow
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
}

.flexColumn
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.container
{
	padding: 0 4rem;
}

.header
{
	padding: 4rem;
	text-align: center;
}

.headerLogo
{
    max-width: 196px;
	width: 60rem;
}

.footer
{
	padding: 8rem 2rem 4rem;
	text-align: center;
}

.footer a
{
	color: #333;
	padding: 0 4rem;
	text-decoration: none;
}


/***********************************************************************
 * PRODUCT
 **********************************************************************/
.productImage
{
	max-width: 450px;
	width: 45rem;
}

@media only screen and (max-width: 1024px)
{
	html
	{
		font-size: 0.8vw;
	}
}

@media only screen and (max-width: 640px)
{
	html
	{
		font-size: 1vw;
	}
}