* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
body {
  background-color: #F8F3F1;
  overflow-x: hidden;
}
body .bg {
  position: fixed;
  z-index: -100;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url("http://assets.iceable.com/img/noise-transparent.png") repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation 0.2s infinite;
  opacity: 0.9;
  visibility: visible;
}
@keyframes bg-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
.learn-more-btn {
  display: block;
  font-family: "Gallient", serif;
  font-size: 2rem;
  color: #F8F3F1;
  background-color: #1A1818;
  text-align: center;
  text-decoration: none;
  width: 300px;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 50px;
  border: none;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.07);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1250px) {
  .learn-more-btn {
    font-size: 1.9rem;
    width: 280px;
  }
  .learn-more-btn:hover {
    width: 360px;
  }
}
@media only screen and (max-width: 1030px) {
  .learn-more-btn {
    font-size: 1.8rem;
    width: 260px;
  }
  .learn-more-btn:hover {
    width: 340px;
  }
}
@media only screen and (max-width: 760px) {
  .learn-more-btn {
    font-size: 1.6rem;
    width: 240px;
  }
  .learn-more-btn:hover {
    width: 300px;
  }
}
@media only screen and (max-width: 660px) {
  .learn-more-btn {
    font-size: 1.4rem;
    width: 210px;
  }
  .learn-more-btn:hover {
    width: 280px;
  }
}
@media only screen and (max-width: 400px) {
  .learn-more-btn {
    font-size: 1.2rem;
    width: 180px;
  }
  .learn-more-btn:hover {
    width: 240px;
  }
}
@media only screen and (max-width: 375px) {
  .learn-more-btn {
    font-size: 1.2rem;
    width: 180px;
    margin-top: 0px;
  }
  .learn-more-btn:hover {
    width: 240px;
  }
}
.learn-more-btn:hover {
  cursor: pointer;
  width: 380px;
}
@media only screen and (max-width: 1250px) {
  .learn-more-btn:hover {
    font-size: 1.9rem;
    width: 280px;
  }
  .learn-more-btn:hover:hover {
    width: 360px;
  }
}
@media only screen and (max-width: 1030px) {
  .learn-more-btn:hover {
    font-size: 1.8rem;
    width: 260px;
  }
  .learn-more-btn:hover:hover {
    width: 340px;
  }
}
@media only screen and (max-width: 760px) {
  .learn-more-btn:hover {
    font-size: 1.6rem;
    width: 240px;
  }
  .learn-more-btn:hover:hover {
    width: 300px;
  }
}
@media only screen and (max-width: 660px) {
  .learn-more-btn:hover {
    font-size: 1.4rem;
    width: 210px;
  }
  .learn-more-btn:hover:hover {
    width: 280px;
  }
}
@media only screen and (max-width: 400px) {
  .learn-more-btn:hover {
    font-size: 1.2rem;
    width: 180px;
  }
  .learn-more-btn:hover:hover {
    width: 240px;
  }
}
@media only screen and (max-width: 375px) {
  .learn-more-btn:hover {
    font-size: 1.2rem;
    width: 180px;
    margin-top: 0px;
  }
  .learn-more-btn:hover:hover {
    width: 240px;
  }
}

.resume-btn {
  display: block;
  font-family: "Gallient", serif;
  font-size: 2rem;
  color: #F8F3F1;
  background-color: #1A1818;
  text-align: center;
  text-decoration: none;
  width: 150px;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 50px;
  border: none;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.07);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.resume-btn:hover {
  cursor: pointer;
  width: 200px;
}

.back-btn {
  display: block;
  font-family: "Gallient", serif;
  font-size: 2rem;
  color: #F8F3F1;
  background-color: #1A1818;
  text-align: center;
  text-decoration: none;
  width: 150px;
  padding: 10px 30px;
  border-radius: 40px;
  margin: 100px auto 0;
  border: none;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.07);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.back-btn:hover {
  cursor: pointer;
  width: 200px;
}

