.ribbon-link {
	white-space: normal;
}

.row-nav a {
	display: inline-block;
	cursor: pointer;
	margin: 0 0.5em;
	padding: 0.75em 0;
}

.section-documentation h2 {
	margin-top: 51px;
}

.section-documentation ul.center {
	margin-right: auto;
	margin-left: auto;
	width: 475px;
}

.image-icon {
	margin: 3em auto 1em;
}

.device-macbook-pro-space-grey {
	margin: 1em auto 3em;
}

@media only screen and (max-width: 1068px) {
	.medium-break {
		display: block;
	}
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.4em;
	}
	.section-hero p:last-of-type {
		margin-bottom: 1em;
	}
	.device-macbook-pro-space-grey {
		margin-bottom: 1em;
	}
	.medium-break {
		display: inline-block;
	}
}

@media only screen and (max-width: 535px) {
	.section-documentation ul.center {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
}

/* ========== Grid Changes ========== */
#main > article {
	padding-top: 3em;
	padding-bottom: 3em;
}
#main section.section {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#main section.section:first-of-type {
	padding-top: 0;
}
#main section.section:last-of-type {
	padding-top: 0;
	padding-bottom: 0;
}
section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row.row-nav {
	margin: 2em 0 0;
}
section .section-content .row > .column {
	padding: 0;
}
@media only screen and (max-width: 1068px) {
	section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	section .section-content .row > .column {
		padding: 0;
	}
}
@media only screen and (max-width: 734px) {
	section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	section .section-content .row > .column {
		padding: 0;
	}
}
