h1, h2, h3, p {
  font-family: "Roboto", sans-serif;
  color: #EDF9FC;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
}

.hide {
  animation: FadeOut 700ms ease forwards;
}

@keyframes FadeOut {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
#topNavBorder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#topNavBorder .circleContainer {
  padding: 0 12px !important;
}
#topNavBorder .fillerSection {
  width: 76px;
}
#topNavBorder > div > div > p {
  text-decoration: underline;
}
#topNavBorder .portfolioNavContainer {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 330px;
}
#topNavBorder .portfolioNavContainer a:hover, #topNavBorder .portfolioNavContainer button:hover {
  text-decoration: underline;
}
#topNavBorder .portfolioNavContainer a, #topNavBorder .portfolioNavContainer div button, #topNavBorder .portfolioNavContainer p {
  text-decoration: none;
  line-height: 1.5em;
  text-underline-offset: 4px;
  font-size: 1em;
  padding: 0 8px;
}
#topNavBorder .portfolioNavContainer p, #topNavBorder .portfolioNavContainer button {
  user-select: none;
  cursor: pointer;
}
#topNavBorder .portfolioNavContainer button {
  background-color: transparent;
  border: none;
  color: #EDF9FC;
  padding: 0;
}
#topNavBorder .portfolioNavContainer .dropDown {
  overflow: hidden;
  transition: all 0.4s ease;
}
#topNavBorder .portfolioNavContainer .dropDown p {
  margin: 0;
  text-underline-offset: 4px;
}
#topNavBorder .portfolioNavContainer .dropDown p img {
  height: 15px;
  margin-left: 6px;
}
#topNavBorder .portfolioNavContainer .portfolioNavList {
  display: none;
  position: absolute;
  top: 30px;
  width: 236px;
  background-color: #323232;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  padding: 12px 0;
}
#topNavBorder .portfolioNavContainer .portfolioNavList div {
  text-decoration: none;
  padding: 6px 0px;
  width: 200px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 6px 0 6px 12px;
}
#topNavBorder .portfolioNavContainer .portfolioNavList div:hover:not(.activePortfolioLink) {
  background-color: #1B1B1B;
  border-radius: 5px;
  text-decoration: none;
}
#topNavBorder .portfolioNavContainer .portfolioNavList a {
  color: #EDF9FC;
  font-size: 14px;
  text-decoration: none;
}
#topNavBorder .portfolioNavContainer .portfolioNavList .activePortfolioLink {
  background-color: #1B1B1B;
  border-radius: 5px;
}
#topNavBorder .portfolioNavContainer .dropDown:hover > .portfolioNavList {
  display: block !important;
}

#hamburgerIcon {
  display: none;
}
#hamburgerIcon button {
  border: none;
  background-color: #323232;
  padding-top: 7px;
}
#hamburgerIcon button img {
  width: 30px;
  height: 20px;
  background-color: #323232;
}

#rightBorder {
  background-color: #323232;
  position: absolute;
  height: 130%;
  width: 14px;
  border: 1px solid #101010;
  right: 23px;
  height: 100vh !important;
}
#rightBorder .filler {
  height: 12px;
  border-bottom: 1px solid #101010;
  background-color: #262626;
}

#farRightBorder {
  background-color: #323232;
  position: absolute;
  height: 130%;
  width: 23px;
  right: 0;
  border-top: 1px solid #101010;
  height: 100vh !important;
}

#leftBorder {
  height: 100vh !important;
}

#projectLabelBar {
  position: absolute;
  width: calc(100% - 36px - 37px);
  top: 35px;
  left: 36px;
  background-color: #1B1B1B;
  height: 28px;
  border-bottom: 20px solid #323232;
}
#projectLabelBar .container {
  margin-left: 8px;
  margin-top: 1px;
  width: 160px;
  height: 28px;
}
#projectLabelBar p {
  font-size: 12px;
  line-height: 27px;
  margin: 0;
  padding: 2px 8px;
  background-color: #323232;
}
@media screen and (max-width: 1200px) {
  #projectLabelBar {
    width: 100%;
    left: 0;
  }
}

