@font-face {
	font-family: TheSans;
	/*src: url('../fonts/DroidSans-Regular.woff');*/
	src: url('../fonts/SourceSansPro-Regular.ttf');
	font-weight:normal;
}
@font-face {
  font-family: TheSans;
	/*src: url('../fonts/DroidSans-Bold.woff');*/
	src: url('../fonts/SourceSansPro-Bold.ttf');
	font-weight:bold;
}
@font-face {
  font-family: TheSans;
	/*src: url('../fonts/DroidSans-Bold.woff');*/
	src: url('../fonts/SourceSansPro-Black.ttf');
	font-weight:900;
}

@font-face {
	font-family: TheSerif;
	/src: url('../fonts/DroidSerif-Regular.woff');
	font-weight:normal;
}
@font-face {
  font-family: TheSerif;
	src: url('../fonts/DroidSerif-Bold.woff');
	font-weight:bold;
}
@font-face {
  font-family: TheSerif;
	src: url('../fonts/DroidSerif-Italic.woff');
	font-style:italic;
}
@font-face {
  font-family: TheMono;
	src: url('../fonts/DroidSansMono.woff');
  font-weight:normal;
}

body {
  font-family: TheSans, sans-serif;
  font-size:1.3rem;
	line-height: 1.35;
	color:rgba(0,0,0,1);
	line-height:1.28;
	background-color:#ded3bf;


}

h1 {
	font-family: TheSans, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
  font-size:4.5rem;
	line-height: 4.25rem;
	color:#000;
}

@media (max-width: 768px) {

	h1 {
		font-size:3rem;
		line-height: 3rem;
	}
}

h2 {
	/*font-family: TheSans;*/
	font-family: "Andale Mono", AndaleMono, monospace;
	text-transform: uppercase;
  font-size:1.65rem;
	font-weight:normal;
	color:#b311ec;
	margin-top:2rem;
	margin-bottom:1rem;
}
h3 {
	font-family: TheSans;
	font-size:1.3rem;
	font-weight:bold;
}

.larger_paragraph {
	font-size:2rem;
	line-height: 2.3rem;
}

.clear {
	width:100%;
	clear:both;
}

a {
	color:#5d8987;
	padding-bottom:1px;
	border-bottom:1px solid #8bd9d6;
}

a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #8bd9d6;
}

.logo {
	float:left;
}

.logo img {
	width:220px;
	margin-bottom:5px;
}

@media (max-width: 768px) {

	.logo {
		float:none;
		width:100%;
		text-align: center;
	}

}



.top_nav {
  padding:20px 0 20px 0;
	background-color: #f9efdd;
	/*background-color: #f00;*/
	margin-bottom:0;
	position:fixed;
	z-index:1;
	height:65px;
	width:100%;
	top:0;

}

@media (max-width: 768px) {
	.top_nav {
		padding:0;
	}

}
.top_nav a {
  padding-right:20px;
  color:#9d8b69;
	text-transform: uppercase;
	border:none;
	text-decoration: none;
}
.top_nav a:hover {
	background:none;
	color:#81745c;
}
.top_nav a.selected {
	color:#000000;
}
.top_nav_links {
	float:right;
	font-size: 1rem;
}

@media (max-width: 768px) {

	.top_nav_links {
		float:none;
		width:100%;
		text-align: center;
		padding-top:10px;
	}

}


.scrolled .top_nav {
	/*background-color: #fffbf3;*/
	background-color: rgba(255,251,243,0.9);
	padding:20px 0 20px 0;
	height:65px;


}

@media (max-width: 768px) {

	.scrolled .top_nav {
		padding:0;
		background:none;

		/*height:100px;*/


	}
}

.top_nav_desktop {
	display:block;
}

.top_nav_mobile {
	display:none;
}

@media (max-width:768px) {

	.top_nav_desktop {
		display:none;
	}

	.top_nav_mobile {
		display:block;
	}

}

