/*----------------------------------------------------------------------------
  Global Reset
----------------------------------------------------------------------------*/

* {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
label,
ul,
ol,
dl,
fieldset,
address {
  margin: 1em 0;
}
fieldset {
  padding: 0.5em;
}
select option {
  padding: 0 5px;
}

.access {
  display: none;
} /* For accessibility related elements */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
a {
  outline: none;
}
a img {
  border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}

/*----------------------------------------------------------------------------
  Main Layout
----------------------------------------------------------------------------*/

body {
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0.05em;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

p {
  color: #222;
  font-size: 16px;
}

ol > li,
ul > li {
  list-style-position: outside;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0.2em;
}

a.top-link {
  color: black;
  margin-top: 40px;
  font-size: 46px;
  text-decoration: none;

  display: none; /* Hidden - Display only the logo */
}

a.top-link:hover {
  text-decoration: none;
  color: deepskyblue;
}

a.top-logo img {
  width: 99px;
  border-radius: 50px;
}
a.top-logo img:hover {
}

strong {
  font-weight: bold;
}

a {
  color: #2382c8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

hr {
  margin: 20px 0 25px 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
  color: #ddd;
  border: none;
}
hr:before {
  content: "\2022 \2022 \2022 \2022 \2022";
}

.container {
  width: 60%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.header-container {
  margin: 0 auto;
}

header {
  margin: 20px 0 20px 0;
  text-align: center;
}

ul,
ol {
  margin: 2em;
  font-size: 14px;
}

ul.nav {
  margin: 0;
  padding: 16px 0 12px 0;
  list-style-type: none;
}
ul.nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 520px) {
  ul.nav {
    position: relative;
    padding-top: 40px;
  }
  ul.nav li {
    margin: 0 4px;
    font-size: 13px;
  }
  ul.nav li.logo {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -14px;
  }
}
ul.nav li a {
  color: black;
  margin-right: 10px;
  text-decoration: none;
  font-weight: lighter;
}
ul.nav li a:hover {
  color: deepskyblue;
}

ul.nav li.logo {
  text-transform: none;
}
ul.nav li.logo a {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  background: #556270;
  border-radius: 100px;
}

/*------------------------------------------------------------------------------
  Home Page
------------------------------------------------------------------------------*/

.listing {
  margin-top: 60px;
}

.listing .post {
  margin: 60px 0;
}
.listing .post:first-child {
  margin-top: 22px;
}

.listing .post p.date {
  font-size: 14px;
  color: #bbb;
}

.listing .post h2 {
  margin: 0 0 -20px 0;
  font-size: 30px;
  border: none;
}

.listing .post h2 a {
  color: #000;
  text-decoration: none;
  font-size: 40px;
}

.listing .post h2 i {
  font-size: 40px;
}

.listing .post .post-summary {
  font-size: 20px;
  color: #777;
}

.listing .post.other {
  color: #666;
}
.listing .post.other h2 {
  margin: -5px 0 -15px 0;
  font-size: 21px;
  font-weight: normal;
}
.listing .post.other h2 a {
  color: #000;
}
.listing .post.other h2 a:hover {
  color: deepskyblue;
}
.listing .post.other p:last-child {
  margin-bottom: 0;
}

.listing .post.other .icon {
  float: left;
  margin-top: -3px;
  margin-left: -35px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #ddd;
}
.listing .post.other .icon:hover {
  text-decoration: none;
  color: #bbb;
}

.listing blockquote {
  border-left-color: #ddd;
}

@media only screen and (max-width: 520px) {
  .listing .post {
    margin: 30px 0;
  }

  .listing .post h2 {
    font-size: 24px;
  }

  .listing .post .post-summary {
    font-size: 18px;
  }
}

/*------------------------------------------------------------------------------
  Post Styles
------------------------------------------------------------------------------*/

p.date {
  color: #aaa;
  margin: 20px 0 0 0;
}

p.intro {
  font-size: 32px;
  line-height: 1.2;
  text-align: justify;
  font-weight: lighter;
}
@media only screen and (max-width: 520px) {
  p.intro {
    font-size: 20px;
  }
}
p.intro a {
  color: #55acee;
}

h1 {
  margin-left: 20px;
}
h1.words {
  color: #db2c17;
}
h1.link {
  font-size: 32px;
}
h1.link .desc {
  font-weight: normal;
  color: #000;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 48px;
    letter-spacing: 0;
  }
}

h2 {
  margin: 2em 0 1.5em 0;
  font-size: 20px;
  color: #000;
}

h3 {
  margin: 2em 0 -0.75em 0;
  font-size: 17px;
  color: #333;
}
h3 a,
h3 a:visited,
h2 a,
h2 a:visited {
  color: #000;
}
h3 a:hover,
h2 a:hover {
  color: #000;
  border: none;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  color: #000;
}

.pagination {
  text-align: right;
  padding-bottom: 30px;
}
.pagination a {
  text-decoration: none;
}
.pagination i {
  font-size: 26px;
  margin-left: 10px;
}

.figure {
  margin: 19px 0 19px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  background: #f5f5f5;
  line-height: 0;
}
.fig-a {
  float: right;
  margin-left: 15px;
}
.figure small {
  margin: 2px 0 0 0;
  padding: 5px 7px;
  display: block;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  color: #666;
  background: #ddd;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.figure small strong {
  text-transform: uppercase;
}
.figure img {
  max-width: 100%;
}

blockquote {
  margin: 1em 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  border-left: 2px solid #aaa;
}
blockquote p {
  margin: 12px 0;
  color: #999;
}

table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid #ccc;
  color: #000;
  background: #fff;
  border-collapse: separate;
  font-size: 11px;
}

caption {
  padding: 10px 10px 5px 0;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

th {
  text-align: center;
  padding: 5px;
}

td {
  text-align: center;
  padding: 3px 5px;
}
.odd td {
  background: #f0f1f2;
}
table.data th,
table.data td {
  text-align: left;
}

p.note {
  color: #666;
}

@media only screen and (max-width: 520px) {
  h1 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
  }
}

img {
  max-width: 100%;
  margin: 0.5em;
}

p > a > img {
  max-width: 100%;
}
/*----------------------------------------------------------------------------
  Follow Box
----------------------------------------------------------------------------*/

.keep-in-touch {
  text-align: right;
  margin: 30px 0;
  border-top: 1px solid #dfe4ea;
}
.keep-in-touch p:first-child {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.keep-in-touch a {
  color: #55acee;
}

.post-date {
  font-size: 14px;
  margin-top: 1.5em;
}

@media only screen and (max-width: 520px) {
  .keep-in-touch {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------------------
  Code Styles
----------------------------------------------------------------------------*/

pre {
  margin: 16px 0;
  padding: 10px;
  color: #444;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  overflow: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
code {
  padding: 0 4px;
  font-size: 0.9em;
  color: #556270;
  background: #f4faff;
  border-radius: 3px;
}
pre code {
  padding: 0;
  color: inherit;
  background: inherit;
  border-radius: 0;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
code span.global {
  color: #3388dd;
}
code span.brackets {
  color: #777777;
}
code span.string {
  color: #bc6710;
}
code span.symbol,
code span.selectors {
  color: #1199ee;
}
code span.properties {
  color: #bb4411;
}
code span.keywords {
  color: #44bb22;
}
code span.comment {
  color: #bcbcbc;
}
code span.shell {
  background: #f1f1f1;
}

code.html span.tag,
code.xaml span.tag {
  color: #bb4411;
}
code.html span.attribute,
code.xaml span.attribute {
  color: #44bb22;
}
code.html span.string,
code.xaml span.string {
  color: blue;
}
code.html span.comment,
code.xaml span.comment {
  color: #999999;
}
code.html span.doctype {
  color: #d7ff80;
}

.social-media-icons {
  margin-right: 6px;
  color: black;
}

.owner-name {
  margin-left: 0;
}
/* @end */