#bottomToggleBar {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #1B1B1B;
  height: 28px;
  border-bottom: 16px solid #323232;
}
#bottomToggleBar .container {
  display: grid;
  grid-template-columns: 248px 100px auto;
  margin-top: 1px;
  border-top: 1px solid #101010;
  border-left: 1px solid #101010;
  border-right: 1px solid #101010;
  border-color: #1B1B1B !important;
  background-color: #323232;
}
@media screen and (max-width: 1200px) {
  #bottomToggleBar .container {
    margin-left: 20px;
  }
}
#bottomToggleBar .container .buttonContainer {
  display: grid;
  grid-template-columns: 2px 64px 64px;
  padding: 2px 0;
  background-color: #4B4A4A;
  width: 126px;
  border-radius: 20px;
  margin-top: 6px;
}
#bottomToggleBar .container .buttonContainer p {
  padding: 4px 10px;
  margin: 0;
  font-size: 12px;
  color: #EDF9FC;
  opacity: 0.6;
  cursor: pointer;
}
#bottomToggleBar .container .buttonContainer .buttonText {
  background-color: #EDF9FC;
  border-radius: 20px;
  width: 64px;
}
#bottomToggleBar .container .buttonContainer .buttonText p {
  margin: 0;
  color: #101010;
  font-size: 12px;
  padding: 4px 10px;
  cursor: pointer;
}
#bottomToggleBar .container .buttonContainer .mobileHover p:hover {
  opacity: 1;
}

main {
  display: block;
  width: calc(100% - 34px - 39px);
  left: 36px !important;
  top: 80px !important;
}
@media screen and (max-width: 1200px) {
  main {
    width: 100% !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  main {
    top: 40px !important;
  }
}
main #menuLinks {
  display: none;
  top: 202px !important;
}
main #menuLinks div > div:first-child {
  padding-top: 0px !important;
}
main #menuLinks:hover p, main #menuLinks:focus p {
  background-color: transparent;
}
main #menuLinks .dropDown p {
  text-underline-offset: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
main #menuLinks .dropDown p img {
  height: 15px;
  margin-left: 6px;
}
main #menuLinks .dropDown > .portfolioNavList > div {
  padding-left: 20px;
}
main #menuLinks .dropDown > .portfolioNavList > div a {
  width: 200px;
}
main #menuLinks .dropDown:hover > .portfolioNavList {
  display: block !important;
}

.mobileSpacer {
  padding-bottom: 120px;
}

.visitButton div {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 62px;
}
.visitButton a {
  background-color: #323232;
  font-size: 18px;
  color: #EDF9FC;
  text-decoration: none;
  padding: 8px 60px;
  border-radius: 5px;
  transition: all ease-in-out 100ms;
}
.visitButton a:hover, .visitButton a:focus {
  background-color: #EDF9FC;
  color: #101010;
  font-weight: 600;
}

