code {
color: #2c3e50;
background-color: #f1f5f9;
font-size: 16px !important;
}


.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
.highlight .g { color: #000000 } /* Generic */
.highlight .k { color: #204a87; font-weight: bold } /* Keyword */
.highlight .l { color: #000000 } /* Literal */
.highlight .n { color: #000000 } /* Name */
.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
.highlight .x { color: #000000 } /* Other */
.highlight .p { color: #000000; font-weight: bold } /* Punctuation */
.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
.highlight .gd { color: #a40000 } /* Generic.Deleted */
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #ef2929 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #000000; font-style: italic } /* Generic.Output */
.highlight .gp { color: #8f5902 } /* Generic.Prompt */
.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
.highlight .ld { color: #000000 } /* Literal.Date */
.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
.highlight .s { color: #4e9a06 } /* Literal.String */
.highlight .na { color: #c4a000 } /* Name.Attribute */
.highlight .nb { color: #204a87 } /* Name.Builtin */
.highlight .nc { color: #000000 } /* Name.Class */
.highlight .no { color: #000000 } /* Name.Constant */
.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #ce5c00 } /* Name.Entity */
.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #000000 } /* Name.Function */
.highlight .nl { color: #f57900 } /* Name.Label */
.highlight .nn { color: #000000 } /* Name.Namespace */
.highlight .nx { color: #000000 } /* Name.Other */
.highlight .py { color: #000000 } /* Name.Property */
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #000000 } /* Name.Variable */
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
.highlight .sc { color: #4e9a06 } /* Literal.String.Char */
.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
.highlight .se { color: #4e9a06 } /* Literal.String.Escape */
.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
.highlight .sx { color: #4e9a06 } /* Literal.String.Other */
.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #000000 } /* Name.Variable.Class */
.highlight .vg { color: #000000 } /* Name.Variable.Global */
.highlight .vi { color: #000000 } /* Name.Variable.Instance */
.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */


body {
font-family: Source Sans Pro, sans-serif !important;
}

.blog-grid-content img {
display: block;
max-width: 100%;
height: auto;
margin: 30px 0;
}

pre {
margin: 20px 0;
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Source Sans Pro', sans-serif !important;
}

.blog-grid-content a {
font-family: 'Source Sans Pro', sans-serif !important;
text-decoration: underline;
}

.blog-grid-content h2, .blog-sidebar-heading h4 {
	text-transform: uppercase;
	color: #2c3e50 !important;
	letter-spacing: 0.1em;
}

.blog-grid-content h2 {
	margin-top: 40px;
}

h2 a, h2 a:hover {
	text-decoration: underline !important;
}


em, li, li a, p {
font-weight: 400 !important;
font-family: Source Sans Pro, sans-serif !important;
font-size: 19px !important;
}

.blog-grid-content li {
	padding: 10px 0px !important;
}

.blog-grid-content ul {
	margin-bottom: 40px !important;
}


p {
margin: 0 0 40px !important;
color: #34343c !important;
line-height: 1.8 !important;
}

.alert>p {
margin: 0px !important;
}

.breadcrumbs-v5 .breadcrumbs-v5-title, .breadcrumbs-v5 .breadcrumbs-v5-subtitle {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
font-family: 'Source Sans Pro', sans-serif !important;
font-weight: 400 !important;
}

.breadcrumbs-v5 a,  .promo-block-v10-content a , .blog-sidebar-content a {
text-decoration: underline;
}

.sharing a,  .sharing a:hover, .portfolio .blog-classic-overlay-body .blog-classic-subtitle a, .portfolio .blog-classic-overlay-body .blog-classic-subtitle p {
color: white !important;
text-decoration: none;
}

.sharing-post a, .sharing-post a:hover, .sharing-post {
font-size: 16px;
font-weight: 700 !important;
color: #999 !important;
}

.blog-classic .blog-classic-overlay {
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.blog-classic .blog-classic-hover:before {
background: rgba(52, 52, 60, 0.75) !important; 
}

.blog-classic-title {
font-family: 'Source Sans Pro', sans-serif !important;
font-size: 20px !important;
margin-bottom: 10px;
font-weight: 400
}

.blog-classic-subtitle {
font-family: 'Source Sans Pro', sans-serif !important;
font-size: 15px !important
}

.blog-classic-paragraph {
font-family: 'Source Sans Pro', sans-serif !important;
font-size: 16px !important
}

.blog-classic .img-responsive {
min-width: 100%;
max-height: 400px;
}

.breadcrumbs-v5 {
padding: 140px 0 40px !important;
}

@media (max-width: 992px) {
.breadcrumbs-v5 {
padding: 40px 0 40px !important;
}
}

.breadcrumbs-v5:before {
background: rgba(52, 52, 60, 0.75) !important; 
}

.row.hero-index p,  .row.hero-index a {
color: white !important;
line-height: 2 !important;
font-size: 19px;
}

.promo-block-v10-content p,  .promo-block-v10-content a {
color: white !important;
}

.header-transparent .navbar-nav .nav-item-child {
font-size: 15px !important;
}

.header-shrink.header-transparent .navbar-nav .nav-item:hover .nav-item-child {
background: #2c3e50;
color: white;
}

pre p {
font-size: 13px;
margin: none;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
}

.social {
padding: 0 20px;
}

.count {
padding: 0 10px;
}

.blog-single-post-content {
padding: 20px 20px 20px !important;
}

.latest-tuts-content-time i {
padding-right: 5px !important;
}

.latest-tuts-content-title a {
text-decoration: none;
font-weight: 400
}

blockquote p {
color: #666 !important;
margin: 0px !important;
}

.blog-grid, .blog-sidebar, .blog-comments, .blog-classic {
border: 1px solid #eaeaea;
}