@charset "UTF-8";
/* 

GITHUB.IO STYLE

#868686 - BODY TYPE (GRAY)
#4d63bc - INDIGO
#8BC53F - LIME

*/

@import url(SourceSansPro.css);

html, body {
	height:100%;
}
body {
	margin:0;
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-align:center;
	color:#868686;
	background-color:#FFF;
	position:relative;
}
#wrap {
	width:981px;
	margin:0 auto -25px auto;
	text-align: left;
	box-sizing:border-box;
}
#footer {
	text-align: left;
	height:25px;
	padding:5px 0 0 5px;
	color:#C4C4C4;
	box-sizing:border-box;
}


/* --------------- header ---------------- */

header {
	width:100%;
	height:100px;
	margin-top:40px;
	text-align:left; 
	display:block;
	position:relative;
	overflow:hidden;
}
.leaderLine {
	width:100%;
	height:20px;
	margin:32px 0 0 20px;
	text-align:left;
	color:#4d63bc;
	overflow:hidden;
}
#logo {
	width:269px;
	height:62px;
	position:absolute;
	right:0;
	top:10px;
	z-index:10;
	background-color:#fff;
	background-image:url(../img/inorganik-produce.svg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:95% auto;
}
#github {
	width:48px;
	height:48px;
	position: absolute;
	top:10px;
	left:0;
	z-index:10;
	background-image: url(../img/github.svg);
	background-repeat:no-repeat;
	background-size:95% auto;
	border-radius: 24px;
	background-color: white;
}

/* ----------- elements ------------- */

