@font-face {
  font-family: "Aileron Heavy";
  src: url("../fonts/Aileron-Heavy.otf");
}

@font-face {
  font-family: "Roboto Condensed Regular";
  src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
  font-family: "Quattrocento";
  src: url("../fonts/Quattrocento-Regular.ttf");
}

body {
  background: #f4f4f4;;
  color: #5a6872;
  font-family: "Quattrocento Regular", sans-serif;
  font-weight: 400;
  font-size: 16px; 
  margin: 0 0 24px;
  text-align: justify;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #F7F1F1;
  border-bottom: 1px solid #fff;
}
span.time, span.categories {
  color: #ADADAD;
  margin-bottom: 5px;
  font-size: 16px;
}

h1 {
  color: #152935;
  margin-bottom: 5px;
  font-family: "Aileron Heavy", sans-serif;
  font-size: 2.1em;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-style: bold;
}

h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #5596e6;
}
h3 {
  font-size: 1.25em;
}

table {
  width: 100%;
  margin-bottom: 35px;
}

th, td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color: #f5f5f5;}

#home a {
  line-height: 2em;
  font-size: 1.2em;
}

a, a:link, a:active {
  color: #5596e6;
  font-family: "Aileron Regular", sans-serif;
  font-size: 1em;
  margin-bottom: 3px;
  text-decoration: none;
  border-bottom-color: transparent;
}
a:hover {
  color: #2ebaae !important;
  text-decoration: underline;
}

/* Layout */
.main-layout {
  background: #fff;
}
.sidebar-nav {
  margin: 0;
  padding: 0;
}
.sidebar-nav li {
  margin: 0;
  list-style: none;
}
.sidebar-nav li::before {
  content: "»";
  margin-right: .5em;
}

/* Content */
div.content pre {
  background: #333333;
  padding: 10px;
  color: #FFF;
  overflow-x: auto;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 12px;
  border: none;
}
div.content .highlight {
	background: #333333;
}
footer {
  border-top: 1px solid #F7F1F1;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-top: 10px;
  color: #5a6872;
  font-size: 14px;
  bottom: 0;
  padding-bottom: 10px;
}

/* Left column */
h1.author-name {
  color: #3d70b2;
}

div.col-sm-3 {
  margin-top: 100px;
  font-size: 15px;
  color: #666;
}
div.col-sm-3 strong {
  font-size: 25px;
  color: #4A4A4A;
  font-weight: normal;
}
div.col-sm-3 div.profile-about {
  margin-top: 15px;
  font-size: 18px;
  color: #5a6872;
  text-align: left;
}
div.col-sm-3 img.profile-avatar {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  margin-left: auto;
  margin-right: auto;
}

/* Pagination */
.PageNavigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
}
.PageNavigation a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
}
.PageNavigation .next {
  text-align: right;
}
.PageNavigation .prev {
  text-align: left;
}

/* Social Icons */
.social{
  display: block;
  margin: 10px 0;
}
.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social ul li {
  display: inline-block;
  margin: 0 5px;
}
.social li a {
  font-size: 16px;
  color: #969394;
}
.social li a:hover {
  color: #6D6D6D;
}

.share-page {
  padding: 10px 10px 5px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.post-content img,
.content img {
  max-width: 100%
}

/* Responsive Conditional */
@media (min-width: 1024px) {
  .fixed-condition {
    position: fixed;
    max-width: 255px;
  }
}
@media (max-width: 768px) {
  div.col-sm-3 {
    margin-top: 30px;
  }
}