#fusionads {
	display: block;
	max-width: 18rem;
	padding: 1rem;
	margin: 0 auto;
	overflow: hidden;
	font-size: .8rem;
	line-height: 1.3;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.2)
}

.fusion-text,
.fusion-poweredby {
	display: block;
	color: #fff
}

.fusion-text:hover,
.fusion-poweredby:hover {
	text-decoration: none
}

.fusion-img {
	float: left;
	margin-right: 1rem
}

.fusion-poweredby {
	display: block !important;
	margin-top: .5rem
}
.codingGuidelines {
	margin: 80px 0;
}
@media (min-width: 40em) {
	#fusionads {
		max-width: 16rem;
		font-size: .7rem
	}
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-size: 16px
}

@media (min-width: 48em) {
	html {
		font-size: 18px
	}
}

body {
	margin: 0;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
	color: #212529
}

a {
	color: #ff4347;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

h1,
h2,
h3,
h4 {
	margin: 0 0 .5rem;
	font-weight: 600;
	line-height: 1;
	color: #2a2a2a
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

blockquote {
	position: relative;
	margin: 0 1rem 1rem;
	font-style: italic;
	color: #7a7a7a
}

blockquote p {
	margin-bottom: 0
}

li {
	margin-bottom: .25rem
}

p:last-child,
ul:last-child,
blockquote:last-child {
	margin-bottom: 0
}

code,
pre {
	font-family: "SFMono-Regular", Menlo, "Courier New", monospace;
	font-size: 95%
}

code {
	padding: 2px 4px;
	font-size: 85%;
	color: #d44950;
	background-color: #f7f7f9;
	border-radius: .2rem
}

pre {
	display: block;
	margin: 0 0 1rem;
	line-height: 1.4;
	white-space: pre;
	white-space: pre-wrap
}

pre code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0;
	white-space: pre-wrap;
}
.author {
	font-size: 11px;
}
.highlight {
	margin: 0
}

.highlight pre {
	margin-bottom: 0
}

.highlight+.highlight {
	margin-top: 1rem
}

.cg-icon {
	display: block;
	width: 20vw;
	height: 20vw;
	margin-bottom: 1.5rem;
	border: solid currentColor;
	border-width: 1vw 1vw 1vw 10vw
}

@media (min-width: 64em) {
	.cg-icon {
		float: right
	}
}

.cg-masthead {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	color: #fff;
	background-color: var(--blue)
}

@media (min-width: 60em) {
	.cg-masthead {
		padding-top: 6rem;
		padding-bottom: 6rem;
		margin-bottom: 6rem
	}
}

.cg-masthead-title {
	margin-bottom: 1.5rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: .9;
	color: inherit
}

@media (min-width: 48em) {
	.cg-masthead-title {
		font-size: 6rem
	}
}

@media (min-width: 60em) {
	.cg-masthead-title {
		font-size: 7rem
	}
}

.cg-masthead-subtitle {
	margin-bottom: 1.5rem;
	max-width: 40rem;
	font-size: 1.5rem;
	line-height: 1.25
}

@media (min-width: 48em) {
	.cg-masthead-subtitle {
		font-size: 2rem
	}
}

.masthead-links {
	font-size: 2rem
}

.masthead-links a {
	color: #fff;
	text-decoration: none
}

.masthead-links svg {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem
}

.container {
	max-width: 80em;
	padding-right: 2rem;
	padding-left: 2rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 48em) {
	.container {
		padding-right: 3rem;
		padding-left: 3rem
	}
}

.section {
	margin-bottom: 3rem
}

.col {
	margin-bottom: 1.5rem
}

.col p {
	max-width: 40rem
}

.col+.col {
	padding: 0;
}

@media (min-width: 48em) {
	.section {
		display: table;
		width: 100%;
		table-layout: fixed
	}
	.col {
		display: table-cell;
		padding: 3rem 3rem 3rem 0;
		vertical-align: top
	}
	.col+.col {
		border-top: 0;
		padding: 3rem 0 0 0;
	}
}

.toc .col+.col {
	background-color: #fff
}

h2 {
	padding-top: 1rem;
	margin-bottom: 1.5rem;
	border-top: .125rem solid
}

.footer {
	padding: 3rem 1rem;
	font-size: 90%;
	text-align: center
}

.footer p {
	margin-bottom: .5rem
}

.quick-links {
	list-style: none;
	margin-left: 0
}

.quick-links li {
	display: inline
}
