/*--------------------------TEXT----------------------*/

h1, h2, h3 {
	font-weight: 300;
	text-align: center;
	line-height: 1.2em;
}

h1 {
	font-size: 28px;
	margin: 0 0 30px 0;
	letter-spacing: 0.02em;
}
h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0 0 10px 0;
    padding: 0;
}
h4 {
	font-size: 15px;
	margin: 0 0 10px 0;
}
p {
	text-align: center;
	line-height: 1.55em;
	margin: 0 0 10px 0;
	color: #5e5e5e;
}

a {
	color: #e6579b;
	text-decoration: none;
}
a:hover {
	color: #3e3e3e;
	cursor: pointer;
}
.content h2 {
	color: #5e5e5e;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 10px;
}
.content p {
	padding: 0 70px;
}
.content .narrow {
	width: 75%;
	margin: 0 auto;
}
.smalltext {
	font-size: 12px;
}
strong {
	font-weight: 600;
}

hr {
	margin: 60px 0;
}

.white {
	color: #fff;
}


/*------------------------nav-------------------*/

#header-white .content, #header-smoke .content {
	padding: 16px;
	font-size: 22px;
	text-align: left;
}

#header-white .content .menu, #header-smoke .content .menu {
	float: right;
	right: 5px;
	top: 0px;
	position: relative;
}

#openModal-nav #modal-nav a {
	color: #fff;
}
#openModal-nav #modal-nav a:hover {
	color: #cf1e5e;
}
#openModal-nav #modal-nav p {
	font-size: 40px;
	line-height: 1.4em;
	margin: 0;
}


/*------------------------home-------------------*/

.bg-home .inner {
	margin: 30px auto;
	width: 75%;
}
.bg-home .fourcolumn {
	float: left;
	padding: 0 60px 0 0;
}
.bg-home .fourcolumn.last {
	padding: 0;
}
.bg-home .fourcolumn p {
	padding: 0;
}

.bg-home h1 {
	font-size: 28px;
	color: #f9f9f9;
	text-align: left;
}
.bg-home p {
	color: #767681;
	text-align: left;
	margin: 0;
	font-size: 18px;
}
.bg-home .subhead {
	font-size: 22px;
	color: #f9f9f9;
}

div.bg-home img {
	margin: 0 auto;
	max-width: 100%;
}

/*------------------------content styles-------------------*/


h1.headline {
	font-size: 70px;
	line-height: 1.2em;
	font-family: 'Gilda Display', 'serif';
	letter-spacing: -.03em;
}

#content-wrapper .column1 p, #content-wrapper .column2 p {
	margin: 0 0 20px 0;
	text-align: left;
}

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

p.quote {
	font-size: 70px;
	line-height: 1.15em;
	color: #fff;
	margin: 0 0 50px 0;
	font-family: 'Gilda Display', 'serif';
	letter-spacing: -.03em;
	padding: 0;
}
p.quote-source, p.quote-company {
	color: #fff;
	margin: 0 0 0 0;
}

.beautiful-type {
	font-size: 140px;
    letter-spacing: -0.045em;
    line-height: 0.9em;
    margin: 35px 0 0 0;
    color: #3e3e3e;
}


h2.kerning {
	margin: 50px 0 0 0;
	font-family: 'Gilda Display', 'serif';
	letter-spacing: -.01em;
}
p.kerning {
	margin: 0 0 50px 0;
	font-family: 'Gilda Display', 'serif';
	letter-spacing: .02em;
	font-size: 26px;
}


h2.color {
	margin: 50px 0 0 0;
	color: #fff;
	font-family: 'Gilda Display', 'serif';
	letter-spacing: -.01em;
}
p.color {
	margin: 0 0 50px 0;
}

p.color a {
	color: #fff;
	font-family: 'Gilda Display', 'serif';
	letter-spacing: .02em;
	font-size: 26px;
}

img.color {
	margin: 40px 0 0 0;
}

img.coloripad {
	margin: -20px 0 10px 0;
}

img.project {
	margin: 70px 0 0 0;
}

.serif {
	font-family: 'Gilda Display', 'serif';
	letter-spacing: .02em;
}
.url {
	font-size: 24px;
	margin: 20px 0;
}

.content.glasslewis img, .content.proxymosaic img, .content.docusign img, .content.invision img {
	margin: 40px 0 20px;
}
.apple img {
	margin: 40px 0 20px;
}

img.logo {
	margin: 0 0 40px 0;
}

p.x {
	margin: 0 0 40px 0;
}
.onex {
	font-size: 60px;
	margin: 0;
}
.twox {
	font-size: 120px;
	color: #e6579b;
	margin: 0 0 0 10px;
}

img.first {
	margin: 60px 0 0 0;
}

.zoomedia img {
	margin: 30px 0 0 0;
}

.section.wanderful .content h2 {
	margin: 20px 0 10px;
}


/*------------------------misc-------------------*/


.go-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: white;
	background-color: #ddd;
	opacity: .7;
	font-size: 30px;
	padding: 0.1em 0.4em;
	display: none;
	border-radius: 5px;
}

.go-top:hover {
	background-color: #ccc;
	opacity: 1;
	color: #fff;
}