#portfolioBody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
  background-color: #323232;
}
@media screen and (max-width: 991px) {
  #portfolioBody {
    display: block;
    background-color: #1B1B1B;
  }
}
@media screen and (max-width: 425px) {
  #portfolioBody {
    padding-top: 40px;
  }
}
#portfolioBody > :first-child {
  text-align: center;
  background-color: #323232;
  max-width: 600px;
  flex-basis: 600px;
  width: 40vw;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #5A5A5A transparent;
  height: 95vh;
}
@media screen and (max-width: 991px) {
  #portfolioBody > :first-child {
    display: block;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 620px !important;
    max-width: 620px !important;
    background-color: #1B1B1B;
  }
  #portfolioBody > :first-child .emailContainer {
    border: 20px solid #1B1B1B;
  }
}
@media screen and (max-width: 576px) {
  #portfolioBody > :first-child {
    width: 350px !important;
    max-width: 350px;
    width: 350px !important;
    max-width: 350px;
  }
  #portfolioBody > :first-child .deviceWidth {
    width: 350px !important;
  }
}
@media screen and (max-width: 576px) {
  #portfolioBody > :first-child {
    width: 370px !important;
    max-width: 370px;
    /*Module Styles*/
    /*Template Styles*/
    /* Line Height Styles */
    /* BEGIN DO NOT change text values */
    /* END */
    /*Mobile Text Styles*/
    /* Heading Text - Adjust as needed */
    /* Body Text Pre-sets */
  }
  #portfolioBody > :first-child #LP_image, #portfolioBody > :first-child .LP_image {
    width: 300px;
  }
  #portfolioBody > :first-child .deviceWidth {
    width: 100% !important;
    padding: 0;
  }
  #portfolioBody > :first-child .deviceWidth50 {
    width: 50% !important;
    padding: 0;
  }
  #portfolioBody > :first-child .deviceWidth75 {
    width: 75% !important;
    padding: 0;
  }
  #portfolioBody > :first-child .deviceWidth80 {
    width: 80% !important;
    padding: 0;
  }
  #portfolioBody > :first-child .hideBGMobile {
    background: none !important;
  }
  #portfolioBody > :first-child .hideForMobile {
    display: none !important;
  }
  #portfolioBody > :first-child .showForMobile {
    display: table !important;
    max-height: none !important;
  }
  #portfolioBody > :first-child .removePaddingForMobile {
    padding: 0 !important;
  }
  #portfolioBody > :first-child .backgroundSwap {
    background-image: url("https://image.info.deluxe.com/lib/fe311171716404757d1474/m/1/AFD_mobile.png") !important;
  }
  #portfolioBody > :first-child .topPadForMobile0 {
    padding-top: 0px !important;
  }
  #portfolioBody > :first-child .topPadForMobile10 {
    padding-top: 10px !important;
  }
  #portfolioBody > :first-child .topPadForMobile15 {
    padding-top: 15px !important;
  }
  #portfolioBody > :first-child .topPadForMobile20 {
    padding-top: 20px !important;
  }
  #portfolioBody > :first-child .topPadForMobile30 {
    padding-top: 30px !important;
  }
  #portfolioBody > :first-child .topPadForMobile40 {
    padding-top: 40px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile0 {
    padding-right: 0px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile10 {
    padding-right: 10px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile15 {
    padding-right: 15px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile20 {
    padding-right: 20px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile30 {
    padding-right: 30px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile40 {
    padding-right: 40px !important;
  }
  #portfolioBody > :first-child .rightPadForMobile50 {
    padding-right: 50px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobile0 {
    padding-bottom: 0px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobile10 {
    padding-bottom: 10px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobile15 {
    padding-bottom: 15px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobile20 {
    padding-bottom: 20px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobile30 {
    padding-bottom: 30px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobile40 {
    padding-bottom: 40px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobilevw {
    padding-bottom: 200px !important;
  }
  #portfolioBody > :first-child .bottomPadForMobilevw2 {
    padding-bottom: 30vw !important;
  }
  #portfolioBody > :first-child .leftPadForMobile0 {
    padding-left: 0px !important;
  }
  #portfolioBody > :first-child .leftPadForMobile10 {
    padding-left: 10px !important;
  }
  #portfolioBody > :first-child .leftPadForMobile15 {
    padding-left: 15px !important;
  }
  #portfolioBody > :first-child .leftPadForMobile20 {
    padding-left: 20px !important;
  }
  #portfolioBody > :first-child .leftPadForMobile30 {
    padding-left: 30px !important;
  }
  #portfolioBody > :first-child .leftPadForMobile40 {
    padding-left: 40px !important;
  }
  #portfolioBody > :first-child .leftPadForMobile50 {
    padding-left: 50px !important;
  }
  #portfolioBody > :first-child .sectionDividerForMobile20 {
    height: 20px !important;
  }
  #portfolioBody > :first-child .sectionDividerForMobile {
    height: 40px !important;
  }
  #portfolioBody > :first-child .sectionDividerForMobile60 {
    height: 60px !important;
  }
  #portfolioBody > :first-child .sectionDividerForMobile80 {
    height: 80px !important;
  }
  #portfolioBody > :first-child .textAlignCenterForMobile {
    text-align: center !important;
  }
  #portfolioBody > :first-child .textAlignLeftForMobile {
    text-align: left !important;
  }
  #portfolioBody > :first-child .reverseStack {
    width: 100% !important;
    display: block;
  }
  #portfolioBody > :first-child .snippetPaddingForMobile {
    padding: 15px 20px 15px 20px !important;
    text-align: center !important;
    font-size: 12px !important;
  }
  #portfolioBody > :first-child .logoPaddingForMobile {
    padding: 10% 30% 10% 30% !important;
  }
  #portfolioBody > :first-child .logoPaddingForMobileFooter {
    padding: 0px 35% 0 35% !important;
  }
  #portfolioBody > :first-child .logoPaddingForMobileFooterWide {
    padding: 0px 20% 0 20% !important;
  }
  #portfolioBody > :first-child .logoPaddingForMobileWide {
    padding: 10% 20% 10% 20% !important;
  }
  #portfolioBody > :first-child .logoWidthForMobile {
    width: 100% !important;
  }
  #portfolioBody > :first-child .burstPadForMobile {
    padding: 3% 20% 3% 20% !important;
  }
  #portfolioBody > :first-child .burstFontForMobile a, #portfolioBody > :first-child .burstFontForMobile {
    font-size: 22px !important;
    line-height: 24px !important;
    text-align: center !important;
  }
  #portfolioBody > :first-child .pscPaddingForMobile {
    padding: 0 20px 15px 20px !important;
    text-align: center !important;
  }
  #portfolioBody > :first-child .shopLinksForMobile {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  #portfolioBody > :first-child .LH2 {
    line-height: 2px !important;
  }
  #portfolioBody > :first-child .LH4 {
    line-height: 4px !important;
  }
  #portfolioBody > :first-child .LH8 {
    line-height: 8px !important;
  }
  #portfolioBody > :first-child .LH10 {
    line-height: 10px !important;
  }
  #portfolioBody > :first-child .LH12 {
    line-height: 12px !important;
  }
  #portfolioBody > :first-child .LH14 {
    line-height: 14px !important;
  }
  #portfolioBody > :first-child .LH16 {
    line-height: 16px !important;
  }
  #portfolioBody > :first-child .LH18 {
    line-height: 18px !important;
  }
  #portfolioBody > :first-child .LH20 {
    line-height: 20px !important;
  }
  #portfolioBody > :first-child .LH22 {
    line-height: 22px !important;
  }
  #portfolioBody > :first-child .LH24 {
    line-height: 24px !important;
  }
  #portfolioBody > :first-child .LH26 {
    line-height: 26px !important;
  }
  #portfolioBody > :first-child .LH28 {
    line-height: 28px !important;
  }
  #portfolioBody > :first-child .LH30 {
    line-height: 30px !important;
  }
  #portfolioBody > :first-child .LH32 {
    line-height: 32px !important;
  }
  #portfolioBody > :first-child .LH34 {
    line-height: 34px !important;
  }
  #portfolioBody > :first-child .LH36 {
    line-height: 36px !important;
  }
  #portfolioBody > :first-child .LH38 {
    line-height: 38px !important;
  }
  #portfolioBody > :first-child .LH40 {
    line-height: 40px !important;
  }
  #portfolioBody > :first-child .bodyCopy p, #portfolioBody > :first-child .bodyCopy a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #portfolioBody > :first-child .bodyText p, #portfolioBody > :first-child .bodyText a, #portfolioBody > :first-child .bodyText {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #portfolioBody > :first-child .contactText p {
    font-size: 22px !important;
    line-height: 1.5em !important;
  }
  #portfolioBody > :first-child .contactPhone a {
    font-size: 24px !important;
    line-height: 1em !important;
  }
  #portfolioBody > :first-child .disclaimerText p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  #portfolioBody > :first-child .footerText p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #portfolioBody > :first-child .snippetMobile a, #portfolioBody > :first-child .snippetMobile, #portfolioBody > :first-child .snippetMobile p {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  #portfolioBody > :first-child #snippetTel {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  #portfolioBody > :first-child .headingLG_01, #portfolioBody > :first-child .headingLG_02, #portfolioBody > :first-child .headingLG_03, #portfolioBody > :first-child .headingLG_04, #portfolioBody > :first-child .headingLG_05 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  #portfolioBody > :first-child .headingLG_Outlook {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  #portfolioBody > :first-child .headingLG_01 {
    margin-top: 60px !important;
  }
  #portfolioBody > :first-child .headingLG_02 {
    margin-top: 120px !important;
  }
  #portfolioBody > :first-child .headingLG_03 {
    margin-top: 180px !important;
  }
  #portfolioBody > :first-child .faux-position {
    margin-top: 8.5em !important;
    margin-left: 9em !important;
    display: inline-block;
    width: 54vw !important;
  }
  #portfolioBody > :first-child .headingMD {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  #portfolioBody > :first-child .headingSM {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  #portfolioBody > :first-child .mobileText-14 p, #portfolioBody > :first-child .mobileText-14 a, #portfolioBody > :first-child .mobileText-14 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #portfolioBody > :first-child #mobileText-14 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #portfolioBody > :first-child .mobileText-14-LH26, #portfolioBody > :first-child .mobileText-14-LH26 a, #portfolioBody > :first-child .mobileText-14-LH26 p, #portfolioBody > :first-child .mobileText-14-LH26 h2 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  #portfolioBody > :first-child .mobileText-16 p, #portfolioBody > :first-child .mobileText-16 h2, #portfolioBody > :first-child .mobileText-16 a, #portfolioBody > :first-child .mobileText-16 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #portfolioBody > :first-child .mobileText-16-LH26, #portfolioBody > :first-child .mobileText-16-LH26 a, #portfolioBody > :first-child .mobileText-16-LH26 p, #portfolioBody > :first-child .mobileText-16-LH26 h2 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  #portfolioBody > :first-child .mobileText-18 p, #portfolioBody > :first-child .mobileText-18 h2, #portfolioBody > :first-child .mobileText-18 a, #portfolioBody > :first-child .mobileText-18 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  #portfolioBody > :first-child .mobileText-18-LH24, #portfolioBody > :first-child .mobileText-18-LH24 a, #portfolioBody > :first-child .mobileText-18-LH24 p, #portfolioBody > :first-child .mobileText-18-LH24 h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #portfolioBody > :first-child .mobileText-18-LH30, #portfolioBody > :first-child .mobileText-18-LH30 p, #portfolioBody > :first-child .mobileText-18-LH30 a, #portfolioBody > :first-child .mobileText-18-LH30 h2 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  #portfolioBody > :first-child .mobileText-20 p, #portfolioBody > :first-child .mobileText-20 h2, #portfolioBody > :first-child .mobileText-20 a, #portfolioBody > :first-child .mobileText-20 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  #portfolioBody > :first-child .mobileText-22 p, #portfolioBody > :first-child .mobileText-22 h2, #portfolioBody > :first-child .mobileText-22 a, #portfolioBody > :first-child .mobileText-22 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  #portfolioBody > :first-child .mobileText-24 p, #portfolioBody > :first-child .mobileText-24 h2, #portfolioBody > :first-child .mobileText-24 a, #portfolioBody > :first-child .mobileText-24 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  #portfolioBody > :first-child .mobileText-36-LH40 p, #portfolioBody > :first-child .mobileText-36-LH40 h2, #portfolioBody > :first-child .mobileText-36-LH40 a, #portfolioBody > :first-child .mobileText-36-LH40 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}
