/*Desert Editor Stylesheet*/
html, body {
	font-family: 'Roboto',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

p {
	line-height: 2rem;
}

a {
	color:#444;
}

a:hover: {
	color:#000;
}

blockquote {
	border-left:5px solid #ccc;
	background-color: transparent !important;
	color:#222;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin-left: 10%;
	overflow: hidden;
	padding: 5px;
	width: 80%;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}
