body{
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #6C7E92;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bbb9b+0,53839a+100 */
	background: #1bbb9b; /* Old browsers */
	background: -moz-linear-gradient(top,  #1bbb9b 0%, #53839a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1bbb9b 0%,#53839a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1bbb9b 0%,#53839a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bbb9b', endColorstr='#53839a',GradientType=0 ); /* IE6-9 */

}
header{margin-bottom: 50px;text-align: center;background-color: #2d343c;padding-bottom: 50px;}
header h1{margin-top:50px;}
.block-1{
	height: 500px;
}
.block-1,
.block-2,
.block-3{
	padding:15px;
	border-radius: 3px;
	background: #2D343C;
	border-bottom: 2px solid #1C2025;
	box-shadow: 0 0 2px 0 #069EE6;
	position: relative;
}
.block-2{padding: 15px 20px;}
.center{text-align: center;margin:auto;}
hr {
    margin:10px 0; 
    border-top: 1px solid #252B31;
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3{margin:15px 0;}
h1 span{font-size: 14px;}
nav{background: #313942;position: relative;border-bottom: 1px solid #3c4650;}
.menu li{
	float: left;
	height: 50px;
	margin:0 15px;
	list-style: none;
}
.menu li a{
	line-height: 50px;
	padding: 0 30px;
	color: #9caea8;

}
.headColor{color: #1bbb9b;}
#callbacks {text-align: left;padding: 0 20px;}
.callback{
	background: #252B31;
	padding: 5px 10px;
	line-height: 16px;
	font-size:13px;
	border-radius: 4px;
	transition: background .4s ease; 
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
}
.callback.active{
	background: #1bbb9b;
	color: #222;
}
@media screen and (max-width:767px){
	[class*="col-"]{
		margin-bottom: 30px;
	}
}
.me{margin: 150px 0;text-align: center;color: #ccc;}
.me a{
	display: block;
	width: 120px;
	height: 120px;
	margin:auto;
	border-radius: 50%;
	overflow: hidden;
	border:5px solid #ccc;
}
.me a img{width: 100%;height: 100%;}
/*******************************************************/
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #a3be8c; }
.kwd, .prettyprint .tag { color: #bf616a; }
.typ, .atn, .dec, .var { color: #d08770; }
.pln {color: #C1C1C1;}
.pun{color: #7791A5;}
pre.prettyprint {
  background-color: #252B31;
  border: 0px solid #e1e1e8;
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #222;
}
@media screen and (max-width:400px){
	pre.prettyprint {
		-moz-tab-size: 2;
		-o-tab-size: 2;
		-webkit-tab-size: 2;
		tab-size: 2;
		padding-left: 0;
	}
	ol.linenums li{
		padding-left: 0;
	}
}
