@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
}

h1,
h2 {
  font-family: "DM Serif Display";
}

h4 {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 0.75em;
  letter-spacing: 3px;
}

h1 {
  font-size: 2.5em;
}

li {
  font-family: "Poppins";
  list-style: none;
}

li {
  font-family: "Poppins";
}

span {
  font-family: "DM Serif Display";
}

h3 {
  font-family: "Poppins";
  font-weight: normal;
  letter-spacing: 3px;
}

p {
  font-family: "Poppins";
}

.header_link {
  font-family: "DM Serif Display";
  font-weight: normal;
  font-size: 1.1em;
}

.blog_title {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 1.1em;
  max-width: 29ch;
}

.moreBtn {
  font-family: "Poppins";
}

.text_link {
  color: #DBB6B9;
}

.red {
  color: #E54546;
}

.left, .right {
  font-size: 18px;
}

.right_para, .left_para {
  font-size: 1.15em;
}

@media screen and (max-width: 425px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.1em;
  }
  .left, .right {
    font-size: 12px;
  }
  .right_para, .left_para {
    font-size: 1em;
  }
}

@media screen and (max-width: 1100px) {
  .blog_title {
    max-width: 100%;
    padding: 0 50px;
  }
}

.blog_sub {
  font-family: "Poppins";
  font-weight: normal;
}

.blog_post ul li {
  font-size: 1.1875em;
}

.blog_post h3 {
  font-size: 1.3em;
}

.blog_post .gist span {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}

body {
  background-color: #FFFCF9;
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
}

body.light-mode {
  background-color: #FFFCF9;
}

body.light-mode .nav {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background: #FFFCF9;
}

body.light-mode .nav .hamb {
  color: #222222;
}

body.light-mode .nav .header_link {
  color: #222222;
}

body.light-mode .header {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background: #FFFCF9;
  color: #222222;
}

body.light-mode .header .profileImg {
  background-color: #E4C0C3;
}

body.light-mode .about {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #F9F2E8;
  background-image: url(/svg/design.svg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  color: #222222;
}

body.light-mode .about h1 {
  -webkit-text-decoration-color: #E4C0C3;
          text-decoration-color: #E4C0C3;
}

body.light-mode .blog {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #FFFCF9;
}

body.light-mode .blog a, body.light-mode .blog h2 {
  color: #222222;
}

body.light-mode .blog .moreBtn {
  border: 2px solid #222222;
  background-color: #FFFCF9;
  color: #222222;
}

body.light-mode .work {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #F9F2E8;
  color: #222222;
  background-image: url(/svg/monogram.svg);
  background-repeat: no-repeat;
  background-position: 3% 95%;
  background-size: 50px;
}

body.light-mode .socials {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #FFFCF9;
  color: #222222;
}

body.light-mode .socials icons {
  color: #222222;
}

body.light-mode .socials .social_icons {
  color: #222222;
}

body.light-mode .socials .social_icons:nth-child(3n + 1) {
  color: #E4C0C3;
}

body.light-mode .socials .social_icons:nth-child(3n + 2) {
  color: #E54546;
}

body.light-mode .blog_post code {
  background-color: #E4C0C3;
  color: #222222;
}

body.light-mode .blog_post ol li, body.light-mode .blog_post ul li {
  color: #222222;
}

body.light-mode .blog_post .blog_title, body.light-mode .blog_post .blog_heading, body.light-mode .blog_post .blog_sub, body.light-mode .blog_post span, body.light-mode .blog_post p, body.light-mode .blog_post h3, body.light-mode .blog_post .footer_title, body.light-mode .blog_post hr {
  color: #222222;
}

body.light-mode .footer_tags .footer_tag, body.light-mode .tags .post_tag {
  background-color: #E4C0C3;
  color: white;
}

body.light-mode .blog_archive h1 {
  color: #222222;
}

body.light-mode .blog_archive .archive_link {
  background-color: #FFFDFC;
}

body.light-mode .blog_archive .archive_link a, body.light-mode .blog_archive .archive_link p {
  color: #222222;
}

body.light-mode .blog_content h2 {
  color: #222222;
}

body.light-mode .return {
  color: #222222;
}

body.dark-mode {
  background-color: #222222;
}

body.dark-mode .nav {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #222222;
}

body.dark-mode .nav .hamb {
  color: #F9F2E8;
}

body.dark-mode .nav .header_link {
  color: #F9F2E8;
}

body.dark-mode .nav .toggle path {
  fill: #F9F2E8;
}

body.dark-mode .header {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #222222;
  color: #F9F2E8;
}

body.dark-mode .about {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #E4C0C3;
  background-image: url(/svg/design-2.svg);
  background-repeat: repeat-y;
  background-attachment: fixed;
}

body.dark-mode .about h1 {
  -webkit-text-decoration-color: #F9F2E8;
          text-decoration-color: #F9F2E8;
}

body.dark-mode .blog {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #222222;
  color: #F9F2E8;
}

body.dark-mode .blog h2 {
  color: #F9F2E8;
}

body.dark-mode .blog .moreBtn {
  border: 2px solid #F9F2E8 !important;
  background-color: #222222 !important;
  color: #F9F2E8;
}

body.dark-mode .work {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #E4C0C3;
  background-image: url(/svg/monogram-2.svg);
  background-repeat: no-repeat;
  background-position: 3% 95%;
  background-size: 50px;
}

body.dark-mode .work .text_link {
  color: #F9F2E8;
}

body.dark-mode .socials {
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  background-color: #222222;
  color: #F9F2E8;
}

body.dark-mode .socials .social_icons {
  color: #F9F2E8;
}

body.dark-mode .socials .social_icons:nth-child(3n + 1) {
  color: #E4C0C3;
}

body.dark-mode .socials .social_icons:nth-child(3n + 2) {
  color: #E54546;
}

body.dark-mode .blog_post code {
  background-color: #E4C0C3;
  color: #222222;
}

body.dark-mode .blog_post ol li, body.dark-mode .blog_post ul li {
  color: #F9F2E8;
}

body.dark-mode .blog_post .blog_title, body.dark-mode .blog_post .blog_heading, body.dark-mode .blog_post .blog_sub, body.dark-mode .blog_post span, body.dark-mode .blog_post p, body.dark-mode .blog_post h3, body.dark-mode .blog_post .footer_title, body.dark-mode .blog_post hr {
  color: #F9F2E8;
}

body.dark-mode .blog_post .gist span {
  color: #222222;
}

body.dark-mode .footer_tags .footer_tag, body.dark-mode .tags .post_tag {
  background-color: #E4C0C3;
  color: #222222;
}

body.dark-mode .blog_archive h1 {
  color: #F9F2E8;
}

body.dark-mode .blog_archive .archive_link {
  background-color: #1A1A1A;
}

body.dark-mode .blog_archive .archive_link a, body.dark-mode .blog_archive .archive_link p {
  color: #F9F2E8;
}

body.dark-mode .blog_content h2 {
  color: #F9F2E8;
}

body.dark-mode .return {
  color: #F9F2E8;
}

nav {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 20px;
  padding-right: 20px;
}

nav .header_link {
  text-decoration: none;
  padding: 20px 35px;
  float: right;
}

nav .header_link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #E4C0C3;
          text-decoration-color: #E4C0C3;
  text-decoration-thickness: 0.25em;
  text-underline-offset: 2px;
}

