@charset "utf-8";
/* CSS Document */

/*.hero-shot {
	background-image: linear-gradient (gray, white);
	display: block;
}*/

/* {
	border: 1px solid red;
}*/

.title {

	text-align: center;
}

h1, h2, h3, p, div {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 16em;
	margin: auto;
	font-weight:lighter;
		text-align: center;
}
h2 {
	font-size: 2em;
	margin:auto;
	font-weight:100;
	color: #7C7C7C;
}
.sub-italic {
	font-style: italic;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: auto;
	background-color: #DCDCDC;
}
p {
	display:block;
}
img {
	margin-top: 20px;
	margin-left: 212px;
	margin-right: 212px;
}
.body_data {
	width: auto;
	height: auto;
	border:#DC484B;
	padding: 50px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.highlights {
	width: 400px;
	height: auto;
	border:#DC484B;
	
	background-color: #FFFFFF;
	margin: 0;
	float: left;

}
.price-breakdown {
	margin: 0;
	width: 400px;
	height: auto;
	border:#DC484B;
	
	background-color: #FFFFFF;
	float: right;  
}
.specs-box {
	width: auto;
	height: 200px;
	border:#DC484B;
	padding: 50px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.bottom-deets {
	width: auto;
	height: auto;
	padding: 30px;
}

.apple-link {
	float: right;
	position: inherit;
}
footer {
	float: left;
}
ol, ul, li {
	padding: 5px;
}
header {
	color: #3082D8;
}
@media screen and (max-width: 1000px) {

header {
	color: #43DB41;
}
}

@media screen and (max-width: 750px) {

header {
	color: #DB1215;
}

}