body {
  color: #414141;
  font-family: 'Karla', sans-serif;

  font-size: 18px;
  line-height: 30px;
}

div.red { background-color: red; }
div.orange { background-color: orange; }
div.yellow { background-color: yellow; }
div.purple { background-color: purple; }

div.blog_navbar {
  height: 140px;
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 4px;
}

.navbar_logo {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 30px 0px 0px;
  color: gray;
  cursor: pointer;
}
.navbar_logo_link {
  color: gray;
}
.navbar_logo_link:hover {
  text-decoration: none;
  color: #555;
}

.navbar_logo_icon {
  font-size: 18px;
  margin-right: 0px;
  margin-bottom: -1px;
}
.navbar_slogan_holder {
  font-size: 13px;
  margin-left: -1px;
  margin-top: -3px;
}
.navbar_slogan {
  color: gray;
}
.navbar_slogan:hover {
  text-decoration: none;
  color: #555;
}

.navbar_link_holder {
  display: inline-block;
  padding: 20px 18px;
}
.navbar_link {
  color: #414141;
}
.navbar_link:hover {
  color: #555;
}

div.content {
  padding: 0px 60px;
}
@media (max-width: 900px) {
div.content {
  padding: 0px 10px;
  }
}


a.post_wrapper {
  color: inherit;
}
a.post_wrapper:hover {
  color: inherit;
  text-decoration: inherit;;
}

h1 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}

div.grayline {
  height: 1px;
  border-bottom: 1px solid gray;
  margin-bottom: 34px;
}

span.read_more_link {
  font-size: 16px;
  color: #656565;
  cursor: pointer;
  font-style: italic;
}

div.blog_by {
  margin: 20px 0px;
  font-size: 13px;
}
img.blog_author_pic {
  width: 34px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 8px;
}
span.blog_author {
}
span.blog_date {
  color: gray;
}
.blog_end_logo {
  font-size: 9px;
  color: #656565;
  position: relative;
  top: -1px;
  left: 6px;
}

p.paragraph {
  font-size: 18px;
  line-height: 30px;
  line-height: 1.75;
  margin-bottom: 52px;

  /*
  font-size: 17px;
  line-height: 32px;
  font-weight: 200;
  */
}
p.note {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  color: #555;
  padding: 32px 24px;
}

ol.ordered_list {
  margin-bottom: 44px;
}
ol.ordered_list li {
  margin-bottom: 14px;
}

div.full_width_image {
}
div.full_width_image img,
div.full_width_image video {
  width: 100%;
  margin-bottom: 22px;
}

div.video {
  text-align: center;
  margin-bottom: 44px;
}

div.gist {
  margin-bottom: 44px;
}

code.code_block {
  display: block;
  padding: 10px 22px;
  margin-bottom: 44px;
  line-height: 22px;
  overflow: scroll;
}

code.one_line {
  font-weight: bold;
  display: block;
  padding: 10px 22px;
  margin-bottom: 44px;
  line-height: 22px;
  overflow: scroll;
}

code {
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
  font-size: 13px;
  margin: 16px 0px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  color: #555;
  padding: 4px 6px;
}