* { 
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a {
	color:#4d63bc;
	text-decoration:none;
	cursor:pointer;
}
a.block {
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
}
p {
	margin-top:0;
	line-height:1.4em;
}

h1, h2, h3 {
	margin-top:0;
	font-weight:300;
	margin-bottom:.5em;
}
h1 { font-size:2.3em }
h2 { font-size:1.7em }
h3 { font-size:1.5em }
	
h4, h5 {
	font-weight:700;
	margin-top:0;
	margin-bottom:.5em;
}
h4 { font-size:1.3em }
h5 { font-size:.9em }

h1.jumbo {
	font-size:12em;
	margin:0;
	color:#4d63bc;
}
h1.kindaBig {
	font-size:6em;
	margin:0;
	color:#4d63bc;
}
h6 {
	color:#4d63bc;
	margin:0 0 5px 0;
	letter-spacing: .25em;
	text-transform: uppercase;;
	font-weight: 300;
	font-size:1em;
}
.sectionLabel {
	display:inline-block;
	float:left;
	margin-bottom:0;
}
.login {
	margin:100px 0 0 0;
}

br.mobileBreak {
	display:none;
}

ul, ol {
	margin-top:0;
	padding-left:28px;
}
ul.nobullets {
	list-style-type:none;
	padding:0;
}

ol ol {
	list-style-type:upper-latin;
	margin-bottom:1em;
}
ol ol ol {
	list-style-type:lower-roman;
}

.noMargin { margin:0 !important }
.marginTopTablet,
.marginTop { margin-top:20px !important }
.marginLeft { margin-left:20px !important }
.marginRight { margin-right:20px !important }
.marginBottom { margin-bottom:20px !important }
.large { font-size:1.3em }
.small, small { font-size:.8em }

.indigo { color:#4d63bc }
.lime {	color:#8BC53F }
.lime code { color:#669f1b }
.gray {	color:#333 }
.lt-gray { color:#ccc }
.bkgd-gray {
	background-color:#F0F0F0 !important;
}

.disabled { opacity:.3 }
.phoneOnly { display:none !important }

.weight300 { font-weight:300 !important }
.weight400 { font-weight:400 !important }
.weight600 { font-weight:600 !important }
.weight700 { font-weight:700 !important }

/* misc */

::-moz-selection {
	color: #fff;
	background-color:#333;
}
::selection {
	color: #fff;
	background-color:#333;
}
.noSelect {
	user-select: none;
}
.shadow {
	box-shadow:0 0 25px rgba(0,0,0,.45);
}
.noBorder {
	border:0 !important;
}
.borderBottom {
	border-bottom:1px #C4C4C4 solid !important;
}
.borderRight-tablet {
	border-right:1px #C4C4C4 solid;
	box-sizing:border-box;
}
.borderBottom-phone {
	border-bottom:0;
}
.forkMe {
	width:149px;
	height:149px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:100;
}
.forkMe img {
	border:0;
	width:100%;
	height:100%;
}
.emojiButton {
	padding: 0;
	margin: 0 5px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	background: none;
	font-size: 1.5em;
	line-height: 1;
}
.inlineLeft.emojiButton {
	margin: 0 5px;
}

/* ---------------- uls ----------------- */

ul.bigLinks {
	list-style-type: none;
	margin:0 0 100px 0;
	padding:0;
}
ul.bigLinks li {
	height:120px;
	position:relative;
}
ul.bigLinks a {
	position:absolute;
	transform-origin:left center;
	transform: scale(1);
}
ul.bigLinks a:hover {
	transform: scale(1.1);
}
ul.bigLinks h6 {
	margin:20px 0 0 0;
}

/* ---------------- structure ----------------- */

section {
	display:block;
	clear:left;
	position:relative;
	border-bottom:1px #C4C4C4 solid;
}
section.gray-bkgd {
	background-color:#F0F0F0;
}
.statRow {
	padding:10px 0;
	height:138px;
}
.col {
	float:left;
	display:inline;
}
.col-inner { 
	padding:10px;
	position:relative;
}
.col-inner-no-lr {
	padding:10px 0;
	position:relative;
}
.col-inner-btn-close {
	padding:10px;
	margin-right:44px;
	position: relative;
}
.col-inner-double {
	padding:20px;
}
.col-inner:after,
.col-inner-no-lr:after,
.col-inner-btn-close:after,
.col-inner-double:after,
section:after,
#content:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}
.col-inner-hidden {
	padding:10px;
	position:relative;
	overflow:hidden;
}
.col-inner img {
	max-width:100%;
	height:auto;
}
.code-contain {
	padding:10px;
	overflow: hidden;
}
.code-contain.indigo {
	background:rgba(77, 99, 188, 0.1);
}
.code-contain.lime {
	background:rgba(139, 197, 63, 0.1);
}

.full { width:100% }
.fourFifths { width:80% }
.threeQuarters { width:75% }
.twoThirds { width:66.6% }
.threeFifths { width:60% }
.half, .stayHalf { width:50% }
.twoFifths { width:40% }
.third { width:33.3% }
.quarter, .quarterToTwoFifths,
.quarterToNone { width:25% }
.fifth { width:20% }

.clear { clear:both }
.clearLeft { clear:left }
.clearRight { clear:right }

.nofloat { float:none !important }
.alignleft { text-align:left !important }
.alignright { text-align:right !important }
.aligncenter { 
	text-align:center !important;
	margin-left:auto;
	margin-right:auto;
}
.inlineRight {
	float:right;
	display:inline;
}
.inlineLeft {
	float:left;
	display:inline;
	margin-bottom:10px;
}

.leftToCenter { text-align:left }
.rightToCenter { text-align:right }
.alignRightLeft { text-align:right }

.overflowHidden { overflow:hidden }

.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* ---------------- forms ----------------- */

form {
	overflow:hidden;
	position:relative;
	text-align:left;
	padding:20px 0 10px 0;
}


.inlineLabel {
	display:inline-block;
	margin:3px 0 0 0;
}
input, textarea {
	font-size:1em;
	border-radius:5px;
	border:1px #C4C4C4 solid;
	padding:3px 8px;
	box-sizing: border-box;
}
input[type=button] {
	display:inline-block;
	width:auto;
	padding:5px 20px;
	color:white;
	background-color:#8BC53F;
	border:0;
	outline:none;
	cursor:pointer;
}
input[type=button]:active {
	background-color:#669f1b;
}

/* checkboxes */

.checkbox {
	float:left;
	display:inline;
	margin:3px 7px 0 0;
	padding:0;
	font-size:2em;
}

/* placeholders */

::-webkit-input-placeholder { 
	color:#ccc; 
}
::-moz-placeholder { color:#ccc; } 
input:-moz-placeholder { color:#ccc; }

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

@-webkit-keyframes bob {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes bob {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}
.scroll-down {
	width:59px;
	height:51px;
	position: relative;
}
.scroll-down > div {
  width: 59px;
  height: 31px;
  position: absolute;
  bottom: 0px;
  left:0px;
  background-image: url('../img/scroll-down.png');
  background-repeat: no-repeat;
  background-size: 59px 31px;
	animation-name: bob;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

/* ---------------- responsive ----------------- */

@media all and (max-width: 1021px) {
	
	#wrap {
		width:100%;
		padding:0 20px;
	}

	header {
		margin-top:15px;
	}
	ul.bigLinks li {
		height:66px;
	}
	ul.bigLinks h6 {
		margin:20px 0;
	}
	h1.jumbo {
		font-size:8em;
	}
	h1.kindaBig {
		font-size:3em;
	}
}

@media all and (max-width: 480px) {
	
	#wrap {
		padding:0 15px;
	}
	#logo {
		width:180px;
		top:0;
	}
	#github {
		width:30px;
		height:30px;
	}
	header {
		margin-top:10px;
		height:66px;
	}
	.leaderLine {
		margin-top:20px;
		font-size:.9em;
	}
	ul.bigLinks li {
		height:50px;
	}
	ul.bigLinks h6 {
		margin:10px 0;
	}
	h1 { font-size:2em }
	h2 { font-size:1.6em }
	h3 { font-size:1.2em }
	h4 { font-size:1em }
	h6 { font-weight:400 }
	p, label { font-size:.9em }

	h1.jumbo {
		font-size:5em;
	}
	h1.kindaBig {
		font-size:2em;
	}
	.forkMe {
		width:100px;
		height:100px;
	}
	.fourFifths, .threeQuarters, .twoThirds,
	.threeFifths, .half, .twoFifths, .third,
	.quarter, .fifth {
		width: 100%
	}
}

@media (prefers-color-scheme: dark) {
	body {
		color:#a9a9a9;
		background:#1c1c1c;
	}
	#footer {
		color:#C4C4C4;
	}
	#github {
		background-color: #1c1c1c;
	}
	h1.jumbo, h1.kindaBig, h6 {
		color:#6e90da;
	}
	a {
		color:#6e90da;
	}
	.leaderLine {
		color:#6e90da;
	}
	#logo {
		background-color:#1c1c1c;
	}
	#wrap {
		background-color:#1c1c1c;
	}
	section {
		border-bottom:1px #4f4f4f solid;
	}
	section.gray-bkgd {
		background-color:#4f4f4f;
	}

	.indigo { color:#6e90da }
	.lime {	color:#8cc448 }
	.gray {	color:#bfbfbf }
	
	input, textarea {
		border:1px #C4C4C4 solid;
		background: #4f4f4f;
		color: white;
	}
	input[type=button] {
		color:white;
		background-color:#8BC53F;
		color:#303030;
	}

	::-webkit-input-placeholder { 
		color:#4f4f4f; 
	}
	::-moz-placeholder { color:#4f4f4f; } 
	input:-moz-placeholder { color:#4f4f4f; }

}
