.rancho-regular {
  font-family: "Rancho", cursive;
  font-weight: 400;
  font-style: normal;
}

.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: larger;
}

.sriracha-regular {
  font-family: "Sriracha", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: larger;
}

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

.highlight .c {
  color: #008800;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .k {
  color: #000080;
  font-weight: bold;
} /* Keyword */
.highlight .cm {
  color: #008800;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #008080;
} /* Comment.Preproc */
.highlight .c1 {
  color: #008800;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #008800;
  font-weight: bold;
} /* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #aa0000;
} /* Generic.Error */
.highlight .gh {
  color: #999999;
} /* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
} /* Generic.Inserted */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #555555;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #aaaaaa;
} /* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
  color: #000080;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #000080;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #000080;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #000080;
  font-weight: bold;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #000080;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #000080;
  font-weight: bold;
} /* Keyword.Type */
.highlight .m {
  color: #0000FF;
} /* Literal.Number */
.highlight .s {
  color: #0000FF;
} /* Literal.String */
.highlight .na {
  color: #FF0000;
} /* Name.Attribute */
.highlight .nt {
  color: #000080;
  font-weight: bold;
} /* Name.Tag */
.highlight .ow {
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #0000FF;
} /* Literal.Number.Float */
.highlight .mh {
  color: #0000FF;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #0000FF;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #0000FF;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #0000FF;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #800080;
} /* Literal.String.Char */
.highlight .sd {
  color: #0000FF;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #0000FF;
} /* Literal.String.Double */
.highlight .se {
  color: #0000FF;
} /* Literal.String.Escape */
.highlight .sh {
  color: #0000FF;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #0000FF;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #0000FF;
} /* Literal.String.Other */
.highlight .sr {
  color: #0000FF;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #0000FF;
} /* Literal.String.Single */
.highlight .ss {
  color: #0000FF;
} /* Literal.String.Symbol */
.highlight .il {
  color: #0000FF;
} /* Literal.Number.Integer.Long */
.header-block {
  background-color: #1d2126;
  color: #ffffff;
  border-bottom: 5px solid #4481b3;
}

.footer-block {
  background-color: #1d2126;
  color: #ffffff;
  border-top: 5px solid #4481b3;
}

.header-block p, .header-block li, .footer-block p, .footer-block li {
  font-size: 1.2rem;
}

.logo-img {
  vertical-align: middle;
  border-radius: 50%;
  border: 3px solid #4481b3;
  width: 4.6875rem;
  height: 4.6875rem;
  margin: 0.635rem;
}

.logo-text {
  font-family: "Rancho", cursive;
  color: #4481b3;
  font-size: 3rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 3.125rem;
}

article p:first-of-type::first-letter, main p:first-of-type::first-letter {
  color: #4481b3;
  font-size: 1.8rem;
}

/* Banners */
#mt4-stuff {
  min-height: 300px;
  padding: 1.5625rem;
  background-color: #4481b3;
  background-image: url("/assets/img/mt4/candlestick-chart.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
}

#mt4-note {
  padding: 1.5625rem;
  background: rgba(0, 0, 0, 0.7);
  max-width: 500px;
  color: white;
}

#mt4-note h2 {
  color: red;
}

.banner {
  padding: 1.5625rem;
  justify-content: center;
  align-items: center;
  background-color: #4481b3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  margin-bottom: 1.25rem;
}

.banner-height {
  min-height: 400px;
}

.banner h1 {
  color: white;
  font-size: 4rem;
  text-shadow: 2px 2px 2px black;
}

#zoom-session {
  background-image: url("/assets/img/banners/zoom-session.jpg");
  background-position: center;
}

#data-center {
  background-image: url("/assets/img/banners/data-center.jpg");
}

#web-dev {
  background-image: url("/assets/img/banners/web-dev.jpg");
}

#hypnosis {
  background-image: url("/assets/img/banners/hypnosis.jpg");
  background-position: center top;
}

#legal {
  background-image: url("/assets/img/banners/legal-bg.jpg");
  background-position: center bottom;
}

/* /Banners */
/* copy button for code */
figure.highlight {
  margin: 5px;
  background-color: lightgrey;
  position: relative;
  overflow: hidden; /* keep everything inside */
  padding-top: 2.5em; /* space for the button */
}

figure.highlight code {
  display: block; /* makes padding apply properly */
  padding-left: 1em;
  padding-right: 1em;
  white-space: pre-wrap; /* optional: wrap long lines */
}

figure.highlight pre {
  margin: 0;
  overflow-x: auto;
}

/* Style and position the button */
button.copy {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1;
  padding: 0.3em 0.6em;
  font-size: 0.8em;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

/* _sass/_post.css */
figure.highlight > button {
  opacity: 0;
}

figure.highlight:hover > button {
  opacity: 1;
}

/* /copy button for code */
iframe {
  aspect-ratio: 16/9;
  width: 80% !important;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

body {
  font-family: "Sriracha", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #4481b3;
}

/* small mobile device overrides */
@media screen and (max-width: 768px) {
  .logo-img {
    width: 3.6875rem;
    height: 3.6875rem;
  }
  .logo-text {
    font-size: 2.5rem;
    margin-right: 2.125rem;
  }
  .banner-height {
    min-height: 200px;
  }
  .banner h1 {
    font-size: 2rem;
  }
}
/* /small mobile device overrides */
@media screen {
  .screen {
    display: block;
  }
  .print {
    display: none;
  }
}
@media print {
  .screen {
    display: none;
  }
  .print {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */