.introSection {
  padding: 10rem 20vw 6rem 20vw;
  width: 60vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bioContainer {
  width: 35vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0;
}
.bioContainer p {
  width: 70%;
  text-align: start;
}

.bioTxtContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ghostTitle {
  font-family: CooperHewitt-Bold, Arial, Helvetica, sans-serif;
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ghostTitle b {
  color: rgba(255, 255, 255, 0.1);
  font-size: 5.5rem;
}

.titleContainer {
  display: flex;
  align-items: flex-end;
}

h2 {
  font-size: 2.5rem;
}

h1 {
  font-size: 6.5rem;
}

.titlePeriod {
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #5f99ff;
  margin: 0 0 1.75rem 0.5rem;
}

#introCtaBtn {
  margin-top: 1rem;
  width: 10vw;
}

.getInTouchBtnContainer {
  position: relative;
}

.getInTouchMsg {
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: -2.5vw;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getInTouchMsg span {
  color: #999;
}
.getInTouchMsg .emailTxt {
  margin-left: 1rem;
  cursor: pointer;
}

.globeVid {
  width: 30vw;
  height: 30vw;
}

.clipboardSvgContainer {
  margin-left: 1rem;
  cursor: pointer;
}
.clipboardSvgContainer svg {
  width: 1.25vw;
  height: 1.25vw;
}
.clipboardSvgContainer svg path {
  fill: #fff;
}
.clipboardSvgContainer .clipboardFullSvgContainer svg path {
  fill: #5fff75;
}
.clipboardSvgContainer .clipboardEmptySvgContainer {
  display: flex;
}
.clipboardSvgContainer .clipboardFullSvgContainer {
  display: none;
}

.clipboardFull {
  pointer-events: none;
}
.clipboardFull .clipboardEmptySvgContainer {
  display: none;
}
.clipboardFull .clipboardFullSvgContainer {
  display: flex;
}

@media (min-width: 700px) {
  @font-face {
    font-family: "CooperHewitt-Medium";
    src: local("CooperHewitt-Medium"), local("CooperHewitt-Medium"), url("../../fonts/CooperHewitt-Medium.woff2") format("opentype");
    font-display: swap;
  }
  @font-face {
    font-family: "CooperHewitt-Bold";
    src: local("CooperHewitt-Bold"), local("CooperHewitt-Bold"), url("../../fonts/CooperHewitt-Bold.woff2") format("opentype");
    font-display: swap;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: CooperHewitt-Medium, sans-serif;
}

h1 {
  white-space: nowrap;
}

h1,
h2 {
  font-family: CooperHewitt-Bold, sans-serif;
  margin: 0;
}

b {
  font-family: CooperHewitt-Bold, sans-serif;
  letter-spacing: 2px;
}

.blue {
  color: #5f99ff;
}

p {
  color: #999;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
}

button,
.btn {
  border: 2px solid #5f99ff;
  border-radius: 5px;
  padding: 0.75vw 1vw;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
button svg,
.btn svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
}
button svg path,
.btn svg path {
  fill: #fff;
}
button b,
.btn b {
  font-size: 16px;
}
button:hover,
.btn:hover {
  background-color: rgba(95, 153, 255, 0.2);
  border: 2px solid rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

html body .hidden {
  display: none;
}

.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.myTechStackSection {
  padding: 6rem 20vw;
  width: 60vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.techStackTitleContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20vw;
}
.techStackTitleContainer h2 {
  font-size: 3rem;
  line-height: 4.5rem;
}

.techStackPromptTxt {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.seeMyWorkBtn {
  margin-top: 3rem;
  width: 10vw;
}

.techStackTxtContainer {
  width: 30vw;
}
.techStackTxtContainer p {
  width: 27.5vw;
}

.myDevCareerSection {
  padding: 6rem 20vw 6rem 20vw;
  width: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}

.careerIntroContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careerIntroContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careerHighlightContainer {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.highlightCard {
  border-radius: 5px;
  width: 25vw;
  padding: 2vw;
  box-shadow: 0 5px 15px rgba(95, 153, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  align-self: stretch;
}

.careerTitleContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.careerTitleContainer span {
  font-size: 18px;
  margin: 0.25vw 0 0 1.25vw;
}
.careerTitleContainer p {
  margin-left: 1.25vw;
}

.careerWorkplaceTxtContainer {
  padding: 0 1vw;
  border-left: 3px solid #5f99ff;
}
.careerWorkplaceTxtContainer h2 {
  font-size: 24px;
  line-height: 24px;
}

.employerLogo {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
}

.novahLogo {
  width: 10vw;
  height: 2.9411764706vw;
}

.ravlLogo {
  width: 7.5vw;
  height: 3.75vw;
  right: 1.5vw;
}

.dynamaLogo {
  width: 12vw;
}

.learnMoreContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.learnMoreContainer p {
  width: 100%;
  margin-top: 1rem;
  padding: 2rem 0 1rem 0;
  border-top: 1px solid rgba(95, 153, 255, 0.1);
}
.learnMoreContainer .visitWebsiteBtn {
  margin-top: 1rem;
  width: auto;
}

.nextStepsSection {
  margin-top: 4rem;
  width: 100vw;
  padding: 6rem 0 10vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nextStepsSection p {
  text-align: center;
  width: 30%;
  margin-top: 3rem;
}

.nextStepsQuestion {
  font-size: 24px;
  margin-bottom: 2rem;
}

.nextStepsSection .getInTouchBtnContainer {
  margin-top: 1rem;
  box-shadow: 0 5px 15px rgba(85, 82, 77, 0.2);
}
.nextStepsSection .getInTouchBtnContainer .getInTouchMsg {
  transform: translateX(-20%);
}

.nextStepVidContainer {
  position: absolute;
  top: 1.25vw;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 27.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.backgroundVid {
  width: 100vw;
  height: 25vw;
  object-fit: fill;
}

.backgroundVidContainer img {
  width: 100%;
  height: auto;
}

.nextStepVidFilter {
  width: 100%;
  height: 110%;
  z-index: 0;
  position: absolute;
  top: -5%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

footer {
  width: 70vw;
  padding: 4rem 15vw;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyrightContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyrightContainer svg {
  width: 1vw;
  height: 1vw;
  margin-right: 0.25rem;
}
.copyrightContainer svg path {
  fill: #fff;
}

.copyrightYear {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar {
  background-color: #5f99ff;
  margin: 0 0.75rem;
  height: 1rem;
  width: 2px;
}

.footerLogo {
  width: 3vw;
  height: 3vw;
}

.sampleAppSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  width: 100vw;
}

@keyframes compressing {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.compressing {
  animation: compressing 500ms forwards;
}

.compressorAppContainer {
  width: 60vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imgUploadSetupContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.uploadSettingsContainer {
  margin-right: 2vw;
  padding: 0 1vw;
  width: 12.3vw;
}

.formField {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5vw;
}

label {
  font-size: 18px;
}

option {
  color: #000;
}

.uploadSetupTitle {
  font-size: 24px;
}

.formField:first-of-type {
  margin-top: 1.5rem;
}

.labelContainer {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.uploadTip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
}
.uploadTip span {
  color: #999;
  white-space: nowrap;
  font-size: 14px;
}
.uploadTip svg {
  width: 0.75vw;
  height: 0.75vw;
  margin-right: 0.25rem;
}
.uploadTip svg path {
  fill: #999;
}

.ouputPrompt {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ouputPrompt span {
  color: #999;
  font-size: 16px;
}
.ouputPrompt svg {
  width: 1vw;
  height: 1vw;
  margin-left: 1rem;
}
.ouputPrompt svg path {
  fill: #999;
}

.compressionSlider {
  position: relative;
  width: 11vw;
  height: 0.75vw;
  box-shadow: #5f99ff;
}
.compressionSlider .sliderThumb {
  position: absolute;
  right: 0;
  transform: translateY(-20%);
  width: 0.5vw;
  height: 1.25vw;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  cursor: pointer;
}
.compressionSlider .sliderThumb:hover {
  background-color: #c8c8c8;
}
.compressionSlider .sliderProgress {
  position: absolute;
  width: 11vw;
  height: 0.75vw;
  border-radius: 5px;
  background-color: #5f99ff;
  background: linear-gradient(to right, rgba(172, 202, 255, 0.7), #5f99ff);
}

.compressionPercentageContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.25px solid #5f99ff;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem;
}

.compressionPercentage {
  width: 3rem;
  background-color: #000;
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  /* Firefox */
}
.compressionPercentage::-webkit-outer-spin-button, .compressionPercentage::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.compressionPercentage[type=number] {
  -moz-appearance: textfield;
}

.sizeSelectBtn {
  position: relative;
  border-radius: 5px;
  border: 1px solid #5f99ff;
}

.openSelect .sizeSelectOptionsContainer {
  display: flex;
}
.openSelect .selectArrow {
  transform: rotate(-180deg);
}

.selectOutputContainer {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 10.5vw;
  padding-right: 0.5vw;
}
.selectOutputContainer:hover {
  background-color: rgba(95, 153, 255, 0.3);
}

.selectArrow {
  transition: all 250ms;
}
.selectArrow svg {
  width: 1vw;
  height: 1vw;
}
.selectArrow svg path {
  fill: #5f99ff;
}

.sizeSelectOptionsContainer {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  bottom: -0.5vw;
  left: -1px;
  transform: translateY(100%);
  border-radius: 5px;
  padding: 0.5vw 0;
  background-color: #000;
  box-shadow: 0 5px 15px rgba(95, 153, 255, 0.2);
  border: 1px solid #5f99ff;
}
.sizeSelectOptionsContainer .outputOption {
  width: 9vw;
}
.sizeSelectOptionsContainer .outputOption:hover {
  background-color: rgba(95, 153, 255, 0.3);
}

.outputOption {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5vw 1vw;
  cursor: pointer;
  align-self: stretch;
}
.outputOption b,
.outputOption span {
  white-space: nowrap;
}
.outputOption svg {
  margin-right: 0.75vw;
  width: 1.25vw;
  height: 1.25vw;
}
.outputOption svg path {
  fill: #5f99ff;
}

#grayscaleOuput svg {
  margin-right: 0.75vw;
  width: 1.25vw;
  height: 1.25vw;
}
#grayscaleOuput svg path {
  fill: #999;
}

#invertOuput .invertSvg {
  position: relative;
}
#invertOuput svg {
  margin-right: 0.75vw;
  width: 1.25vw;
  height: 1.25vw;
}
#invertOuput svg path {
  fill: #000;
}
#invertOuput .invertBackground {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #5f99ff;
  z-index: -1;
}

.sizeBtnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sizeBtn {
  margin: 0 0.75vw 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75vw;
  box-shadow: 0 5px 15px rgba(85, 82, 77, 0.2);
}
.sizeBtn svg {
  width: 1.5vw;
  height: 1.5vw;
  margin: 0 0 1rem 0;
}
.sizeBtn b {
  font-size: 18px;
}

.selectedSizeBtn {
  pointer-events: none;
  border: 1px #5f99ff;
  background-color: #5f99ff;
  box-shadow: none;
}

.fileUploadSection {
  margin-left: 1vw;
}

.fileUploadZone {
  width: 14vw;
  height: 14vw;
  box-shadow: 0 5px 15px rgba(95, 153, 255, 0.2);
  border: 1px solid #5f99ff;
  border-radius: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 2rem;
}
.fileUploadZone svg {
  width: 5vw;
  height: 5vw;
}
.fileUploadZone svg path {
  fill: #5f99ff;
}
.fileUploadZone:hover {
  border: 1px solid #fff;
  background-color: rgba(95, 153, 255, 0.2);
}
.fileUploadZone:hover svg path {
  fill: #fff;
}

html body .hoverUploadZone {
  border: 1px solid #fff;
  background-color: rgba(95, 153, 255, 0.2);
}
html body .hoverUploadZone svg path {
  fill: #fff;
}

.fileUploadTipsContainer {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.uploadPrompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
}
.uploadPrompt b {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.5vw;
}

.uploadLabel {
  margin-top: 2rem;
}

.imgOutputCard {
  padding: 1vw 1.5vw;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(95, 153, 255, 0.2);
}

.outputImgPlaceholder,
.outputLoadingSpinner {
  align-self: stretch;
  height: 13vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.outputImgPlaceholder {
  border-radius: 5%;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.outputImgPlaceholder svg {
  width: 5vw;
  height: 5vw;
  margin-bottom: 2rem;
}
.outputImgPlaceholder svg path {
  stroke: rgba(153, 153, 153, 0.1);
}
.outputImgPlaceholder span {
  font-size: 18px;
  color: rgba(153, 153, 153, 0.8);
}

#imgOutputPreview {
  width: 15vw;
  border-radius: inherit;
  margin-bottom: 2rem;
}

.compressionDetailsContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compressionDetails {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.compressionStat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  width: 4vw;
}
.compressionStat span {
  font-size: 18px;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
.compressionStat b {
  font-size: 16px;
  color: #5f99ff;
}
.compressionStat .badStat {
  color: #c54242;
}
.compressionStat .goodStat {
  color: #5fff75;
}

#downloadCompressedImgBtn {
  padding: 0.75vw 0;
  width: 60%;
}
#downloadCompressedImgBtn b {
  font-size: 14px;
}
#downloadCompressedImgBtn svg {
  width: 0.9vw;
  height: 0.9vw;
}

.barSpinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(1.2);
}

.barSpinner div {
  transform-origin: 40px 40px;
  animation: spinnerAnimation 1.2s linear infinite;
}

.barSpinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #5f99ff;
}

.barSpinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.barSpinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.barSpinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.barSpinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.barSpinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.barSpinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.barSpinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.barSpinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.barSpinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.barSpinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.barSpinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.barSpinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes spinnerAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.compressorIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vw;
  position: relative;
  padding-top: 1rem;
  margin-bottom: 6rem;
}
.compressorIntro p {
  width: 35%;
  text-align: center;
}

.projectBadges {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 35%;
  padding: 2rem 0;
}
.projectBadges svg {
  width: 3vw;
  height: 3vw;
}
.projectBadges svg path {
  fill: #5f99ff;
}
.projectBadges .plusSvg svg {
  width: 2vw;
  height: 2vw;
}
.projectBadges .plusSvg path {
  stroke: #fff;
}

.sampleWorkBackgroundVid {
  width: 100vw;
  height: 25vw;
  object-fit: fill;
}

.arrowDownSvgContainer svg {
  width: 7.5vw;
  height: 7.5vw;
}
.arrowDownSvgContainer svg path {
  fill: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1401px) and (max-width: 1600px) and (orientation: landscape) {
  p {
    font-size: 16px;
  }
  .introSection {
    padding: 10rem 15vw 6rem 15vw;
    width: 70vw;
  }
  .introSection h2 {
    font-size: 2rem;
  }
  .introSection .globeVid {
    width: 35vw;
    height: 35vw;
  }
  .titlePeriod {
    margin: 0 0 1.25rem 0.5rem;
  }
  h1 {
    font-size: 4rem;
  }
  .ghostTitle {
    top: -3rem;
  }
  .ghostTitle b {
    font-size: 3rem;
  }
  .bioContainer p {
    width: 85%;
  }
  button,
  .btn {
    min-width: 15vw;
    padding: 1vw;
  }
  button b,
  .btn b {
    white-space: nowrap;
  }
  .myTechStackSection {
    padding: 6rem 15vw;
    width: 70vw;
  }
  .techStackTxtContainer {
    width: 35vw;
  }
  .techStackTxtContainer p {
    width: 35vw;
  }
  .techStackTitleContainer {
    width: 20vw;
  }
  .techStackTitleContainer .techStackPromptTxt {
    font-size: 1.25rem;
  }
  .techStackTitleContainer h2 {
    font-size: 2rem;
  }
  .arrowDownSvgContainer svg {
    width: 5vw;
    height: 5vw;
  }
  .compressorIntro .nextStepsQuestion {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .compressorIntro h2 {
    font-size: 2rem;
    margin: 0;
  }
  .compressorIntro p {
    width: 50%;
    text-align: center;
  }
  .compressorIntro .projectBadges {
    padding: 1rem 0;
  }
  .nextStepVidFilter {
    height: 101%;
  }
  .uploadSettingsContainer {
    margin-right: 3vw;
  }
  .compressorAppContainer {
    width: 70vw;
  }
  .uploadSettingsContainer {
    width: 17vw;
  }
  .sizeBtn {
    min-width: auto;
  }
  .sizeSelectOptionsContainer {
    width: 13vw;
  }
  .uploadTip span {
    font-size: 14px;
  }
  .uploadTip svg {
    width: 1.25vw;
    height: 1.25vw;
  }
  .selectOutputContainer {
    padding: 0.35vw 1vw 0.35vw 0;
    width: 12vw;
  }
  .uploadPrompt b {
    font-size: 14px;
  }
  .ouputPrompt span {
    font-size: 14px;
  }
  #imgOutputPreview {
    width: 17.5vw;
  }
  .barSpinner {
    transform: scale(0.8);
  }
  .compressionStat span {
    font-size: 16px;
  }
  .compressionStat b {
    font-size: 14px;
  }
  #downloadCompressedImgBtn svg {
    width: 1.25vw;
    height: 1.25vw;
  }
  .myDevCareerSection {
    width: 80vw;
    padding: 4rem 10vw 4rem 10vw;
  }
  .highlightCard {
    width: 35vw;
  }
  .nextStepsSection p {
    width: 40%;
    margin-top: 2rem;
  }
  .nextStepsSection {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 2rem 0 0 0;
  }
  .nextStepsSection .nextStepsQuestion {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .nextStepsSection #introCtaBtn {
    margin-top: 0;
  }
  footer {
    width: 70vw;
    padding: 6rem 15vw 4rem 15vw;
  }
  .footerLogo {
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) and (orientation: landscape) {
  .introSection h2 {
    font-size: 2.5rem;
  }
  h1 {
    font-size: 5rem;
  }
  .ghostTitle {
    top: -4.5rem;
  }
  .ghostTitle b {
    font-size: 4rem;
  }
  button,
  .btn {
    min-width: 12vw;
    padding: 1vw;
  }
  button b,
  .btn b {
    white-space: nowrap;
  }
  .techStackTitleContainer h2 {
    font-size: 2.5rem;
  }
  .arrowDownSvgContainer svg {
    width: 5vw;
    height: 5vw;
  }
  .nextStepVidFilter {
    height: 101%;
  }
  .uploadSettingsContainer {
    margin-right: 3vw;
  }
  .sizeBtn {
    min-width: auto;
  }
  .uploadPrompt b {
    font-size: 18px;
  }
  .barSpinner {
    transform: scale(1);
  }
}
@media (min-width: 901px) and (max-width: 1400px) and (orientation: landscape) {
  p {
    font-size: 14px;
  }
  .introSection {
    padding: 10rem 15vw 6rem 15vw;
    width: 70vw;
  }
  .introSection h2 {
    font-size: 2rem;
  }
  .introSection .globeVid {
    width: 35vw;
    height: 35vw;
  }
  .titlePeriod {
    margin: 0 0 1.25rem 0.5rem;
  }
  h1 {
    font-size: 4rem;
  }
  .ghostTitle {
    top: -3rem;
  }
  .ghostTitle b {
    font-size: 3rem;
  }
  .bioContainer p {
    width: 85%;
  }
  button,
  .btn {
    min-width: 15vw;
    padding: 1vw;
  }
  button b,
  .btn b {
    font-size: 14px;
    white-space: nowrap;
  }
  .myTechStackSection {
    padding: 2rem 15vw;
    width: 70vw;
  }
  .techStackTxtContainer {
    width: 35vw;
  }
  .techStackTxtContainer p {
    width: 35vw;
  }
  .techStackTitleContainer {
    width: 25vw;
  }
  .techStackTitleContainer .techStackPromptTxt {
    font-size: 1.25rem;
  }
  .techStackTitleContainer h2 {
    font-size: 2.5rem;
  }
  .compressorIntro .nextStepsQuestion {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .compressorIntro h2 {
    font-size: 1.5rem;
    margin: 0;
  }
  .compressorIntro p {
    width: 50%;
    text-align: center;
  }
  .compressorIntro .projectBadges {
    padding: 1rem 0;
  }
  .uploadSetupTitle {
    font-size: 20px;
  }
  .nextStepVidFilter {
    height: 101%;
  }
  .uploadSettingsContainer {
    margin-right: 3vw;
  }
  .compressorAppContainer {
    width: 70vw;
  }
  .uploadSettingsContainer {
    width: 17vw;
  }
  .sizeBtn {
    min-width: auto;
  }
  .sizeBtn b {
    font-size: 16px;
  }
  .sizeSelectOptionsContainer {
    width: 13vw;
  }
  .uploadTip span {
    font-size: 12px;
  }
  .uploadTip svg {
    width: 1.25vw;
    height: 1.25vw;
  }
  .selectOutputContainer {
    padding: 0.35vw 1vw 0.35vw 0;
    width: 12vw;
  }
  .uploadPrompt b {
    font-size: 12px;
  }
  .ouputPrompt span {
    font-size: 14px;
  }
  .outputOption span {
    font-size: 14px;
  }
  .compressionPercentage {
    font-size: 16px;
  }
  #imgOutputPreview {
    width: 17.5vw;
  }
  .compressionStat span {
    font-size: 12px;
  }
  .compressionStat b {
    font-size: 12px;
  }
  #downloadCompressedImgBtn {
    padding: 1vw 0;
  }
  #downloadCompressedImgBtn svg {
    width: 1.25vw;
    height: 1.25vw;
  }
  .barSpinner {
    transform: scale(0.8);
  }
  .myDevCareerSection {
    width: 80vw;
    padding: 4rem 10vw 4rem 10vw;
  }
  .highlightCard {
    width: 35vw;
  }
  .nextStepsSection p {
    width: 40%;
    margin-top: 2rem;
  }
  .nextStepsSection {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 2rem 0 0 0;
  }
  .nextStepsSection .nextStepsQuestion {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .nextStepsSection #introCtaBtn {
    margin-top: 0;
  }
  footer {
    width: 70vw;
    padding: 6rem 15vw 4rem 15vw;
  }
  .footerLogo {
    width: 4vw;
    height: 4vw;
  }
  .getInTouchMsg {
    bottom: -3vw;
  }
  .getInTouchMsg span,
  .getInTouchMsg b {
    font-size: 12px;
  }
  .getInTouchMsg .clipboardSvgContainer {
    margin-left: 0.5rem;
  }
  .getInTouchMsg .clipboardSvgContainer svg {
    width: 1.75vw;
    height: 1.75vw;
  }
}
@media (min-width: 901px) and (max-width: 1250px) and (orientation: landscape) {
  p {
    font-size: 12px;
  }
  .introSection {
    padding: 6rem 10vw 4rem 10vw;
    width: 80vw;
  }
  .introSection h2 {
    font-size: 1.5rem;
  }
  .introSection .globeVid {
    width: 40vw;
    height: 40vw;
  }
  h1 {
    font-size: 3rem;
  }
  .ghostTitle b {
    font-size: 2.5rem;
  }
  .titlePeriod {
    margin: 0 0 1rem 0.5rem;
  }
  button,
  .btn {
    min-width: 20vw;
    padding: 1vw;
  }
  button b,
  .btn b {
    font-size: 14px;
    white-space: nowrap;
  }
  .techStackTitleContainer .techStackPromptTxt {
    font-size: 1rem;
  }
  .techStackTitleContainer h2 {
    font-size: 2rem;
  }
  .compressorIntro p {
    width: 50%;
    text-align: center;
    line-height: 24px;
  }
  .compressorIntro .projectBadges {
    padding: 0.5rem 0;
  }
  .arrowDownSvgContainer {
    display: none;
  }
  .compressorAppContainer {
    width: 86vw;
  }
  .uploadSetupTitle {
    font-size: 16px;
  }
  label {
    font-size: 14px;
  }
  .uploadSettingsContainer {
    width: 23vw;
  }
  .ouputPrompt svg {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 0.5rem;
  }
  .fileUploadZone {
    width: 20vw;
    height: 20vw;
  }
  .sizeBtn svg {
    width: 2vw;
    height: 2vw;
  }
  .sizeBtn b {
    font-size: 12px;
  }
  .outputOption svg,
  #grayscaleOuput svg,
  #invertOuput svg,
  #invertOuput .invertBackground {
    width: 2vw;
    height: 2vw;
  }
  .selectOutputContainer {
    width: 15vw;
  }
  .sizeSelectOptionsContainer {
    width: 16vw;
  }
  .myDevCareerSection h2 {
    font-size: 2rem;
  }
  .careerWorkplaceTxtContainer h2 {
    font-size: 1.25rem;
  }
  .careerWorkplaceTxtContainer span {
    font-size: 0.75rem;
  }
  .dynamaLogo {
    width: 12vw;
  }
  .ravlLogo {
    width: 9vw;
    height: 4.5vw;
    right: 1.5vw;
  }
  .novahLogo {
    width: 10vw;
    height: 2.9411764706vw;
    right: 1.5vw;
  }
  .learnMoreContainer p {
    font-size: 14px;
  }
  .nextStepsSection .nextStepsQuestion {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .nextStepsSection h2 {
    font-size: 1.75rem;
  }
  .nextStepsSection p {
    margin-top: 1.5rem;
    width: 50%;
  }
  .footerLogo {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 601px) and (orientation: portrait) {
  p {
    font-size: 18px;
  }
  .introSection {
    flex-direction: column;
    align-items: center;
    padding: 4rem 0 0 0;
    width: 100vw;
  }
  .introSection h1 {
    font-size: 4rem;
  }
  .introSection .ghostTitle {
    top: -3rem;
  }
  .introSection .ghostTitle b {
    font-size: 3rem;
  }
  .introSection h2 {
    font-size: 1.5rem;
  }
  .introSection .bioContainer {
    width: 86vw;
  }
  .introSection .bioContainer p {
    width: 100%;
  }
  .introSection .globeVid {
    width: 90vw;
    height: 90vw;
    margin-top: 2rem;
  }
  .titlePeriod {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0 1rem 0.5rem;
  }
  button,
  .btn {
    min-width: 40vw;
    padding: 2.5vw 0.5vw;
  }
  button b,
  .btn b {
    font-size: 18px;
    white-space: nowrap;
  }
  .getInTouchMsg {
    bottom: -8vw;
  }
  .getInTouchMsg span {
    font-size: 12px;
  }
  .getInTouchMsg b {
    font-size: 11px;
  }
  .getInTouchMsg .emailTxt {
    margin-left: 0.5rem;
  }
  .getInTouchMsg .clipboardSvgContainer {
    margin-left: 0.25rem;
  }
  .getInTouchMsg .clipboardSvgContainer svg {
    width: 5vw;
    height: 5vw;
  }
  .myTechStackSection {
    padding: 4rem 0 2rem 0;
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }
  .techStackTitleContainer {
    width: 86vw;
    align-items: center;
    margin-bottom: 2rem;
  }
  .techStackTitleContainer h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .techStackTxtContainer {
    width: 86vw;
  }
  .techStackTxtContainer p {
    width: 86vw;
  }
  .compressorIntro {
    overflow: hidden;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .compressorIntro .nextStepsQuestion {
    font-size: 1.5rem;
    margin: 1rem 0 2rem;
  }
  .compressorIntro h2 {
    width: 80%;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .compressorIntro p {
    margin: 2rem 0;
    width: 80%;
    text-align: center;
    line-height: 24px;
  }
  .compressorIntro .projectBadges {
    padding: 0.5rem 0;
  }
  .compressorIntro .projectBadges {
    width: 80%;
    padding: 1rem 0 0.5rem 0;
  }
  .compressorIntro .projectBadges svg {
    width: 10vw;
    height: 10vw;
  }
  .compressorIntro .projectBadges .plusSvg svg {
    width: 5vw;
    height: 5vw;
  }
  .nextStepVidContainer {
    transform: rotate(-90deg) scale(4);
  }
  .nextStepVidFilter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .arrowDownSvgContainer {
    margin: 1rem 0;
  }
  .arrowDownSvgContainer svg {
    width: 15vw;
    height: 15vw;
  }
  .uploadTip svg {
    width: 4vw;
    height: 4vw;
  }
  .compressorAppContainer {
    flex-direction: column;
    width: 90vw;
  }
  .compressorAppContainer .sizeBtn {
    min-width: auto;
    padding: 2vw;
    margin-right: 1rem;
  }
  .compressorAppContainer .sizeBtn svg {
    width: 5vw;
    height: 5vw;
  }
  .compressionSlider {
    display: none;
  }
  .imgUploadSetupContainer {
    flex-direction: column;
    width: 80vw;
  }
  .uploadSetupTitle {
    white-space: nowrap;
  }
  .uploadSettingsContainer {
    width: 80vw;
    margin-bottom: 4rem;
  }
  .formField {
    margin: 2rem 0;
  }
  .selectOutputContainer {
    width: 40vw;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  .outputOption svg,
  #grayscaleOuput svg,
  #invertOuput svg,
  #invertOuput .invertBackground {
    width: 6vw;
    height: 6vw;
    margin-right: 1rem;
  }
  .sizeSelectOptionsContainer {
    bottom: -1.5vw;
  }
  .sizeSelectOptionsContainer .outputOption {
    width: 37vw;
    padding: 2vw 3vw;
  }
  .selectArrow svg {
    width: 4vw;
    height: 4vw;
  }
  .fileUploadZone {
    width: 78vw;
    height: 78vw;
    margin-bottom: 3rem;
  }
  .fileUploadZone svg {
    width: 25vw;
    height: 25vw;
  }
  .uploadPrompt {
    margin-top: 2rem;
  }
  .uploadPrompt b {
    font-size: 24px;
  }
  .ouputPrompt {
    display: none;
  }
  .imgOuputSection {
    width: 80vw;
  }
  .imgOutputCard {
    padding: 4vw;
  }
  .outputImgPlaceholder,
  .outputLoadingSpinner {
    align-self: stretch;
    height: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .outputImgPlaceholder svg {
    width: 20vw;
    height: 20vw;
  }
  .compressionDetailsContainer {
    width: 100%;
  }
  .compressionDetails {
    width: 100%;
    justify-content: space-evenly;
  }
  .compressionStat span,
  .compressionStat b {
    font-size: 18px;
  }
  #downloadCompressedImgBtn {
    padding: 3vw 0;
    width: 50%;
  }
  #downloadCompressedImgBtn b {
    font-size: 18px;
  }
  #downloadCompressedImgBtn svg {
    width: 3vw;
    height: 3vw;
  }
  #imgOutputPreview {
    width: 70vw;
    border-radius: inherit;
    margin-bottom: 2rem;
  }
  .myDevCareerSection {
    padding: 4rem 5vw 0 5vw;
    width: 90vw;
  }
  .careerIntroContainer {
    flex-direction: column;
  }
  .careerIntroContainer h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .careerHighlightContainer {
    margin-top: 4rem;
    flex-direction: column;
  }
  .highlightCard {
    width: 80vw;
    padding: 5vw;
    margin-bottom: 2rem;
  }
  .highlightCard .btn b {
    font-size: 18px;
  }
  .highlightCard .btn svg {
    width: 3.5vw;
    height: 3.5vw;
  }
  .careerWorkplaceTxtContainer {
    padding-left: 1rem;
  }
  .careerWorkplaceTxtContainer h2 {
    font-size: 32px;
  }
  .careerTitleContainer span {
    font-size: 24px;
    margin: 0.75rem 0 0 1.25rem;
  }
  .careerTitleContainer p {
    font-size: 18px;
    margin-left: 1.25rem;
  }
  .dynamaLogo {
    width: 30vw;
    top: 3.5vw;
    right: 4vw;
  }
  .learnMoreContainer p {
    font-size: 18px;
    padding: 1rem 0 0 0;
    margin-top: 0;
  }
  .ravlLogo {
    width: 15vw;
    height: 7.5vw;
    top: 3.5vw;
    right: 4vw;
  }
  .novahLogo {
    width: 25vw;
    height: 7.3529411765vw;
    right: 1.5vw;
  }
  .nextStepsSection {
    width: 100vw;
    padding: 3rem 0 10vh 0;
    height: auto;
    overflow: hidden;
  }
  .nextStepsSection h2 {
    font-size: 2.5rem;
  }
  .nextStepsSection p {
    width: 80%;
  }
  .nextStepsQuestion {
    font-size: 24px;
  }
  footer {
    width: 90vw;
    padding: 2rem 5vw 4rem 5vw;
  }
  .copyrightContainer {
    font-size: 14px;
  }
  .copyrightContainer .bar {
    margin: 0 0.5rem;
  }
  .copyrightContainer svg {
    width: 3vw;
    height: 3vw;
  }
  .footerLogo {
    width: 7vw;
    height: 7vw;
  }
  .nextStepsSection .getInTouchBtnContainer .getInTouchMsg {
    transform: translateX(-15%);
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  p {
    font-size: 14px;
  }
  .introSection {
    flex-direction: column;
    align-items: center;
    padding: 4rem 0 0 0;
    width: 100vw;
  }
  .introSection h1 {
    font-size: 3rem;
  }
  .introSection .ghostTitle {
    top: -2rem;
  }
  .introSection .ghostTitle b {
    font-size: 2rem;
  }
  .introSection h2 {
    font-size: 1.5rem;
  }
  .introSection .bioContainer {
    width: 86vw;
  }
  .introSection .bioContainer p {
    width: 100%;
  }
  .introSection .globeVid {
    width: 90vw;
    height: 90vw;
    margin-top: 2rem;
  }
  .titlePeriod {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0 1rem 0.5rem;
  }
  button,
  .btn {
    min-width: 40vw;
    padding: 2.5vw 0.5vw;
  }
  button b,
  .btn b {
    font-size: 14px;
    white-space: nowrap;
  }
  .getInTouchMsg {
    bottom: -5vw;
  }
  .getInTouchMsg span {
    font-size: 12px;
  }
  .getInTouchMsg b {
    font-size: 11px;
  }
  .getInTouchMsg .emailTxt {
    margin-left: 0.5rem;
  }
  .getInTouchMsg .clipboardSvgContainer {
    margin-left: 0.25rem;
  }
  .getInTouchMsg .clipboardSvgContainer svg {
    width: 3.5vw;
    height: 3.5vw;
  }
  .myTechStackSection {
    padding: 4rem 0 2rem 0;
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }
  .techStackTitleContainer {
    width: 86vw;
    align-items: center;
    margin-bottom: 2rem;
  }
  .techStackTitleContainer h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .techStackTxtContainer {
    width: 86vw;
  }
  .techStackTxtContainer p {
    width: 86vw;
  }
  .compressorIntro {
    overflow: hidden;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .compressorIntro .nextStepsQuestion {
    font-size: 1rem;
    margin: 1rem 0 2rem;
  }
  .compressorIntro h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .compressorIntro p {
    width: 80%;
    text-align: center;
    line-height: 24px;
  }
  .compressorIntro .projectBadges {
    padding: 0.5rem 0;
  }
  .compressorIntro .projectBadges {
    width: 80%;
    padding: 1rem 0 0.5rem 0;
  }
  .compressorIntro .projectBadges svg {
    width: 10vw;
    height: 10vw;
  }
  .compressorIntro .projectBadges .plusSvg svg {
    width: 5vw;
    height: 5vw;
  }
  .nextStepVidContainer {
    transform: rotate(-90deg) scale(4);
  }
  .nextStepVidFilter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .arrowDownSvgContainer {
    margin: 1rem 0;
  }
  .arrowDownSvgContainer svg {
    width: 15vw;
    height: 15vw;
  }
  .uploadTip svg {
    width: 4vw;
    height: 4vw;
  }
  .compressorAppContainer {
    flex-direction: column;
    width: 90vw;
  }
  .compressorAppContainer .sizeBtn {
    min-width: auto;
    padding: 2vw;
    margin-right: 1rem;
  }
  .compressorAppContainer .sizeBtn svg {
    width: 5vw;
    height: 5vw;
  }
  .compressionSlider {
    display: none;
  }
  .imgUploadSetupContainer {
    flex-direction: column;
    width: 80vw;
  }
  .uploadSetupTitle {
    white-space: nowrap;
  }
  .uploadSettingsContainer {
    width: 80vw;
    margin-bottom: 4rem;
  }
  .formField {
    margin: 2rem 0;
  }
  .selectOutputContainer {
    width: 50vw;
    padding: 0.5rem;
  }
  .outputOption svg,
  #grayscaleOuput svg,
  #invertOuput svg,
  #invertOuput .invertBackground {
    width: 6vw;
    height: 6vw;
    margin-right: 1rem;
  }
  .sizeSelectOptionsContainer {
    bottom: -1.5vw;
  }
  .sizeSelectOptionsContainer .outputOption {
    width: 46.5vw;
    padding: 2vw 3vw;
  }
  .selectArrow svg {
    width: 4vw;
    height: 4vw;
  }
  .fileUploadZone {
    width: 78vw;
    height: 78vw;
    margin-bottom: 3rem;
  }
  .fileUploadZone svg {
    width: 25vw;
    height: 25vw;
  }
  .uploadPrompt {
    margin-top: 1rem;
  }
  .uploadPrompt b {
    font-size: 16px;
  }
  .ouputPrompt {
    display: none;
  }
  .imgOuputSection {
    width: 80vw;
  }
  .imgOutputCard {
    padding: 4vw;
  }
  .outputImgPlaceholder,
  .outputLoadingSpinner {
    align-self: stretch;
    height: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .outputImgPlaceholder svg {
    width: 25vw;
    height: 25vw;
  }
  .compressionDetailsContainer {
    width: 100%;
  }
  .compressionDetails {
    width: 100%;
    justify-content: space-evenly;
  }
  .compressionStat span,
  .compressionStat b {
    font-size: 12px;
  }
  #downloadCompressedImgBtn {
    padding: 3vw 0;
    width: 50%;
  }
  #downloadCompressedImgBtn svg {
    width: 5vw;
    height: 5vw;
  }
  #imgOutputPreview {
    width: 70vw;
    border-radius: inherit;
    margin-bottom: 2rem;
  }
  .myDevCareerSection {
    padding: 4rem 5vw 0 5vw;
    width: 90vw;
  }
  .careerIntroContainer {
    flex-direction: column;
  }
  .careerIntroContainer h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .careerHighlightContainer {
    margin-top: 4rem;
    flex-direction: column;
  }
  .highlightCard {
    width: 80vw;
    padding: 5vw;
    margin-bottom: 2rem;
  }
  .highlightCard .btn b {
    font-size: 12px;
  }
  .careerWorkplaceTxtContainer {
    padding-left: 0.5rem;
  }
  .careerWorkplaceTxtContainer h2 {
    font-size: 24px;
  }
  .careerTitleContainer span {
    font-size: 18px;
    margin: 0.5rem 0 0 0.75rem;
  }
  .careerTitleContainer p {
    font-size: 18px;
    margin-left: 0.75rem;
  }
  .dynamaLogo {
    width: 35vw;
    top: 5vw;
    right: 4vw;
  }
  .learnMoreContainer p {
    font-size: 14px;
    padding: 1rem 0 0 0;
    margin-top: 0;
  }
  .ravlLogo {
    width: 15vw;
    height: 7.5vw;
    top: 5vw;
    right: 4vw;
  }
  .novahLogo {
    width: 25vw;
    height: 7.3529411765vw;
    top: 5vw;
    right: 4vw;
  }
  .nextStepsSection {
    width: 100vw;
    padding: 3rem 0 15vh 0;
    height: auto;
    overflow: hidden;
  }
  .nextStepsSection h2 {
    font-size: 1.75rem;
  }
  .nextStepsSection p {
    width: 80%;
  }
  .nextStepsQuestion {
    font-size: 18px;
  }
  footer {
    width: 90vw;
    padding: 2rem 5vw;
  }
  .copyrightContainer {
    font-size: 12px;
  }
  .copyrightContainer .bar {
    margin: 0 0.35rem;
  }
  .copyrightContainer svg {
    width: 3vw;
    height: 3vw;
  }
  .footerLogo {
    width: 6vw;
    height: 6vw;
  }
  .nextStepsSection .getInTouchBtnContainer .getInTouchMsg {
    transform: translateX(-8%);
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  p {
    font-size: 14px;
  }
  .introSection {
    flex-direction: column;
    align-items: center;
    padding: 4rem 0 0 0;
    width: 100vw;
  }
  .introSection h1 {
    font-size: 3rem;
  }
  .introSection .ghostTitle {
    top: -2rem;
  }
  .introSection .ghostTitle b {
    font-size: 2rem;
  }
  .introSection h2 {
    font-size: 1.5rem;
  }
  .introSection .bioContainer {
    width: 86vw;
  }
  .introSection .bioContainer p {
    width: 100%;
  }
  .introSection .globeVid {
    width: 90vw;
    height: 90vw;
    margin-top: 2rem;
  }
  .titlePeriod {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0 1rem 0.5rem;
  }
  button,
  .btn {
    min-width: 60vw;
    padding: 2.5vw 0.5vw;
  }
  button b,
  .btn b {
    font-size: 14px;
    white-space: nowrap;
  }
  .getInTouchMsg {
    bottom: -8vw;
  }
  .getInTouchMsg span {
    font-size: 12px;
  }
  .getInTouchMsg b {
    font-size: 11px;
  }
  .getInTouchMsg .emailTxt {
    margin-left: 0.5rem;
  }
  .getInTouchMsg .clipboardSvgContainer {
    margin-left: 0.25rem;
  }
  .getInTouchMsg .clipboardSvgContainer svg {
    width: 5vw;
    height: 5vw;
  }
  .myTechStackSection {
    padding: 4rem 0 2rem 0;
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }
  .techStackTitleContainer {
    width: 86vw;
    align-items: center;
    margin-bottom: 2rem;
  }
  .techStackTitleContainer h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .techStackTxtContainer {
    width: 86vw;
  }
  .techStackTxtContainer p {
    width: 86vw;
  }
  .compressorIntro {
    overflow: hidden;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .compressorIntro .nextStepsQuestion {
    font-size: 1rem;
    margin: 1rem 0 2rem;
  }
  .compressorIntro h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .compressorIntro p {
    width: 80%;
    text-align: center;
    line-height: 24px;
  }
  .compressorIntro .projectBadges {
    padding: 0.5rem 0;
  }
  .compressorIntro .projectBadges {
    width: 80%;
    padding: 1rem 0 0.5rem 0;
  }
  .compressorIntro .projectBadges svg {
    width: 10vw;
    height: 10vw;
  }
  .compressorIntro .projectBadges .plusSvg svg {
    width: 5vw;
    height: 5vw;
  }
  .backgroundVid {
    width: 720px;
    height: 214px;
  }
  .nextStepVidContainer {
    transform: rotate(-90deg) scale(4);
  }
  .nextStepVidFilter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .arrowDownSvgContainer {
    margin: 1rem 0;
  }
  .arrowDownSvgContainer svg {
    width: 15vw;
    height: 15vw;
  }
  .uploadTip svg {
    width: 4vw;
    height: 4vw;
  }
  .compressorAppContainer {
    flex-direction: column;
    width: 90vw;
  }
  .compressorAppContainer .sizeBtn {
    min-width: auto;
    padding: 4vw;
    margin-right: 1rem;
  }
  .compressorAppContainer .sizeBtn svg {
    width: 10vw;
    height: 10vw;
  }
  .compressionSlider {
    display: none;
  }
  .imgUploadSetupContainer {
    flex-direction: column;
    width: 80vw;
  }
  .uploadSetupTitle {
    white-space: nowrap;
  }
  .uploadSettingsContainer {
    width: 80vw;
    margin-bottom: 4rem;
  }
  .formField {
    margin: 2rem 0;
  }
  .selectOutputContainer {
    width: 50vw;
    padding: 0.5rem;
  }
  .outputOption svg,
  #grayscaleOuput svg,
  #invertOuput svg,
  #invertOuput .invertBackground {
    width: 6vw;
    height: 6vw;
    margin-right: 1rem;
  }
  .sizeSelectOptionsContainer {
    bottom: -1.5vw;
  }
  .sizeSelectOptionsContainer .outputOption {
    width: 48.5vw;
    padding: 2vw 3vw;
  }
  .selectArrow svg {
    width: 4vw;
    height: 4vw;
  }
  .fileUploadZone {
    width: 78vw;
    height: 78vw;
    margin-bottom: 3rem;
  }
  .fileUploadZone svg {
    width: 25vw;
    height: 25vw;
  }
  .uploadPrompt {
    margin-top: 1rem;
  }
  .uploadPrompt b {
    font-size: 16px;
  }
  .ouputPrompt {
    display: none;
  }
  .imgOuputSection {
    width: 80vw;
  }
  .imgOutputCard {
    padding: 4vw;
  }
  .outputImgPlaceholder,
  .outputLoadingSpinner {
    align-self: stretch;
    height: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .outputImgPlaceholder svg {
    width: 25vw;
    height: 25vw;
  }
  .compressionDetailsContainer {
    width: 100%;
  }
  .compressionDetails {
    width: 100%;
    justify-content: space-evenly;
  }
  .compressionStat span,
  .compressionStat b {
    font-size: 12px;
  }
  #downloadCompressedImgBtn {
    padding: 3vw 0;
    width: 50%;
  }
  #downloadCompressedImgBtn svg {
    width: 5vw;
    height: 5vw;
  }
  #imgOutputPreview {
    width: 70vw;
    border-radius: inherit;
    margin-bottom: 2rem;
  }
  .myDevCareerSection {
    padding: 4rem 5vw 0 5vw;
    width: 90vw;
  }
  .careerIntroContainer {
    flex-direction: column;
  }
  .careerIntroContainer h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .careerHighlightContainer {
    margin-top: 4rem;
    flex-direction: column;
  }
  .highlightCard {
    width: 80vw;
    padding: 5vw;
    margin-bottom: 2rem;
  }
  .highlightCard .btn b {
    font-size: 12px;
  }
  .careerWorkplaceTxtContainer {
    padding-left: 0.5rem;
  }
  .careerWorkplaceTxtContainer h2 {
    font-size: 16px;
  }
  .careerTitleContainer span {
    font-size: 12px;
    margin: 0.5rem 0 0 0.75rem;
  }
  .careerTitleContainer p {
    font-size: 12px;
    margin-left: 0.75rem;
  }
  .dynamaLogo {
    width: 35vw;
    top: 5vw;
    right: 4vw;
  }
  .learnMoreContainer p {
    font-size: 13px;
    padding: 1rem 0 0 0;
    margin-top: 0;
  }
  .ravlLogo {
    width: 15vw;
    height: 7.5vw;
    top: 5vw;
    right: 4vw;
  }
  .novahLogo {
    width: 30vw;
    height: 8.8235294118vw;
    top: 5vw;
    right: 4vw;
  }
  .nextStepsSection {
    width: 100vw;
    padding: 3rem 0 10vh 0;
    height: auto;
    overflow: hidden;
  }
  .nextStepsSection h2 {
    font-size: 1.75rem;
  }
  .nextStepsSection p {
    width: 80%;
  }
  .nextStepsQuestion {
    font-size: 18px;
  }
  footer {
    width: 90vw;
    padding: 2rem 5vw;
  }
  .copyrightContainer {
    font-size: 10px;
  }
  .copyrightContainer .bar {
    margin: 0 0.35rem;
  }
  .copyrightContainer svg {
    width: 3vw;
    height: 3vw;
  }
  .footerLogo {
    width: 10vw;
    height: 10vw;
  }
  .nextStepsSection .getInTouchBtnContainer .getInTouchMsg {
    transform: translateX(-15%);
  }
}

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