@charset "UTF-8";
/* CSS Document */

/*--------- Prevents resizing of text in landscape mode ---------*/
html, body {
	-webkit-text-size-adjust: none;
}

body {
	font-family:'Raleway', sans-serif;
	background-color: #000;	
	margin: 10% auto;
}

section {
	margin-left: 5%;
}

h1 {
	font-size:520%;
	color: #ff9900;	/*  Orange Typeface  */
}

h2 {
	margin-top:-65px;
	margin-left:6px;
	font-size: 225%;
	color: #ff9900;	/*  Orange Typeface  */
}

li {
	margin-left:-10px;
	font-size: 110%;
	color:#ff9900;
	line-height: 150%;
}

.highlight-phone {
	color:#606060;
}
.highlight-tablet {
	color:#ff9900;
}
.highlight-desktop {
	color:#606060;
}

.highlight-dimension-phone {
	color:#000;
}

.highlight-dimension-tablet {
	color:#ff9900;
	margin-left:15px;
	font-size:200%;
}

.highlight-dimension-desktop {
	color:#000;
}