.dropdown-menu {
	background:none;
	border:none;
}

.navbar {
	background-color: rgba(255,251,243,0.97);

}

.navbar a.selected {
	color:#b311ec;
}



.main_bg {
	background-color: #f9efdd;
	margin-top:65px; /* Matches height of top_nav */
	padding:30px 0 30px 0;
}


.examples_blocks div div a {
	display:block;
	text-align: center;
	padding:30px 0 30px 0;
	margin:5px 20px 5px 20px;
	color:#000;
	border:none;
}
.examples_blocks div div a:hover {
	background: none;
}
.examples_blocks div div img {
	height:180px;
	margin-bottom:20px;
}
.sub_menu {
	list-style: none;
	padding-left:0;
	position:fixed;
	top:100px;
}
.sub_menu a {
	color:#727272;
	border:none;
	padding:0 2px 0 2px;
}
.sub_menu a:hover {
	color:#fff;

}
.sub_menu a.selected {
  /*color:#000;*/
	color:#f9efdd;
	/*font-weight:900;*/
	background-color: #b311ec;
}
.sub_menu a.selected:hover {
	background-color: #b311ec;
}

@media (max-width: 768px) {
	.sub_menu {
		display:none;
	}

}

span.highlight {
  background-color:#fffed9;
}
.indent {
	padding-left: 50px;
}
/*
body .row pre.test {
	color:#696969;
	font-size:0.7rem;
	line-height: 0.5rem !important;
}
*/

code {
	color:#767676;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size:0.7rem;
	line-height: 1rem;
}


code.larger {
	color:#767676;
	font-size:16px;
	line-height:24px;
}

.note {
	/*border:5px dotted #11263d;*/
	background:#b311ec;
	color:#ebe3d4;
	padding:20px;
	margin:20px 0 20px 0;
}
.note em {
	color:#d380ff;

}
.note a {
	color:#e88aff;
	border-bottom:1px solid #db6aff;
}
.note a:hover {
	background-color: #db6aff;
	color:#6e008b;
}
.note.teal {
	background-color:#19c2d0;
}
.note a {
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.note a:hover {
	background:none;
	color:#fff;
}
.caption {
	font-size:0.85rem;
	font-family:TheSans;
}

.screen_frame {
	background-color:#000;
	width:250px;
	text-align: center;
	padding:30px 13px 30px 13px;
	border-radius:30px;
	margin-top:20px;

}
.screen_frame img {
	width:100%;
}
.header_illustration {
	width:100%;
	text-align: center;
	margin:15px 0 20px 0;
}
.header_illustration img {
	max-width:100%;
	max-height: 300px;
}

a.rounded_button {
	color:#f9efdd;
	background-color: #000;
	margin-top:10px;
	padding:20px 0 20px 0;
	border-radius:30px;
	border:none;
	width:100%;
	display:block;
	text-align: center;
}
a.rounded_button:hover {
	background-color: #000;
}
.narrower_text_block {
	padding-left:60px;
	padding-right:60px;
}

@media(max-width:768px) {
	.narrower_text_block {
		padding:0;
	}
}

.footer {
	text-align:center; width:100%;
	padding:30px 0 30px 0;
}

.diagram {
	margin:30px 0 30px 0;
	max-width: 100%;
}

h2 .the_word_the {
	height:12px;
	margin-right:5px;
	margin-bottom:6px;
}

.screenshots img {
	width:100%;
	max-width:300px;
	margin-top:30px;
}
.screenshot-wider {
	width:100%;
	margin-bottom:30px;
}

.light_text {
	color:rgba(0,0,0,0.5);
}
.bottom-logos {
	border-top:1px solid rgba(0,0,0,0.1);
	text-align: center;
	padding-top:30px;
	margin-top:30px;
}
.bottom-logos img {
	margin:0 30px 40px 30px;
}

.examples-see-it-live {
	margin-top:30px;
	text-align:center;
}
