

/* Base
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

img {
	max-width: 100%;
}
.wrapper {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}


/* Sections
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
	/*border-top: .1rem solid #d1d1d1;*/
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	margin-bottom: 0;
	max-width: 80.0rem;
}
.example .row, .example.row, .example form {
	margin-bottom: 0;
}
.example h1, .example h2, .example h3, .example h4, .example h5, .example h6 {
	margin-bottom: 1rem;
}


/* Footer
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer .container {
	padding-bottom: 0;
	padding-top: 0;
}


/* Header
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
	background-color: #f4f5f6;
	padding-top: 1rem;
}
@media (min-width: 40.0rem) {
	.header {
		padding-top: 5rem;
	}
}
.header .container {
	position: relative;
	border-top: 0;
	text-align: center;
}
.header .title {
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Helvetica Neue', Arial, sans-serif;
}
.header .img {
	height: 15.0rem;
	margin-bottom: 2rem;
}
.header + section {
	border-top: 0;
}
.header .button {
	margin-top: 2rem;
	margin-bottom: 4rem;
}
@media (min-width: 40.0rem) {
	.header .button {
		margin-top: 2rem;
		margin-bottom: 4rem;
	}
}


/* Grid
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.column-demo {
	background: #d1d1d1;
	display: block;
	text-align: center;
	border-radius: .4rem;
	font-size: 1rem;
	text-transform: uppercase;
	height: 3.0rem;
	line-height: 3.0rem;
	margin-bottom: 2.5rem;
	font-weight: 600;
	letter-spacing: .1rem;
}


/* Typography
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.heading-font-size {
	font-size: 1.2rem;
	color: #999;
	letter-spacing: normal;
}


/* Form
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.example-send-yourself-copy {
	float: right;
	margin-top: 1.2rem;
}


/* Tips
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.button-black {
	background-color: black;
	border-color: black;
}
.button-black.button-outline {
	color: black;
}
.button-black.button-clear {
	color: black;
}

.button-large {
	font-size: 1.4rem;
	height: 4.5rem;
	line-height: 4.5rem;
	padding: 0 2rem;
}

.button-small {
	font-size: .8rem;
	height: 2.8rem;
	line-height: 2.8rem;
	padding: 0 1.5rem;
}


/* Snippets, Exemples
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.example {
	position: relative;
	margin-top: 4rem;
}
.example-header {
	font-weight: 600;
	margin-top: 1.5rem;
	margin-bottom: .5rem;
}
.example-description {
	margin-bottom: 1.5rem;
}
.example-screenshot-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: .6rem;
	border: .1rem solid #d1d1d1;
	height: 25.0rem;
}
.example-screenshot {
	width: 100%;
	height: auto;
}
.example-screenshot.coming-soon {
	width: auto;
	position: absolute;
	background: #d1d1d1;
	top: .5rem;
	right: .5rem;
	bottom: .5rem;
	left: .5rem;
}
.example-screenshot-wrapper {
	position: absolute;
	width: 48%;
	height: 100%;
	left: 0;
	max-height: none;
}


/* Navbar
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.navigation {
	left: 0;
	max-width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	max-width: 100vw;
	z-index: 99;
}
/* Re-overiding the width 100% declaration to match size of% based container */
.navigation .container {
	padding-top: 0;
	padding-bottom: 0;
}
.navigation {
	background: #f4f5f6;
	border-bottom: .1rem solid #d1d1d1;
	display: block;
	height: 5.2rem;
	width: 100%;
}
.navigation-list {
	list-style: none;
	margin-bottom: 0;
	margin-right: 5.0rem;
}
@media (min-width: 80.0rem) {
	.navigation-list {
		margin-right: 0;
	}
}
.navigation-item {
	float: left;
	margin-bottom: 0;
	margin-left: 2.5rem;
	position: relative;
}
.navigation .img {
	position: relative;
	top: .3rem;
	height: 2.0rem;
}
.navigation .title,
.navigation-title {
	color: #606c76;
	display: inline;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Helvetica Neue', Arial, sans-serif;
	line-height: 5.2rem;
	font-size: 1.6rem;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.navigation-link {
	display: inline;
	line-height: 5.2rem;
	font-size: 1.6rem;
	padding: 0;
	text-decoration: none;
}
.navigation-link.active {
	color: #606c76;
}

/* Github */
.github-corner {
	border: 0;
	color: #f4f5f6;
	fill: #9b4dcA;
	height: 5.2rem;
	position: fixed;
	right: 0;
	z-index: 99;
	top: 0;
	width: 5.2rem;
}
.github-corner:hover .octo-arm {
	-webkit-animation: octocat-wave 560ms infinite;
	-moz-animation: octocat-wave 560ms infinite;
	-ms-animation: octocat-wave 560ms infinite;
	-o-animation: octocat-wave 560ms infinite;
	animation: octocat-wave 560ms infinite;
}
@-webkit-keyframes octocat-wave {
	0% , 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	25% , 75% {
		-webkit-transform: rotate(-25deg);
		-moz-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		-o-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}
@-moz-keyframes octocat-wave {
	0% , 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	25% , 75% {
		-webkit-transform: rotate(-25deg);
		-moz-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		-o-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}
@-ms-keyframes octocat-wave {
	0% , 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	25% , 75% {
		-webkit-transform: rotate(-25deg);
		-moz-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		-o-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}
@-o-keyframes octocat-wave {
	0% , 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	25% , 75% {
		-webkit-transform: rotate(-25deg);
		-moz-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		-o-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}
@keyframes octocat-wave {
	0% , 50% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25% , 75% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}


/* Popover
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.popover.popover-open {
	display: block;
}
.popover {
	background: #fff;
	border: .1rem solid #d1d1d1;
	border-radius: .4rem;
	display: none;
	left: 50%;
	min-width: 13.4rem;
	position: absolute;
	top: 94%;
	-webkit-filter: drop-shadow(0 0 .6rem rgba(0,0,0,.1));
	-moz-filter: drop-shadow(0 0 .6rem rgba(0,0,0,.1));
	filter: drop-shadow(0 0 .6rem rgba(0,0,0,.1));
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.popover-item:first-child .popover-link:after, .popover-item:first-child .popover-link:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.popover-item:first-child .popover-link:after {
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 1.0rem;
	margin-left: -1.0rem;
}
.popover-item:first-child .popover-link:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #d1d1d1;
	border-width: 1.1rem;
	margin-left: -1.1rem;
}
.popover-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.popover-item {
	padding: 0;
	margin: 0;
}
.popover-link {
	position: relative;
	color: #606c76;
	display: block;
	padding: .8rem 2.0rem;
	border-bottom: .1rem solid #d1d1d1;
	text-decoration: none;
	font-size: 1.2rem;
	text-align: center;
}
.popover-item:first-child .popover-link {
	border-radius: .4rem .4rem 0 0;
}
.popover-item:last-child .popover-link {
	border-radius: 0 0 .4rem .4rem;
	border-bottom-width: 0;
}
.popover-link:hover {
	color: #ffffff;
	background: #9b4dca;
}
.popover-link:hover, .popover-item:first-child .popover-link:hover:after {
	border-bottom-color: #9b4dca;
}


/* Share */
.share,
.share-list,
.share-list a {
	position: relative;
	text-decoration: none;
}
.share-item {
	display: inline-block;
	margin: 1.0rem .1rem;
}
.share-icon {
	background-color: #9b4dca;
	border-radius: .4rem;
	color: #ffffff;
	display: block;
	font-size: 1.5rem;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	width: 5.0rem;
}
.share-icon:hover {
	background-color: #606c76;
}

@media (min-width: 40.0rem) {
	.only-mobile {
		display: none;
	}
}


/* Prettify
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

pre.prettyprint {
	border: 0 !important;
	border-left: .3rem solid #9b4dca !important;
	color: #655d5d;
}
/* string content */
pre.prettyprint .str { color: #4b8b8b; }
/* a keyword */
pre.prettyprint .kwd { color: #8464c4; }
/* a comment */
pre.prettyprint .com { color: #adadad; }
/* a type name */
pre.prettyprint .typ { color: #7272ca; }
/* a literal value */
pre.prettyprint .lit { color: #9b4dca; }
/* punctuation */
pre.prettyprint .pun { color: #5485b6; }
/* lisp open bracket */
pre.prettyprint .opn { color: #f4ecec; }
/* lisp close bracket */
pre.prettyprint .clo { color: #f4ecec; }
/* a markup tag name */
pre.prettyprint .tag { color: #9b4dca; }
/* a markup attribute name */
pre.prettyprint .atn { color: #9b4dca; }
/* a markup attribute value */
pre.prettyprint .atv { color: #5485b6; }
/* a declaration */
pre.prettyprint .dec { color: #b45a3c; }
/* a variable name */
pre.prettyprint .var { color: #ca4949; }
/* a function name */
pre.prettyprint .fun { color: #7272ca; }
/* markdown content */
pre.prettyprint.lang-md * { color: #655d5d !important; }


/* Carbon
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

#carbonads {
	color: #606c76;
	display: block;
	/*font-family: Verdana, 'Helvetica Neue', Helvetica, sans-serif;*/
	line-height: 1.6;
	margin: 0 auto;
	max-width: 33.0rem;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	padding: 1.5rem;
}
#carbonads span {
	display: block;
	overflow: hidden;
}
.carbon-text,
.carbon-poweredby {
	color: #606c76;
	display: block;
	float: right;
	font-size: 1.2rem;
	max-width: 44%;
	width: 44%;
	text-align: left;
}
@media (min-width: 40.0rem) {
	.carbon-text,
	.carbon-poweredby {
		max-width: 52%;
		width: 52%;
	}
}
.carbon-poweredby {
	margin: 0;
	margin-top: -2.5rem;
}
.carbon-img {
	float: left;
	margin-right: 1rem;
}



