@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&family=IBM+Plex+Serif:ital@0;1&display=swap");
code {
  display: block;
  overflow-x: scroll; }

.highlight pre {
  background-color: #404040;
  font-size: 14px !important;
  padding: 5px;
  word-break: break-word;
  color: #fff; }

.highlight .hll {
  background-color: #404040; }

.highlight .c {
  color: #999999;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .g {
  color: #d0d0d0; }

/* Generic */
.highlight .k {
  color: #6ab825;
  font-weight: bold; }

/* Keyword */
.highlight .l {
  color: #d0d0d0; }

/* Literal */
.highlight .n {
  color: #d0d0d0; }

/* Name */
.highlight .o {
  color: #d0d0d0; }

/* Operator */
.highlight .x {
  color: #d0d0d0; }

/* Other */
.highlight .p {
  color: #d0d0d0; }

/* Punctuation */
.highlight .cm {
  color: #999999;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #cd2828;
  font-weight: bold; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999999;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #e50808;
  font-weight: bold;
  background-color: #520000; }

/* Comment.Special */
.highlight .gd {
  color: #d22323; }

/* Generic.Deleted */
.highlight .ge {
  color: #d0d0d0;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #d22323; }

/* Generic.Error */
.highlight .gh {
  color: #ffffff;
  font-weight: bold; }

/* Generic.Heading */
.highlight .gi {
  color: #589819; }

/* Generic.Inserted */
.highlight .go {
  color: #cccccc; }

/* Generic.Output */
.highlight .gp {
  color: #aaaaaa; }

/* Generic.Prompt */
.highlight .gs {
  color: #d0d0d0;
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #ffffff;
  text-decoration: underline; }

/* Generic.Subheading */
.highlight .gt {
  color: #d22323; }

/* Generic.Traceback */
.highlight .kc {
  color: #6ab825;
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  color: #6ab825;
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kn {
  color: #6ab825;
  font-weight: bold; }

/* Keyword.Namespace */
.highlight .kp {
  color: #6ab825; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #6ab825;
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #6ab825;
  font-weight: bold; }

/* Keyword.Type */
.highlight .ld {
  color: #d0d0d0; }

/* Literal.Date */
.highlight .m {
  color: #3677a9; }

/* Literal.Number */
.highlight .s {
  color: #ed9d13; }

/* Literal.String */
.highlight .na {
  color: #bbbbbb; }

/* Name.Attribute */
.highlight .nb {
  color: #24909d; }

/* Name.Builtin */
.highlight .nc {
  color: #447fcf;
  text-decoration: underline; }

/* Name.Class */
.highlight .no {
  color: #40ffff; }

/* Name.Constant */
.highlight .nd {
  color: #ffa500; }

/* Name.Decorator */
.highlight .ni {
  color: #d0d0d0; }

/* Name.Entity */
.highlight .ne {
  color: #bbbbbb; }

/* Name.Exception */
.highlight .nf {
  color: #447fcf; }

/* Name.Function */
.highlight .nl {
  color: #d0d0d0; }

/* Name.Label */
.highlight .nn {
  color: #447fcf;
  text-decoration: underline; }

/* Name.Namespace */
.highlight .nx {
  color: #d0d0d0; }

/* Name.Other */
.highlight .py {
  color: #d0d0d0; }

/* Name.Property */
.highlight .nt {
  color: #6ab825;
  font-weight: bold; }

/* Name.Tag */
.highlight .nv {
  color: #40ffff; }

/* Name.Variable */
.highlight .ow {
  color: #6ab825;
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #666666; }

/* Text.Whitespace */
.highlight .mf {
  color: #3677a9; }

/* Literal.Number.Float */
.highlight .mh {
  color: #3677a9; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #3677a9; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #3677a9; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #ed9d13; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #ed9d13; }

/* Literal.String.Char */
.highlight .sd {
  color: #ed9d13; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #ed9d13; }

/* Literal.String.Double */
.highlight .se {
  color: #ed9d13; }

/* Literal.String.Escape */
.highlight .sh {
  color: #ed9d13; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #ed9d13; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #ffa500; }

/* Literal.String.Other */
.highlight .sr {
  color: #ed9d13; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #ed9d13; }

/* Literal.String.Single */
.highlight .ss {
  color: #ed9d13; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #24909d; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #40ffff; }

/* Name.Variable.Class */
.highlight .vg {
  color: #40ffff; }

/* Name.Variable.Global */
.highlight .vi {
  color: #40ffff; }

/* Name.Variable.Instance */
.highlight .il {
  color: #3677a9; }

/* Literal.Number.Integer.Long */
.highlighter-rouge {
  display: inline;
  background: grey;
  color: white;
  padding: 5px; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  font-size: 18px; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm td, .table-sm th {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th,
.table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.table-primary tbody + tbody, .table-primary td, .table-primary th,
.table-primary thead th {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

.table-success tbody + tbody, .table-success td, .table-success th,
.table-success thead th {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

.table-warning tbody + tbody, .table-warning td, .table-warning th,
.table-warning thead th {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 1em 10px .1em 10px;
  quotes: "“" "”" "‘" "’"; }

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500 !important; }

.currentNav {
  color: green; }

.blogcontent {
  position: relative;
  z-index: 300; }

.blogcontent p {
  margin-bottom: 15px;
  line-height: 33px;
  font-size: 21px; }

.plaintext, a.plaintext {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-size: 22px; }

.post_header_img, .post_img {
  width: 100%; }

.post_img_sml {
  max-height: auto;
  width: auto; }

.post_img_sml_gif {
  width: auto;
  max-width: 300px; }

.postimg450 {
  width: 100%;
  max-width: 450px;
  display: block; }

.rocketgif, .gif450h {
  max-height: 450px;
  width: auto; }

.gif180 {
  max-width: 180px;
  height: auto; }

.nyuid_img, .thatsme_img {
  width: 100%;
  max-width: 450px;
  display: block; }

#html5_video, .blogvideo {
  width: 100%;
  max-width: 450px;
  height: auto; }

.html5_video_wide {
  width: 100%;
  height: auto; }

.firstdayvid {
  height: 254px; }

a.cat_hdr {
  color: #000; }

.post-categories {
  font-size: 1.8em; }

.disqus-footer__wrapper {
  display: none !important; }

pre {
  font-size: 14px;
  background-color: #f6f8fa;
  color: f;
  padding: 5px; }

.language-error {
  color: red; }

.imgsub {
  font-size: 15px;
  color: #333;
  top: -10px;
  position: relative; }

.imgsub25 {
  top: -25px; }

.wd-wrap {
  word-wrap: break-word; }

a.link {
  color: #000;
  text-decoration: underline; }

.responsive_iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive_iframe iframe, .responsive_iframe object, .responsive_iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1064px) {
  .wideImg {
    width: 100% !important;
    max-width: 100% !important; } }
@media screen and (max-width: 980px) {
  .post_img_100percent {
    max-height: auto;
    width: 100%; } }
@media screen and (max-width: 435px) {
  img {
    width: 100% !important; }

  .responsive_iframe_portrait {
    max-width: 435px !important;
    width: 100%;
    height: 100%; } }
.masthead header {
  position: relative;
  z-index: 300; }

.full_width {
  text-align: center; }

/* ##### ADDED FOR SMALL HEADER ####### */
.masthead header .ident {
  background-size: 90px 90px;
  width: 90px;
  height: 90px; }

.title {
  position: relative;
  margin: -147px 0;
  left: 115px;
  width: 100% !important; }

p.title {
  line-height: 22px; }

.masthead p {
  max-width: 100% !important; }

.jake-head {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  top: -85px;
  left: 10px; }

.masthead {
  margin-bottom: -10px !important; }

li {
  list-style: none; }

h5 {
  font-size: 35px; }

@media only screen and (max-width: 1100px) {
  .masthead header .ident {
    position: relative;
    top: -34px; }

  .jake-head {
    top: -118px; }

  .title {
    margin: -98px 0; }

  .widediv_txt {
    top: 40% !important; } }
@media only screen and (max-width: 895px) {
  .title {
    margin: -103px 0;
    width: 90% !important; } }
@media only screen and (max-width: 768px) {
  .widediv_txt {
    top: 40% !important; } }
@media only screen and (max-width: 700px) {
  .wrap {
    /* padding: 0 5%; */ }

  .masthead header {
    margin: 68px 12% 5px 0; }

  .title {
    top: -166px;
    width: 81% !important; }

  .widediv_txt,
  .kfdtext {
    top: 50% !important; } }
@media only screen and (max-width: 425px) {
  .masthead p {
    margin-top: -40px !important; } }
@media only screen and (max-width: 363px) {
  .title {
    top: -166px;
    width: 75% !important; } }
/* ##### END ADDED FOR SMALL HEADER ####### */
@media only screen and (max-width: 1600px) {
  .img_1600 {
    width: 100%; } }
@media only screen and (max-width: 1175px) {
  .kfdtext,
  .kfdtext {
    top: 40%; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .widediv_txt {
    top: 90% !important; } }
@media only screen and (max-width: 699px) {
  .masthead p {
    margin-top: -25px; }

  .widediv_txt {
    top: 35% !important; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .widediv_txt {
    top: 90% !important; } }
@media only screen and (max-width: 425px) {
  .masthead p {
    margin-top: -55px; }

  .widediv_txt {
    top: 42% !important; } }
