@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
.tags {
  display: flex;
  gap: 8px;
}
.tags div {
  display: inline;
  font-size: 0.875rem;
  color: #ebedf1;
  padding: 2px 12px 2px 12px;
  border-radius: 0.25rem;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "Roboto Condensed";
}
.tags div::after {
  position: relative;
  content: attr(category);
}
.tags div[category=article] {
  background-color: #1cb359;
}
.tags div[category=featured] {
  background-color: #d73dd7;
}
.tags div[category=guide] {
  background-color: #e17618;
}
.tags div[category=advice] {
  background-color: #57acce;
}

.tags {
  display: flex;
  gap: 8px;
}
.tags div {
  display: inline;
  font-size: 0.875rem;
  color: #ebedf1;
  padding: 2px 12px 2px 12px;
  border-radius: 0.25rem;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "Roboto Condensed";
}
.tags div::after {
  position: relative;
  content: attr(category);
}
.tags div[category=article] {
  background-color: #1cb359;
}
.tags div[category=featured] {
  background-color: #d73dd7;
}
.tags div[category=guide] {
  background-color: #e17618;
}
.tags div[category=advice] {
  background-color: #57acce;
}

footer {
  background-color: #212223;
  width: 100%;
  height: auto;
  padding: 2rem 4rem 2rem 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  footer {
    width: 100%;
    padding: 1rem;
  }
}
footer a {
  color: #919396 !important;
  display: block;
  margin: 1rem 0 1rem 0;
}
footer a.footer_image {
  margin: 0;
}
footer a:hover {
  color: #ebedf1 !important;
  text-decoration: none;
}
footer a.disabled {
  pointer-events: none;
  color: #6d6e70 !important;
}
footer .footer_container {
  width: 95%;
  max-width: 1400px;
}
@media screen and (max-width: 600px) {
  footer .footer_container {
    width: 100%;
  }
}
footer .footer_container .divider {
  height: 1px;
  background-color: rgba(235, 237, 241, 0.1);
  margin: 1.5rem 2rem 1.5rem 2rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .divider {
    margin: 1rem 0 1rem 0;
  }
}
footer .footer_container .footer_row_container {
  display: block;
  color: #ebedf1;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_row_container {
    padding: 0;
    flex-direction: column;
  }
}
footer .footer_container .footer_row_container.column {
  display: flex;
  justify-content: space-between;
}
footer .footer_container .footer_row_container nav.footer_row_nav {
  height: 32px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_row_container nav.footer_row_nav {
    margin-top: 0.5rem;
  }
}
footer .footer_container .footer_row_container nav.footer_row_nav a.footer_row_image_link {
  display: flex;
  align-items: center;
  height: 40px;
}
footer .footer_container .footer_row_container nav.footer_row_nav a.footer_row_image_link img {
  height: 32px;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(183%) hue-rotate(177deg) brightness(90%) contrast(90%);
}
footer .footer_container .footer_row_container nav.footer_row_nav a.footer_row_image_link:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(101%) contrast(103%);
}
footer .footer_container .footer_row_container nav.footer_row_nav.list a:not(:last-child)::after {
  margin-left: 1rem;
  content: "|";
  position: relative;
}
footer .footer_container .footer_row_container .footer_column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
footer .footer_container .footer_row_container .footer_column img {
  height: 45px;
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_container .footer_row_container .footer_column span {
  display: inline-block;
  font-size: 0.75rem;
  color: #919396;
}
footer .footer_container .footer_link_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_link_container {
    flex-direction: column;
  }
}
footer .footer_container .footer_link_container nav.footer_column_container {
  margin: 0 2rem 0 2rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_link_container nav.footer_column_container {
    margin: 0;
  }
}
footer .footer_container .footer_link_container nav.footer_column_container .footer_column_title {
  color: #ebedf1;
  display: flex;
  font-size: 1.25rem;
}

