@charset "UTF-8";
/* CSS Document 
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700); */

body, td, th {
	/*font-family: 'Roboto', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	color: #E5E5E5;
	font-size: 16px;
	line-height: 1.65em;
	letter-spacing: 0.5px;
}
body {
	background-color: #161616;
}
a {
	color:#2BBAFC;
}
a:hover {
	color:#55c8fd;
	text-decoration:none;
}
.btn-primary {
	color: #fff;
	background-color: #2BBAFC;
	border-color: #2BBAFC;
}
.btn-primary:hover {
	color: #fff;
	background-color: #55c8fd;
	border-color: #55c8fd;
}
.btn-primary:active {
	color: #fff;
	background-color: #2BBAFC !important;
	border-color: #2BBAFC !important;
	box-shadow:none !important;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#FFF;
	margin-top:1em;
	margin-bottom:0.5em;
}
h1.jumbo {
	font-size:72px;
	margin-top:0.5em;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#EEE;
	margin-top:1em;
	margin-bottom:0.5em;
}
.jumbo-container {
	margin-top:-100px;
	padding-top:100px;
	padding-bottom:40px;
	background-size:100%;
	background-attachment: fixed;
	color:#FFFFFF !important;
}
.stackedjumbo-container {
	padding-top:40px;
	padding-bottom:40px;
	background-size:100%;
	background-attachment: fixed;
}
.appIcon {
	width:200px;
	border-radius: 40px;
}
@media (max-width: 768px) { 
	.appTitle {
		width:100%;
	}
}
.appStoreIcon {
	width:200px;
}
.break {
	margin-bottom: 1em;
}
.icon {
	border-radius: 24px;
}
.navbar {
	border-radius: 0px;
	border: 0px;
	height: 80px;
	z-index: 9999;
}
.navbar-default {
	background-color:transparent !important;
	background-image:url(images/headerbackground.png);
}
ul.navbar-nav > li > a {
	color: white !important;
	text-decoration:none;
	/* text-transform:uppercase; */
}
ul.navbar-nav > li > a:hover {
	color: #2BBAFC !important;
}
.navbar-toggle {
	border:none;
	background-image:url(images/headerbackground.png);
}
.navbar-toggle:hover {
	border:none;
	background-color:transparent !important;
	background-image:url(images/headerbackground.png);
}
.icon-bar {
	background-color:#FFF !important;
}
.navbar-toggle:hover .icon-bar {
	background-color:#2BBAFC !important;
}
@media (max-width: 768px) {
	.navbar-default .navbar-collapse {
		border-color: #000;
		boarder-top:#000 !important;
		margin-top:30px;
		background-image:url(images/headerbackground.png);
	}
}
.text-black {
	color:black;
}
.screenshot-border {
	border:1px solid black;
}
.row-margin {
	margin-top:40px;
	margin-bottom:40px;
}
.footer {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size:14px;
	color:#999999;
}

div.content > .row {
	margin-top:40px;
}

code {
	background-color:#282b35;
	color:white;
}

pre {
	background-color:#282b35;
	padding:20px;
	color:white;
	border:0px;
}
pre > cp {
	color: #cd2598;
}
pre > cb {
	color: #00b1c8;
}
pre > cr {
	color: #DB2C38;
}

.ad-block {
	margin-top:40px;
}
div.newsletter {
	margin-top:40px;
}
div.tintbackground {
	background-image:url(images/tintbackground.png);
}
div.container-fluid.gap {
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}