.social-btn {
  font-family: "Gallient", serif;
  font-size: 2rem;
  color: #F8F3F1;
  background-color: #1A1818;
  text-align: center;
  width: 200px;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 50px;
  border: none;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.07);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-btn:hover {
  cursor: pointer;
  width: 250px;
}

.contact-btn {
  font-family: "Gallient", serif;
  font-size: 1.6rem;
  color: #F8F3F1;
  background-color: #1A1818;
  text-align: center;
  width: 130px;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 50px;
  border: none;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.07);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contact-btn:hover {
  cursor: pointer;
  width: 160px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
@keyframes flipBar1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(45deg) translate(4px, 10px);
  }
}
@keyframes fadeBar2 {
  from {
    transform: scaleX(1);
    opacity: 1;
  }
  to {
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes flipBar3 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-45deg) translate(4px, -10px);
  }
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
.mobileNav {
  width: 230px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgba(45, 55, 68, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: -240px;
  transition: transform 0.3s;
  z-index: 1;
}
.mobileNav a {
  font-family: "Clash Display Variable", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1A1818;
  transition: all 0.2s ease-in-out;
  margin: 20px 0;
}
.mobileNav a:hover {
  text-decoration: line-through;
  letter-spacing: 2.5px;
}

.openDrawer {
  transform: translateX(-240px);
}

.header {
  height: 150px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 400px) {
  .header {
    height: 100px;
  }
}
.header .logo {
  width: 100px;
  margin-left: 30px;
  font-family: "Gallient", serif;
  color: #1A1818;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 400px) {
  .header .logo {
    margin-left: 0;
  }
}
.header .logo .jb2 {
  display: inline-block;
  color: #faf9f9;
  position: absolute;
  top: -4px;
  left: 34px;
  z-index: -10;
}
.header .logo a {
  text-decoration: none;
  color: #141414;
}
.header .logo:hover {
  font-size: 2.8rem;
}
.header .nav-items {
  width: 550px;
  margin-right: 30px;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1030px) {
  .header .nav-items {
    display: none;
  }
}
.header .nav-items a {
  font-family: "Clash Display Variable", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #141414;
  transition: all 0.2s ease-in-out;
}
.header .nav-items a:hover {
  text-decoration: line-through;
  letter-spacing: 2.5px;
}
.header .hamburger {
  height: 50px;
  width: 50px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 1030px) {
  .header .hamburger {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .header .hamburger {
    margin-right: 10px;
  }
}
.header .hamburger .bar1, .header .hamburger .bar2, .header .hamburger .bar3 {
  background-color: black;
  height: 4px;
  width: 36px;
  margin: 3px;
  border-radius: 10px;
}
.header .hamburger .animateBar1 {
  animation: flipBar1 0.5s;
  animation-fill-mode: forwards;
}
.header .hamburger .animateBar2 {
  animation: fadeBar2 0.5s;
  animation-fill-mode: forwards;
}
.header .hamburger .animateBar3 {
  animation: flipBar3 0.5s;
  animation-fill-mode: forwards;
}
.header .hamburger:hover {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
footer {
  margin: auto 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .copyright {
  font-family: "Clash Display Variable", sans-serif;
  font-size: 1rem;
  color: #1A1818;
  padding: 10px 20px;
}
@media only screen and (max-width: 375px) {
  footer .copyright {
    font-size: 0.8rem;
  }
}
footer .social-icons {
  color: #1A1818;
  font-size: 1.3rem;
  padding: 10px 18px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 375px) {
  footer .social-icons {
    font-size: 1rem;
    padding: 10px 10px;
  }
}
footer .social-icons:hover {
  cursor: pointer;
  color: #faf9f9;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Clash Display Variable";
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype");
}
@font-face {
  font-family: "Gallient";
  src: url(/fonts/GallientRegular-eZoMp.ttf) format("truetype");
}
.hero-container {
  width: 80%;
  height: 30%;
}
.hero-container .hero-heading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-size: 11rem;
  letter-spacing: 8px;
  line-height: 1.4;
  opacity: 0.9;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1292px) {
  .hero-container .hero-heading {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1030px) {
  .hero-container .hero-heading {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 848px) {
  .hero-container .hero-heading {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 508px) {
  .hero-container .hero-heading {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 400px) {
  .hero-container .hero-heading {
    font-size: 5.5rem;
  }
}
.hero-container .hero-heading .hero-heading2 {
  color: #faf9f9;
  position: absolute;
  top: -10px;
  left: 15px;
  opacity: 0.8;
  z-index: -10;
}
.hero-container .hero-subheading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding-left: 8px;
}
@media only screen and (max-width: 1292px) {
  .hero-container .hero-subheading {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1030px) {
  .hero-container .hero-subheading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 508px) {
  .hero-container .hero-subheading {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 400px) {
  .hero-container .hero-subheading {
    font-size: 1.6rem;
  }
}

.about-hero-container {
  width: 80%;
  height: 30%;
  margin: 20px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2em;
}
@media only screen and (max-width: 903px) {
  .about-hero-container {
    flex-direction: column;
  }
}
.about-hero-container .about-hero-wrapper {
  display: flex;
  flex-direction: column;
}
.about-hero-container .about-hero-wrapper .about-hero-heading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-size: 11rem;
  letter-spacing: 8px;
  line-height: 1.4;
  opacity: 0.9;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1250px) {
  .about-hero-container .about-hero-wrapper .about-hero-heading {
    font-size: 10.5rem;
  }
}
@media only screen and (max-width: 1110px) {
  .about-hero-container .about-hero-wrapper .about-hero-heading {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1030px) {
  .about-hero-container .about-hero-wrapper .about-hero-heading {
    font-size: 8.5rem;
  }
}
@media only screen and (max-width: 955px) {
  .about-hero-container .about-hero-wrapper .about-hero-heading {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 508px) {
  .about-hero-container .about-hero-wrapper .about-hero-heading {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .about-hero-container .about-hero-wrapper .about-hero-heading {
    font-size: 6rem;
  }
}
.about-hero-container .about-hero-wrapper .about-hero-heading .about-hero-heading2 {
  color: #faf9f9;
  position: absolute;
  top: -10px;
  left: 15px;
  opacity: 0.8;
  z-index: -10;
}
.about-hero-container .about-hero-wrapper .about-hero-subheading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding-left: 8px;
}
@media only screen and (max-width: 1250px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 2.35rem;
  }
}
@media only screen and (max-width: 1110px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1030px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 982px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 955px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 508px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .about-hero-container .about-hero-wrapper .about-hero-subheading {
    font-size: 1.3rem;
  }
}
.about-hero-container .image-wrapper {
  position: relative;
  width: 300px;
  display: flex;
}
.about-hero-container .image-wrapper .profile-photo {
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 903px) {
  .about-hero-container .image-wrapper {
    align-self: center;
  }
}

.experience-hero-container {
  width: 80%;
  height: 30%;
}
.experience-hero-container .experience-hero-heading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-size: 11rem;
  letter-spacing: 8px;
  line-height: 1.4;
  opacity: 0.9;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1030px) {
  .experience-hero-container .experience-hero-heading {
    font-size: 8.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .experience-hero-container .experience-hero-heading {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 690px) {
  .experience-hero-container .experience-hero-heading {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 600px) {
  .experience-hero-container .experience-hero-heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 508px) {
  .experience-hero-container .experience-hero-heading {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .experience-hero-container .experience-hero-heading {
    font-size: 3rem;
  }
}
.experience-hero-container .experience-hero-heading .experience-hero-heading2 {
  color: #faf9f9;
  position: absolute;
  top: -10px;
  left: 15px;
  opacity: 0.8;
  z-index: -10;
}
@media only screen and (max-width: 508px) {
  .experience-hero-container .experience-hero-heading .experience-hero-heading2 {
    top: -5px;
    left: 5px;
  }
}
.experience-hero-container .experience-hero-subheading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding-left: 8px;
}
@media only screen and (max-width: 1292px) {
  .experience-hero-container .experience-hero-subheading {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1030px) {
  .experience-hero-container .experience-hero-subheading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 508px) {
  .experience-hero-container .experience-hero-subheading {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 400px) {
  .experience-hero-container .experience-hero-subheading {
    font-size: 1.6rem;
  }
}

.writing-post-hero-container {
  width: 85%;
  height: 13%;
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.writing-post-hero-container .writing-post-hero-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-heading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-size: 7rem;
  letter-spacing: 8px;
  line-height: 1.4;
  opacity: 0.9;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-heading {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 800px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-heading {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 740px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 508px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-heading {
    font-size: 3.3rem;
  }
}
.writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-heading .writing-post-hero-heading2 {
  color: #faf9f9;
  position: absolute;
  top: -10px;
  left: 8px;
  opacity: 0.8;
  z-index: -10;
}
.writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-subheading {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1030px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-subheading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-subheading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 740px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-subheading {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 508px) {
  .writing-post-hero-container .writing-post-hero-wrapper .writing-post-hero-subheading {
    font-size: 1.5rem;
  }
}
.writing-post-hero-container .writing-post-hero-wrapper .date {
  font-family: "Gallient", serif;
  color: #1A1818;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding-top: 15px;
  margin-left: 4px;
}
@media only screen and (max-width: 1030px) {
  .writing-post-hero-container .writing-post-hero-wrapper .date {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .writing-post-hero-container .writing-post-hero-wrapper .date {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 508px) {
  .writing-post-hero-container .writing-post-hero-wrapper .date {
    font-size: 1.1rem;
  }
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.main-container .post-container {
  height: 80%;
  width: 85%;
  margin-bottom: 80px;
}
.main-container .post-container figure {
  height: 400px;
  width: 600px;
  margin: 20px auto 70px;
}
@media only screen and (max-width: 1030px) {
  .main-container .post-container figure {
    width: 550px;
  }
}
@media only screen and (max-width: 800px) {
  .main-container .post-container figure {
    width: 500px;
  }
}
@media only screen and (max-width: 740px) {
  .main-container .post-container figure {
    width: 450px;
  }
}
@media only screen and (max-width: 508px) {
  .main-container .post-container figure {
    width: 400px;
    margin-top: 70px;
  }
}
.main-container .post-container figure img {
  width: 100%;
  border-radius: 10px;
}
.main-container .post-container figure figcaption {
  margin-top: 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1030px) {
  .main-container .post-container figure figcaption {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 508px) {
  .main-container .post-container figure figcaption {
    font-size: 0.9rem;
  }
}
.main-container .post-container .post {
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 30px 0;
  padding: 0 20px;
}
.main-container .post-container .post .subheading3 {
  font-family: "Gallient", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding: 16px 0;
}
.main-container .post-container .post .blog-text {
  width: 105%;
  margin: 0 0 20px 0;
  line-height: 1.8;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 508px) {
  .main-container .post-container .post .blog-text {
    font-size: 1rem;
  }
}
.main-container .post-container .post .quote {
  font-family: "Gallient", serif;
  font-size: 3rem;
  padding: 50px 100px;
  display: block;
  letter-spacing: 1.8px;
  position: relative;
}
@media only screen and (max-width: 508px) {
  .main-container .post-container .post .quote {
    font-size: 2rem;
  }
}
.main-container .post-container .post .quote p {
  font-size: 2.5rem;
  display: inline-block;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 508px) {
  .main-container .post-container .post .quote p {
    font-size: 2rem;
  }
}/*# sourceMappingURL=writing-post.css.map */