@media screen and (max-width: 425px) {
  #portfolioBody > :first-child {
    width: 100% !important;
    height: 400px !important;
  }
}
#portfolioBody > :first-child .imageLabel {
  margin: 20px 0;
  display: inline-block;
  background-color: #1B1B1B;
  width: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
#portfolioBody > :first-child .imageLabel p {
  font-size: 18px !important;
  margin: 0;
}
@media screen and (max-width: 425px) {
  #portfolioBody > :first-child .imageLabel p {
    font-size: 16px !important;
  }
}
#portfolioBody > :first-child h1 {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #1B1B1B;
}
#portfolioBody > :nth-child(2) {
  text-align: center;
  background-color: #1B1B1B !important;
  width: calc(100% - 600px - 18px);
  height: 95vh;
}
@media screen and (max-width: 991px) {
  #portfolioBody > :nth-child(2) {
    display: block;
    width: 100%;
    border-top: 20px solid #323232;
  }
}
@media screen and (max-width: 425px) {
  #portfolioBody > :nth-child(2) {
    height: 80vh;
  }
}
#portfolioBody h1 {
  font-weight: 400;
  margin: 40px 0;
  font-size: 1.6em;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media only screen and (max-width: 425px) {
  #portfolioBody h1 {
    font-size: 1.4em;
    margin: 0;
    padding: 10px 0 !important;
    font-weight: 600;
  }
}
#portfolioBody #liveContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#portfolioBody #projectInfoContainer {
  max-width: 1000px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  #portfolioBody #projectInfoContainer {
    margin-top: 3rem;
  }
}
#portfolioBody #projectInfoContainer > div {
  margin-bottom: 40px;
}
#portfolioBody #projectInfoContainer > div > .projectSectionHeader {
  border-bottom: 1px solid #5A5A5A;
}
#portfolioBody #projectInfoContainer > div > div {
  max-width: 1000px;
  width: 100%;
}
#portfolioBody #projectInfoContainer button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#portfolioBody #projectInfoContainer .descriptionOpen img, #portfolioBody #projectInfoContainer .descriptionClose img {
  width: 15px;
}
#portfolioBody #projectInfoContainer #overviewContent, #portfolioBody #projectInfoContainer #marketingBriefContent, #portfolioBody #projectInfoContainer #executionContent {
  display: none;
}
#portfolioBody #projectInfoContainer #executionContent {
  padding-bottom: 40px;
}
#portfolioBody #projectInfoContainer h2 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#portfolioBody #projectInfoContainer .open {
  display: block !important;
}
#portfolioBody #projectInfoContainer p {
  font-size: 18px;
  line-height: 1.6em;
  text-align: left;
  margin-top: 20px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
