@charset "UTF-8";
@font-face {
  font-family: "Aharoni";
  src: url("/static/fonts/ahronbd-webfont.eot");
  src: local("☺"), url("/static/fonts/ahronbd-webfont.woff") format("woff"), url("/static/fonts/ahronbd-webfont.ttf") format("truetype"), url("/static/fonts/ahronbd-webfont.svg") format("svg");
  font-weight: bold;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 1.1840946349rem;
}
body p {
  text-align: justify;
}
body a {
  color: steelblue;
  font-weight: bold;
  text-decoration: underline;
}
body a:hover {
  color: dodgerblue;
}
body :target {
  text-decoration: underline;
  color: dodgerblue;
}
body .emphasize {
  font-weight: 600;
}
body .highlight {
  color: #005db7;
}
body .tip {
  background-color: #FAFDFA;
}

.index h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
}
.index section + section {
  margin-top: 30px;
}

.brand {
  padding: 3% 1% 1% 1%;
}
.brand h1 {
  font-size: 7.2rem;
  font-family: "Aharoni";
  text-transform: uppercase;
  line-height: 0.75;
}
.brand h2 {
  font-size: 4.15rem;
  font-family: "Aharoni" !important;
  text-transform: uppercase;
  color: dodgerblue;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.brand .dragon-slayer {
  font-family: "Tangerine", cursive;
  font-size: 2em;
  text-align: right;
}
.brand .dragon-slayer a {
  text-decoration: none;
  color: #cccccc;
}
.brand .dragon-slayer a:hover {
  color: #333333;
  text-decoration: none;
}

.about {
  display: flex;
  flex-direction: column;
}
.about div.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}
.about div.header img {
  width: 30%;
}

