
/* -----------iPads (portrait and landscape) ------------------------ */
@media (max-width : 800px) {
/* Styles */


#header-white, #header-smoke {
	width: 100%;
}
#header-white .content, #header-smoke .content, #modal-nav #nav .content {
	width: 90%;
}
#content-wrapper {
	width: 100%;
}
#content-wrapper .section {
	width: 100%;
	padding: 20px 0;
}
img.logo {
	margin: 20px 0;
}
h1.headline {
	font-size: 30px;
}

.content hr {
	margin: 20px 0;
}

.bg-home img {
	width: 100%;
}

#modal-nav .content {
	padding: 10px 0;
}


#modal-nav .topnav a {
	display: inline;
    font-size: 14px;
    margin: 0 5px;
    padding: 0;
}
#openModal-nav #modal-nav p {
    font-size: 20px;
    margin: 0 0 5px;
}
#modal-nav hr {
    width: 90%;
    margin: 10px auto;
}
.spacer80 {
	height: 20px;
}

.bg-home .inner {
	width: 100%;
	padding: 0;
	margin: 0;
}
.bg-home .fourcolumn {
	max-width: 100px;
	margin: 0 0 20px 0;
}

#content-wrapper .column1, #content-wrapper .column2 {
	float: none;
	width: 100%;
}

#content-wrapper .column1 p, #content-wrapper .column2 p {
	padding: 0 10px;
}

.content img {
	max-width: 100%;
}
.content h1 {
	margin: 0 0 10px;
}
.content h2 {
	line-height: 1.25em;
}
.content p {
	display: block;
	font-size: 15px;
	padding: 0;
}
.content p.beautiful-type {
	font-size: 55px;
	margin: 20px 0 0;
}
.content p.quote {
	margin: 0 0 10px 0;
	letter-spacing: 0;
	font-size: 24px;
}
p.color a {
	font-size: 15px;
}
.spacer120 {
	height: auto;
}
h2.kerning, h2.color, img.project {
	margin: 20px 0 0;
}
p.kerning {
	margin: 0 0 20px;
}

img.first, .project img, .glasslewis img, .apple img {
	margin: 20px 0 0;
}
.spacer60 {
    height: 20px;
}
.onex {
    font-size: 40px;
}
.twox {
	font-size: 80px;
}
p.x {
    margin: 25px 0 20px;
}
.content p.smalltext {
	font-size: 11px;
}
.bg-home .inner {
	margin: 10px 0 0;
}
.bg-home h1 {
    font-size: 28px;
    line-height: 1.1em;
    text-align: center;
}
.bg-home .fourcolumn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.bg-home .subhead {
	margin: 20px 0 0;
}
.bg-home p {
	text-align: center;
}
div.bg-home img {
	width: 100%;
}

}


/* Smartphones (portrait and landscape) -----------  */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */





}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */

}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}


 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}