/*
* resets
*/

* {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
}

html {
	color: #EFEFEF;
	font-family: 'Roboto', Arial;
}

html,
body {
	height: 100%;
}

a,
a:visited,
a:link {
	color: #CCC;
	text-decoration: none;
	transition: color .3s;
}

a:hover {
	color: #EEE;
}

/*
* generic
*/

.hero,
.hero-description {
	font-weight: 700;
	letter-spacing: 1px;
	margin: 28px 0;
	text-align: center;
}

.hero::after {
	border-bottom: 1px solid #EEE;
	content: "";
	display: block;
	font-weight: 700;
	margin: 15px auto auto;
	width: 30px;
}

.hero-description {
	font-weight: 400;
	margin: 14px 0;
}

.section-header,
.section-description {
	font-weight: 700;
	letter-spacing: 1px;
	margin: 28px 0;
	text-align: left;
}

.section-description {
	font-weight: 400;
	margin: 14px 0;
}

.section p a,
.section p a:visited,
.section p a:link {
	text-decoration: underline;
}

/*
* header
*/

.hold {
	clear: both;
	float: left;
	height: 80px;
	position: relative;
}

.header {
	background: #222;
	color: #FFF;
	left: 0;
	line-height: 80px;
	position: fixed;
	transition: line-height 0.2s linear, box-shadow 0.2s linear;
	top: 0;
	width: 100%;
	z-index: 100;
}

.badge {
	clear: both;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
}

ul.nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li {
	float: left;
	margin-right: 49px;
	position: relative;
}

ul.nav li:last-child {
	margin-right: 0;
}

ul.nav li a {
	color: #EAEAEA;
}

ul.nav li a:hover {
	color: #CCC;
}

ul.nav li a .fa {
	margin-right: 7px;
}

/*
* main body
*/

.section {
	background: #414141;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

.section.alternate {
	background: #555;
}

.section.slideshow {
	background: #D0D0D0;
}

.section.large {
	min-height: calc(100% - 125px);
}

.section.slideshow .background {
	background-image: url('../../../img/code-background.png');
	background-size: cover;
	bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.section.slideshow .background::after {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.section.slideshow .container {
	color: #FAFAFA;
}

.section.slideshow .container .hero::after {
	border-color: #F5F5F5;
}

.section .container {
	padding-bottom: 50px;
	padding-top: 30px;
}

.container {
	margin: 0 auto;
	padding-left: 14px;
	padding-right: 14px;	
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media all and (min-width: 768px) {
	.container {
		padding-left: 0;
		padding-right: 0;
		width: 750px;
	}
}

@media all and (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media all and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.cta {
	clear: both;
	margin-top: 28px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.cta a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.cta.middle {
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 14px;
}

.cta a {
	border: 1px solid #CACACA;
	display: inline-block;
	padding: 14px;
	text-decoration: none;
	transition: background .3s;
}

.section.slideshow .cta a {
	border-color: #AAA;
	color: #CCC;
}

.fa {
	margin-right: 7px;
}

/*
* some text and stuff
*/

.section .container .section-description {
	clear: both;
	display: inline-block;
	float: left;
	margin-top: 14px;
	width: 100%;
}

.section .container .section-description p {
	margin: 14px 0;
}

.section .container .section-description p:first-child {
	margin-top: 0;
}

.section .container .section-description p:last-child {
	margin-bottom: 0;
}

.section .container .app-section {
	float: left;
	display: inline-block;
	margin-right: 3%;
	width: 47%;
}

.section .container .app-section:last-child {
	margin-right: 0;
}

.section .container .app-section .app-image {
	clear: both;
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
}

.section .container .app-section .app-image img {
	height: 50px;
	width: 50px;
}

.section .container .app-section h3,
.section .container .app-section h4 {
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 14px;
	text-align: center;
}

.section .container .app-section h4 {
	font-weight: 400;
}

.section .container .app-section .section-description {
	min-height: 125px;
}

.section .container .app-section .cta {
	clear: both;
	float: left;
	display: inline-block;
	width: 100%;
}

/*
* footer
*/

.footer {
	clear: both;
	color: #FAFAFA;
	float: left;
	max-height: 125px;
	position: relative;
	width: 100%;
}

.footer a {
	color: #EAEAEA;
}

.footer a:hover {
	color: #CCC;
}

.footer .footer-link-group {
	clear: both;
	display: inline-block;
	float: left;
	margin: 14px 0;
	position: relative;
	width: 100%;
}

.footer .footer-link-group a {
	clear: both;
	display: inline-block;
	float: left;
	width: 100%;
}

.footer .footer-link-group a:not(:first-child) {
	margin-top: 14px;
}

.footer .copyright-notice {
	clear: both;
	display: inline-block;
	float: left;
	font-size: .8rem;
	margin-top: 28px;
	width: 100%;
}

/*
* responsive shizzle
*/

@media screen and (max-width: 640px) {
	.section .container .app-section {
		margin-bottom: 14px;
		margin-right: 0;
		width: 100%;
	}
}