@media screen and (max-width: 425px) {
  #portfolioBody #projectInfoContainer p {
    font-size: 14px;
  }
}

#portfolioBody.dim {
  animation: slowFadeOut 80ms ease-in forwards;
}

@keyframes slowFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 10%;
  }
}
#popupContainer {
  top: 300px;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

#resizeContentContainer {
  max-width: 1200px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}
#resizeContentContainer #resizeDiv {
  display: flex;
  height: 90vh;
  max-height: 60vh;
  min-width: 40px;
  min-height: 10vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #5A5A5A transparent;
}
@media screen and (max-width: 991px) {
  #resizeContentContainer #resizeDiv {
    height: 100%;
  }
}
@media screen and (max-width: 425px) {
  #resizeContentContainer #resizeDiv {
    height: 100%;
  }
}
#resizeContentContainer #resizeHandle {
  background-color: #333 !important;
  width: 100% !important;
  height: 20px !important;
  cursor: row-resize;
  top: calc(100% - 10px);
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#resizeContentContainer #resizeHandle #handle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 136px;
  height: 20px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  background-image: url(/projects/images/codeResizer.png);
}
#resizeContentContainer #resizeDiv2 {
  display: flex;
  max-height: 90vh;
  min-width: 60px;
  width: 100%;
  min-height: 30vh;
  height: 30vh;
  position: relative;
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-color: #5A5A5A transparent;
}
#resizeContentContainer #resizeDiv2 pre code {
  text-align: left;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  white-space: pre-wrap;
}
#resizeContentContainer #resizeDiv2 pre.center {
  text-align: center !important;
  background-color: #2d2d2d;
  padding: 1em;
  color: rgb(153, 153, 153);
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#resizeContentContainer #resizeDiv2 #codeContainer {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#resizeHandle {
  background-color: #333;
  width: 100%;
  height: 10px;
  cursor: row-resize;
  top: calc(100% - 10px);
}