.tags {
  display: flex;
  gap: 8px;
}
.tags div {
  display: inline;
  font-size: 0.875rem;
  color: #ebedf1;
  padding: 2px 12px 2px 12px;
  border-radius: 0.25rem;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "Roboto Condensed";
}
.tags div::after {
  position: relative;
  content: attr(category);
}
.tags div[category=article] {
  background-color: #1cb359;
}
.tags div[category=featured] {
  background-color: #d73dd7;
}
.tags div[category=guide] {
  background-color: #e17618;
}
.tags div[category=advice] {
  background-color: #57acce;
}

#quill {
  background-color: #fff;
  border-radius: 1rem;
  border: 2px solid transparent;
}
#quill.ql-focus {
  border-color: #4185f4;
}
#quill .ql-font-garamond {
  color: #444d54;
  font-family: "EB Garamond", sans-serif;
}
#quill .ql-font-poppins {
  font-family: "Poppins", sans-serif;
}
#quill .ql-container {
  width: 100%;
  margin: auto;
  border: 0;
}
#quill .ql-editor {
  width: 100%;
  margin: auto;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 1rem;
  padding: 0;
}
#quill .ql-editor a {
  color: #4185f4;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
#quill .ql-editor a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #4185f4;
}
#quill .ql-editor img {
  border-radius: 1rem;
}
#quill .ql-editor.ql-blank::before {
  color: #6d6e70;
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
  left: 20px;
}
#quill .ql-tooltip {
  background-color: #fff;
  color: #303941;
  border-radius: 0.5rem;
  box-shadow: none;
  border: 2px solid red;
}
#quill a.ql-action {
  color: #4185f4;
}
#quill .ql-font-roboto {
  font-family: "Roboto", sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #303941;
}

* {
  box-sizing: border-box;
}

