html {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family: Droid Sans;
	font-size: 100% ;
	hyphens: manual;
	line-height: 24px;

	/* disable text resize in landscape. e.g. on iphone */
	text-size-adjust: none;
}

hr {
	background: #eaeaea;
	border: none;
	clear: both;
	height: rem(1px);
	margin: 1rem 0;
	flex-basis: 100%;
}

/**
 * Links
 */
a {
	color: #000;
	word-wrap: break-word;
	}

a:focus, a:hover, a:active {
		color: #6f7275;
	}


	img {
		border: none;
		margin-left: auto;
    		margin-right: auto;
    		display:block;
	}

}