.blog {
  padding: 3% 0 0 0;
  margin: 0 auto;
}
.blog .index-title {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.blog .brand {
  padding: 3% 0 0 0;
  display: flex;
  justify-content: center;
}
.blog .brand h1 {
  font-size: 4rem;
  font-family: "Aharoni";
  text-transform: uppercase;
  line-height: 0.75;
}
.blog .brand h1 span {
  color: dodgerblue;
}
.blog article {
  padding: 1.5rem;
}
.blog article h1 {
  margin-top: 2rem;
  font-size: 3.1rem;
}
.blog article h2 {
  margin-top: 2rem;
  font-size: 1.9159053651rem;
}
.blog article h3 {
  margin-top: 2rem;
  font-size: 1.9734910581rem;
}
.blog article h4 {
  margin-top: 2rem;
  font-size: 1.8764377699rem;
}
.blog article h5 {
  margin-top: 2rem;
  font-size: 1.6567175994rem;
}
.blog article h6 {
  margin-top: 2rem;
  font-size: 1.3652103816rem;
  text-decoration: underline;
}
.blog article p {
  font-size: 1.1840946349rem;
}
.blog article img {
  transition: transform ease-in-out 0.3s;
}
.blog article img:hover {
  background-color: white;
  border: 1px solid #333;
  transform: scale(1.4);
}
.blog .article-head {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.blog .article-head h1 {
  font-size: 3.2em;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.blog .article-head h2 {
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
}
.blog .article-head h3 {
  font-size: 1.8em;
  font-weight: bold;
}
.blog .article-head .author {
  font-style: italic;
  color: #000000;
  text-align: center;
}
.blog .toc {
  padding: 10px;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  font-size: 1rem;
}
.blog .toc a {
  font-weight: normal;
}
.blog .toc a {
  text-decoration: none;
}
.blog .toc a:hover {
  text-decoration: underline;
}
.blog blockquote p {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1840946349rem;
}
.blog blockquote {
  font-weight: normal;
  background-color: #FDFDFD;
  border-left: 5px solid #389dff;
  padding: 10px;
  line-height: 1.5rem;
  /*font-style: italic;*/
}
.blog code {
  color: #29636b;
  font-weight: 400;
  font-family: monospace;
  background: #FAFAFA;
  font-size: 1rem;
  padding: 1px;
}
.blog .codehilite {
  line-height: 1.4rem;
}

nav {
  padding: 0 !important;
}

.navbar {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0 0;
}
.navbar li {
  padding: 5px 0 5px 0;
}
.navbar li a {
  font-weight: 400;
  font-size: 1.7em;
  color: #555;
  text-decoration: none;
}
.navbar li a:hover {
  color: dodgerblue !important;
  text-decoration: underline;
}

.social {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}
.social li {
  display: inline-block;
  padding: 0 10px 0 10px;
}
.social li a {
  font-size: 3em;
  color: #333;
}
.social .linkedin {
  color: #0077B5;
}
.social .twitter {
  color: #1DA1F2;
}

.copyright {
  color: #555;
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
}
.copyright i {
  color: #E74C3C;
}

.profile {
  margin: 20px 0 20px 0;
  width: 100%;
}

.links-list {
  padding: 0;
}
.links-list .links-list-item ~ .links-list-item {
  border-top: 1px solid #EEEEEE;
}
.links-list .links-list-item {
  list-style: none;
}
.links-list .links-list-item .link {
  display: inline-block;
  padding: 20px 10px 20px 8px;
  border-left: 2px solid transparent;
  width: 100%;
  color: steelblue;
  text-decoration: none;
}
.links-list .links-list-item .link:hover {
  background-color: #FBFBFB;
  color: dodgerblue;
  border-left: 2px solid dodgerblue;
}
.links-list .links-list-item .link .date {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: lighter;
}
.links-list .links-list-item .link h4.title,
.links-list .links-list-item .link h5.title {
  font-family: "Roboto Condensed", sans-serif;
}
.links-list .links-list-item .link h4.bold {
  font-weight: bold;
}
.links-list .links-list-item .link h4.path,
.links-list .links-list-item .link h5.path {
  color: #333333;
  font-family: monospace;
  font-size: 0.8rem;
}
.links-list .links-list-item .link h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
}
.links-list .links-list-item .link h5 {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.links-list .links-list-item .link .description {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.4rem;
  text-align: justify;
}
.links-list .links-list-item .link:hover .description {
  color: #333333 !important;
}
.links-list .links-list-item .badge {
  font-weight: lighter;
}

.see-more {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.skillset {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.skillset .badge.skill {
  font-size: 1.2rem;
  margin: 0.2rem;
  flex-grow: 1;
}
.skillset .badge-main {
  color: white;
  background-color: steelblue;
}
.skillset .badge .years {
  background-color: #315a7d;
}
.skillset .skill-level-1 {
  background-color: #4b88c3;
}
.skillset .skill-level-2 {
  background-color: #4080bf;
}
.skillset .skill-level-3 {
  background-color: #3c78b3;
}
.skillset .skill-level-4 {
  background-color: #3871a8;
}
.skillset .skill-level-5 {
  background-color: #34699c;
}
.skillset .skill-level-6 {
  background-color: #306191;
}
.skillset .skill-level-7 {
  background-color: #2c5a85;
}
.skillset .skill-level-8 {
  background-color: #29527a;
}
.skillset .skill-level-9 {
  background-color: #254a6e;
}
.skillset .skill-level-10 {
  background-color: #214263;
}
.skillset .skill-level-11 {
  background-color: #1d3b58;
}
.skillset .skill-level-12 {
  background-color: #19334c;
}
.skillset .skill-level-13 {
  background-color: #162b41;
}
.skillset .skill-level-14 {
  background-color: #122435;
}
.skillset .skill-level-15 {
  background-color: #0e1c2a;
}
.skillset .skill-level-16 {
  background-color: #0a141e;
}
.skillset .skill-level-17 {
  background-color: #060d13;
}
.skillset .skill-level-19 {
  background-color: black;
}
.skillset .skill-level-20 {
  background-color: black;
}

@media (max-width: 378.98px) {
  .brand h1 {
    font-size: 2.4rem;
  }
  .brand h2 {
    font-size: 1.3387096774rem;
  }
  .blog .brand h1 {
    font-size: 2.4rem;
  }
  .blog .brand h1 span {
    display: block;
    font-size: 2.075rem;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  .navbar li {
    display: flex;
    justify-content: center;
    background-color: #FAFAFA;
    padding: 0;
  }
  .navbar li a {
    padding: 5px 0 5px 0;
    text-align: center;
    width: 100%;
    font-size: 1.7em;
    text-decoration: none;
  }
  .navbar li a:hover {
    text-decoration: none;
  }
  .about div.header {
    flex-direction: column;
  }
  .about div.header img {
    width: 40%;
  }
}
@media (min-width: 379px) and (max-width: 439.98px) {
  .brand h1 {
    font-size: 3.6rem;
  }
  .brand h2 {
    font-size: 1.7291666667rem;
  }
  .blog .brand h1 {
    font-size: 2.5714285714rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 2.075rem;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  .navbar li {
    display: flex;
    justify-content: center;
    background-color: #FAFAFA;
    padding: 0;
  }
  .navbar li a {
    padding: 5px 0 5px 0;
    text-align: center;
    width: 100%;
    font-size: 1.7em;
    text-decoration: none;
  }
  .navbar li a:hover {
    text-decoration: none;
  }
  .about div.header {
    flex-direction: column;
  }
  .about div.header img {
    width: 40%;
  }
}
@media (min-width: 440px) and (max-width: 575.98px) {
  .brand h1 {
    font-size: 3.6rem;
  }
  .brand h2 {
    font-size: 1.7291666667rem;
  }
  .blog .brand h1 {
    font-size: 2.88rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 2.7666666667rem;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  .navbar li {
    display: flex;
    justify-content: center;
    background-color: #FAFAFA;
    padding: 0;
  }
  .navbar li a {
    padding: 5px 0 5px 0;
    text-align: center;
    width: 100%;
    font-size: 1.7em;
    text-decoration: none;
  }
  .navbar li a:hover {
    text-decoration: none;
  }
  .about div.header {
    flex-direction: column;
  }
  .about div.header img {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .brand h1 {
    font-size: 3.6rem;
  }
  .brand h2 {
    font-size: 2.075rem;
  }
  .blog .brand h1 {
    font-size: 2.88rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 2.7666666667rem;
  }
  .about div.header {
    flex-direction: column;
  }
  .about div.header img {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .brand h1 {
    font-size: 4.8rem;
  }
  .brand h2 {
    font-size: 2.7666666667rem;
  }
  .blog .brand h1 {
    font-size: 4rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 3.7727272727rem;
  }
  .about div.header {
    flex-direction: column;
  }
  .about div.header img {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .brand h1 {
    font-size: 6rem;
  }
  .brand h2 {
    font-size: 3.4583333333rem;
  }
  .blog .brand h1 {
    font-size: 4.8rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 4.15rem;
  }
}
@media (min-width: 1200px) {
  .brand h1 {
    font-size: 7.2rem;
  }
  .brand h2 {
    font-size: 4.15rem;
  }
  .blog .brand h1 {
    font-size: 4.8rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 4.6111111111rem;
  }
}
@media (min-width: 1400px) {
  .blog .brand h1 {
    font-size: 5.1428571429rem;
  }
  .blog .brand h1 span {
    display: inline-block;
    font-size: 4.6111111111rem;
  }
}
@media (min-width: 1900px) {
  .blog .toc {
    padding: 10px;
    margin: 0;
    position: fixed;
    left: 0.5%;
    top: 5%;
    font-size: 0.98rem;
  }
  .blog .toc a {
    font-weight: normal;
  }
}
@media (min-width: 2000px) {
  .blog .toc {
    padding: 10px;
    margin: 0;
    position: fixed;
    left: 0.5263157895%;
    top: 5%;
    font-size: 1.03rem;
  }
  .blog .toc a {
    font-weight: normal;
  }
}
@media (min-width: 2100px) {
  .blog .toc {
    padding: 10px;
    margin: 0;
    position: fixed;
    left: 0.5526315789%;
    top: 5%;
    font-size: 1.08rem;
  }
  .blog .toc a {
    font-weight: normal;
  }
}
@media (min-width: 2200px) {
  .blog .toc {
    padding: 10px;
    margin: 0;
    position: fixed;
    left: 0.5789473684%;
    top: 5%;
    font-size: 1.13rem;
  }
  .blog .toc a {
    font-weight: normal;
  }
}
@media (min-width: 2300px) {
  .blog .toc {
    padding: 10px;
    margin: 0;
    position: fixed;
    left: 0.6052631579%;
    top: 5%;
    font-size: 1.18rem;
  }
  .blog .toc a {
    font-weight: normal;
  }
}
@media (min-width: 2400px) {
  .blog .toc {
    padding: 10px;
    margin: 0;
    position: fixed;
    left: 0.6315789474%;
    top: 5%;
    font-size: 1.23rem;
  }
  .blog .toc a {
    font-weight: normal;
  }
}
[data-bs-theme=dark] body {
  color: white;
}
[data-bs-theme=dark] body p {
  text-align: justify;
}
[data-bs-theme=dark] body a {
  color: #4b8fd2;
}
[data-bs-theme=dark] body a:hover {
  color: dodgerblue;
}
[data-bs-theme=dark] .toc {
  background: #222222;
}
[data-bs-theme=dark] .skillset .skill-level-1 {
  background-color: #1e384d !important;
}
[data-bs-theme=dark] .skillset .skill-level-2 {
  background-color: #213d55 !important;
}
[data-bs-theme=dark] .skillset .skill-level-3 {
  background-color: #24425c !important;
}
[data-bs-theme=dark] .skillset .skill-level-4 {
  background-color: #274863 !important;
}
[data-bs-theme=dark] .skillset .skill-level-5 {
  background-color: #294d6b !important;
}
[data-bs-theme=dark] .skillset .skill-level-6 {
  background-color: #2c5272 !important;
}
[data-bs-theme=dark] .skillset .skill-level-7 {
  background-color: #2f5879 !important;
}
[data-bs-theme=dark] .skillset .skill-level-8 {
  background-color: #325d81 !important;
}
[data-bs-theme=dark] .skillset .skill-level-9 {
  background-color: #356288 !important;
}
[data-bs-theme=dark] .skillset .skill-level-10 {
  background-color: #38678f !important;
}
[data-bs-theme=dark] .skillset .skill-level-11 {
  background-color: #3b6d97 !important;
}
[data-bs-theme=dark] .skillset .skill-level-12 {
  background-color: #3d729e !important;
}
[data-bs-theme=dark] .skillset .skill-level-13 {
  background-color: #4077a5 !important;
}
[data-bs-theme=dark] .skillset .skill-level-14 {
  background-color: #437dad !important;
}
[data-bs-theme=dark] .skillset .skill-level-15 {
  background-color: steelblue !important;
}
[data-bs-theme=dark] .skillset .skill-level-16 {
  background-color: #4b87b9 !important;
}
[data-bs-theme=dark] .skillset .skill-level-17 {
  background-color: #528cbc !important;
}
[data-bs-theme=dark] .skillset .skill-level-19 {
  background-color: #6196c2 !important;
}
[data-bs-theme=dark] .skillset .skill-level-20 {
  background-color: #699bc4 !important;
}
[data-bs-theme=dark] .links-list {
  padding: 0;
}
[data-bs-theme=dark] .links-list .links-list-item ~ .links-list-item {
  border-top: 1px solid #EEEEEE;
}
[data-bs-theme=dark] .links-list .links-list-item {
  list-style: none;
}
[data-bs-theme=dark] .links-list .links-list-item .link:hover {
  background-color: #222222;
}
[data-bs-theme=dark] .links-list .links-list-item .link .description {
  color: #cccccc !important;
}
[data-bs-theme=dark] .links-list .links-list-item .link:hover .description {
  color: white !important;
}
[data-bs-theme=dark] .blog blockquote {
  background-color: #222222;
}
[data-bs-theme=dark] .blog code {
  background-color: #222222;
}
[data-bs-theme=dark] .navbar li a {
  color: #cccccc;
  text-decoration: none;
}
[data-bs-theme=dark] .navbar li a:hover {
  color: dodgerblue !important;
  text-decoration: underline;
}

.tool {
  cursor: help;
  position: relative;
  text-align: center;
}

.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}

.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #000000 transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.2s cubic-bezier(0.5, -0.18, 0.31, 1.26), opacity 0.65s 0.1s;
  transform: scale(0.2) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all 0.2s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.1s;
}

.tool::after {
  font-size: 0.9rem;
  background: #000000;
  bottom: 180%;
  color: #EDEFF0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 0.5rem;
  transition: all 0.3s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.1s;
  transform: scale(0.3) translateY(50%);
  width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

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