body h1,
body h2 {
  margin: 0;
  padding: 0;
}
body .hidden {
  display: none !important;
}
body .flex {
  display: flex;
}
body .flex.column {
  flex-direction: column;
}
body .flex.column.reverse {
  flex-direction: column-reverse;
}
body .flex.row {
  flex-direction: row;
}
body .flex.row.reverse {
  flex-direction: row-reverse;
}
body .flex.align {
  align-items: center;
}
body .flex.center {
  justify-content: center;
}
body .flex.space-between {
  justify-content: space-between;
}
body .flex.space-around {
  justify-content: space-around;
}
body .flex.gap-s {
  gap: 0.5rem;
}
body .flex.gap-m {
  gap: 1rem;
}
body .flex.gap-l {
  gap: 2rem;
}
body .flex.wrap {
  flex-wrap: wrap;
}
body .mt-xs {
  margin-top: 1rem;
}
body .mt-s {
  margin-top: 25px;
}
body .mt-ms {
  margin-top: 32px;
}
body .mt-m {
  margin-top: 50px;
}
body .mt-l {
  margin-top: 100px;
}
body .mt-xl {
  margin-top: 200px;
}
body .mt-xxl {
  margin-top: 300px;
}
body input.default {
  border: 1px solid #e6e7e9;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
body button {
  font-family: inherit;
  font-size: 1rem;
  background-color: #4185f4;
  border: 0;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #ebedf1;
  cursor: pointer;
}
body button.larger {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
body button:focus {
  outline: none;
}
body button:hover {
  box-shadow: 0 0 100px 100px inset rgba(239, 241, 249, 0.1);
}
body button.alt {
  background-color: #fff;
  color: #4185f4;
  border: 1px solid #4185f4;
}
body button.alt:hover {
  box-shadow: 0 0 100px 100px inset rgba(65, 133, 244, 0.1);
}
body a,
body .hyperlink {
  text-decoration: none;
  cursor: pointer;
  color: #3772cf;
}
body a:hover,
body .hyperlink:hover {
  text-decoration: underline;
}

body .slideup {
  -webkit-animation: slideup 300ms ease forwards;
          animation: slideup 300ms ease forwards;
}
body .slidedown {
  -webkit-animation: slidedown 300ms ease forwards;
          animation: slidedown 300ms ease forwards;
}
@-webkit-keyframes slideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slidedown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slidedown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1rem 2rem 1rem 2rem;
  height: 72px;
  z-index: 1;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  header {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
header.headerborder {
  border-bottom: 1px solid #e6e7e9;
}
header .header_search {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e6e7e9;
  overflow: hidden;
  height: 40px;
  padding-left: 2px;
}
header .header_search input {
  border: 0;
  width: 300px;
  font-size: 0.875rem;
  border-radius: 0;
}
header .header_search input:focus {
  outline: none;
}
header .header_search button.search {
  height: 100%;
}

.content {
  position: relative;
  margin: auto;
  min-height: 100vh;
  width: 1100px;
  padding-top: 50px;
}
.content.article {
  width: 800px;
}
.content .category_title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.content .category_title.smaller {
  font-size: 1.5rem;
}
.content .post_container {
  gap: 25px;
}
.content .post_container:after {
  content: "";
  flex: auto;
}
.content .post {
  margin-bottom: 4rem;
  width: 350px;
}
.content .post.horizontal {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
  height: 250px;
}
.content .post.horizontal .post_image_container {
  width: 350px;
  height: inherit;
}
.content .post .post_image_container {
  width: 100%;
  height: 250px;
  flex-shrink: 0;
}
.content .post .post_image_container img {
  border-radius: 0.5rem 0.5rem 0 0;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.content .post .post_content {
  width: 100%;
}
.content .post .post_content a.post_title {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.content .post .post_content a.post_title:hover {
  text-decoration: none;
}
.content .post .post_content .post_writeup {
  color: #444d54;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.content .post.hero {
  width: 100%;
}
.content .post.hero .post_image_container {
  height: 360px;
  width: 600px;
}
.content .post.hero .post_image_container img {
  border-radius: 1rem;
}
.content .post.hero .hero_description {
  padding: 1rem;
}
.content .post.hero .hero_description a.hero_description_title {
  font-size: 1.5rem;
  font-weight: 500;
  color: inherit;
}
.content .post.hero .hero_description a.hero_description_title:hover {
  text-decoration: none;
}
.content .post.hero .hero_description .writeup {
  color: #444d54;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}

.author_container {
  font-size: 0.875rem;
  color: #444d54;
}
.author_container .author_prefix {
  color: #444d54;
}
.author_container .author {
  display: inline;
  font-weight: bold;
  position: relative;
}
.author_container a.author:not([href]) {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.author_container a.author[href]:hover {
  text-decoration: none;
}
.author_container a.author[href]:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #4185f4;
}
.author_container .date:before {
  content: "|";
  padding: 0 6px 0 6px;
}

.article {
  width: 800px;
  margin: auto;
}
.article .title {
  font-size: 2rem;
  font-weight: 500;
}
.article .text {
  padding: 0.5rem 0 0.5rem 0;
  color: #303941;
}
.article .text a {
  position: relative;
  font-weight: 600;
}
.article .text a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #4185f4;
}
.article .article_image_container {
  margin: 1rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article .article_image_container img {
  border-radius: 1rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article .article_image_container img.original {
  width: auto;
  max-width: 100%;
}
.article .article_image_container .caption {
  font-family: "EB Garamond", serif;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-style: italic;
  color: #444d54;
}

.subscribe {
  height: 200px;
  width: 100%;
  border-radius: 1rem;
  background-color: lightblue;
  justify-content: space-evenly;
}
.subscribe button.black {
  background-color: transparent;
  color: #124c7a;
  border-color: #124c7a;
  padding: 0.5rem 2rem 0.5rem 2rem;
}
.subscribe button.black:hover {
  color: #fff;
  background-color: #303941;
}

.linebreak {
  margin: 64px 0 2rem 0;
  height: 1px;
  width: 100%;
  background-color: #919396;
}