nav .toggle {
  float: right;
  padding: 10px 20px 0 20px;
}

.nav .hamb {
  display: none;
}

@media screen and (max-width: 1000px) {
  .nav a:not(:first-child) {
    display: none;
  }
  .nav .toggle {
    position: absolute;
    top: 8px;
    right: 5px;
  }
  .nav a.hamb {
    float: left;
    display: block;
    padding-left: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .nav.responsive {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .nav.responsive a.hamb {
    position: absolute;
    padding-left: 25px;
    top: 20px;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .nav.responsive .toggle {
    position: absolute;
    top: 10px;
    right: 25px;
  }
}

.blog_post,
.blog_archive {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

.blog_post .blog_sub,
.blog_archive .blog_sub {
  margin-top: -2%;
  font-size: 19px;
  width: 85%;
}

.blog_post .date,
.blog_post .img_caption,
.blog_archive .date,
.blog_archive .img_caption {
  font-family: "Poppins";
}

@media screen and (max-width: 700px) {
  .blog_post,
  .blog_archive {
    padding: 0 24px;
    padding-top: 45px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 900px) and (min-width: 700px) {
  .blog_post,
  .blog_archive {
    padding: 0 48px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.blog_post p {
  font-size: 19px;
  word-wrap: break-word;
}

.blog_post a {
  color: #DBB6B9;
  font-weight: bold;
  word-wrap: break-word;
}

.blog_post ul li {
  list-style: circle;
  margin: 2% 0;
}

.blog_post ol li {
  list-style: decimal;
  font-size: 19px;
}

.blog_post .twitter-tweet {
  margin: auto;
}

.blog_post code {
  padding: 0.75%;
  line-height: 27px;
  font-size: 18px;
}

.blog_post pre {
  white-space: pre-wrap;
}

@media screen and (max-width: 425px) {
  .blog_post h2 {
    font-size: 1.5em;
  }
}

.blog_post h3 {
  letter-spacing: 1px;
}

.blog_content {
  margin: 35px 0;
}

.blog_content p {
  margin: 4% 0;
}

.archive_link {
  border-radius: 20px;
  margin: 10% 1%;
  -webkit-box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 400px) and (max-width: 900px) {
  .archive_link {
    margin: 6% 1%;
  }
}

.archive_link:hover {
  -webkit-box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.07);
  -webkit-transform: translate3D(0, -1px, 0) scale(1.02);
          transform: translate3D(0, -1px, 0) scale(1.02);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.archive_link .card_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 30px;
}

.archive_link .card_desc h2 {
  font-weight: normal;
}

.archive_link .card_desc h2,
.archive_link .card_desc p {
  margin: 10px 0;
}

@media screen and (max-width: 825px) {
  .archive_link .card_desc {
    padding: 0 25px;
  }
  .archive_link .card_desc h2 {
    font-size: 15px;
  }
  .archive_link .card_desc p {
    font-size: 10px;
  }
  .archive_link .card_desc .tags {
    font-size: 10px;
  }
}

@media screen and (max-width: 400px) {
  .archive_link .card_desc h2 {
    font-size: 14px;
  }
  .archive_link .card_desc p {
    font-size: 10px;
  }
  .archive_link .card_desc h2,
  .archive_link .card_desc p {
    margin: 3px 0;
  }
}

.archive_link .tags .post_tag {
  text-transform: capitalize;
  font-family: "Poppins";
  background: #E4C0C3;
  padding: 5px 8px;
  border-radius: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 400px) {
  .archive_link .tags .post_tag {
    display: none;
  }
}

.archive_link .img_thumb {
  height: 225px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 825px) {
  .archive_link .img_thumb {
    height: 130px;
    width: 35%;
  }
}

@media screen and (max-width: 400px) {
  .archive_link .img_thumb {
    height: 105px;
    width: 35%;
  }
}

.archive_link a {
  text-decoration: none;
}

.return {
  text-decoration: none;
  font-size: 20px;
}

.footer_tags {
  margin: 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_tags .footer_tag {
  font-family: "Poppins";
  text-transform: capitalize;
  padding: 2%;
  border-radius: 5px;
  margin-right: 20px;
}

.featured_img {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

@media screen and (max-width: 900px) {
  .featured_img {
    max-width: 100%;
  }
}

.img_caption {
  text-align: center;
  display: block;
}

.topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #E4C0C3;
  color: #E54546;
  cursor: pointer;
  padding: 15px;
  border-radius: 35px;
  font-size: 18px;
}

.topBtn:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #222222;
  color: #E4C0C3;
}

hr {
  border: none;
  color: #222222;
  overflow: visible;
  text-align: center;
}

hr:after {
  content: '. . .';
  font-size: 35px;
  position: relative;
  top: -9px;
}

.header {
  padding-top: 125px;
  padding-bottom: 70px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 425px) {
  .header {
    padding: 50px 0;
  }
}

.profileImg {
  max-height: 250px;
  background-color: #E4C0C3;
  border-radius: 100%;
  float: right;
  position: relative;
  z-index: 1;
  top: -60px;
  right: 100px;
}

@media screen and (max-width: 1300px) {
  .profileImg {
    max-height: 210px;
    position: static;
    float: none;
    display: block;
    margin: auto;
  }
}

.left_para {
  text-align: left;
  margin-left: 100px;
  margin-right: 40%;
}

@media screen and (max-width: 1300px) {
  .left_para {
    margin-right: 100px;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .left_para {
    margin: 0 25px;
  }
}

.about {
  padding: 125px 0;
}

@media screen and (max-width: 500px) {
  .about {
    padding: 70px 0;
    background-image: none;
  }
}

.about h1 {
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  text-underline-offset: 5px;
}

.right_txt {
  text-align: right;
  margin-right: 100px;
}

@media screen and (max-width: 1200px) {
  .right_txt {
    margin-right: 0px;
    text-align: center;
  }
}

.right_para {
  text-align: right;
  margin-right: 100px;
  margin-left: 25%;
}

@media screen and (max-width: 1200px) {
  .right_para {
    margin-left: 100px;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .right_para {
    margin: 5px 25px;
  }
}

.blog {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.blog .blog_posts {
  margin-top: 74px;
}

.blog .blog_posts .blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-left: -40px !important;
}

.blog .blog_posts .post {
  padding-bottom: 4%;
}

.blog .blog_posts .post a {
  text-decoration: none;
}

.blog .blog_posts .post .topImg {
  height: 172px;
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog .blog_posts .post .moreBtn {
  font-size: 0.8em;
  padding: 9px;
}

.blog .blog_posts .post .moreBtn:hover {
  background-color: #E4C0C3;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 1100px) {
  .blog .blogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0;
    padding-left: -40px !important;
  }
}

.left_txt {
  text-align: left;
  margin-left: 100px;
}

@media screen and (max-width: 1300px) {
  .left_txt {
    text-align: center;
    margin-left: 0px;
  }
}

.work {
  padding: 35px 0;
  padding-bottom: 70px;
}

.work h2 {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .work h2 {
    margin-right: 0px;
  }
}

.work ul {
  padding-left: 0px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex container {
  padding: 0 5%;
}

.flex container li {
  margin: 2% 0;
  max-width: 50ch;
}

.socials {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.socials h1,
.socials h3,
.socials h4 {
  text-align: center;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2% 10%;
}

@media screen and (max-width: 900px) {
  .icons {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
/*# sourceMappingURL=main.css.map */