@charset "utf-8";
/** * Reset some basic elements */
 body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
	 margin: 0;
	 padding: 0;
}
/** * Basic styling */
 body {
	 font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	 color: #111;
	 background-color: #fdfdfd;
	 -webkit-text-size-adjust: 100%;
	 -webkit-font-feature-settings: "kern" 1;
	 -moz-font-feature-settings: "kern" 1;
	 -o-font-feature-settings: "kern" 1;
	 font-feature-settings: "kern" 1;
	 font-kerning: normal;
}
/** * Set `margin-bottom` to maintain vertical rhythm */
 h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight {
	 margin-bottom: 15px;
}
/** * Images */
 img {
	 max-width: 100%;
	 vertical-align: middle;
}
/** * Figures */
 figure > img {
	 display: block;
}
 figcaption {
	 font-size: 14px;
}
/** * Lists */
 ul, ol {
	 margin-left: 30px;
}
 li > ul, li > ol {
	 margin-bottom: 0;
}
/** * Headings */
 h1, h2, h3, h4, h5, h6 {
	 font-weight: 400;
}
/** * Links */
 a {
	 color: #2a7ae2;
	 text-decoration: none;
}
 a:visited {
	 color: #1756a9;
}
 a:hover {
	 color: #111;
	 text-decoration: underline;
}
/** * Blockquotes */
 blockquote {
	 color: #828282;
	 border-left: 4px solid #e8e8e8;
	 padding-left: 15px;
	 font-size: 18px;
	 letter-spacing: -1px;
	 font-style: italic;
}
 blockquote > :last-child {
	 margin-bottom: 0;
}
/** * Code formatting */
 pre, code {
	 font-size: 15px;
	 border: 1px solid #e8e8e8;
	 border-radius: 3px;
	 background-color: #eef;
}
 code {
	 padding: 1px 5px;
}
 pre {
	 padding: 8px 12px;
	 overflow-x: auto;
}
 pre > code {
	 border: 0;
	 padding-right: 0;
	 padding-left: 0;
}
/** * Wrapper */
 .wrapper > div{
	
	 margin-right: auto;
	 margin-left: auto;
	 float: left;
	 padding-right: 30px;
	 padding-left: 30px;
}

/** * Icons */
 .icon > svg {
	 display: inline-block;
	 width: 16px;
	 height: 16px;
	 vertical-align: middle;
}
 .icon > svg path {
	 fill: #828282;
}
/** * Site header */
 .site-header {
	 border-top: 5px solid #424242;
	 border-bottom: 1px solid #e8e8e8;
	 min-height: 56px;
	 
	 display: flex;
  justify-content: center;
  align-items: center;
	 
}
 .site-title {
	 font-size: 26px;
	 font-weight: 300;
	 line-height: 56px;
	 letter-spacing: -1px;
	 margin-bottom: 0;
	 float: left;
}
 .site-title, .site-title:visited {
	 color: #424242;
}

.page-content {
	padding: 70px 0;
	text-align: center;
}