:root {
  --black: black;
  --midnight-blue: #2a343e;
  --white: white;
  --background: #e7f6f9;
  --secondary: #b7b4b9;
  --highlight: #ffe872;
}
.projects-container {
  margin: 100px 25px 24px 24px;
}
.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 180%;
}

h1 {
  margin: 0 auto 20px;
  font-family: Biryani, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Biryani, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Biryani, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: #b7b4b9;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.hero {
  flex-direction: row;
  align-items: stretch;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.container {
  flex: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  text-align: center;
}

.container.project-page {
  margin-top: 50px;
}

.button {
  border: 3px none var(--black);
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  min-width: 200px;
  margin-top: 46px;
  padding: 15px 32px;
  font-size: 18px;
  font-weight: 400;
}

.button-border {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  display: inline-block;
  transform: translate(11px, 11px);
  box-shadow: 0 0 0 3px #000;
}

.button-wrapper {
  border-radius: 0;
  margin-top: 40px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-block;
}

.headline-wrap {
  max-width: 100vh;
  margin-bottom: 24px;
}

.navbar {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  transition: all 0.2s;
}

.logo:hover {
  color: rgba(255, 255, 255, 0.8);
}

.nav-link {
  color: var(--white);
  margin-left: 48px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}

.section {
  margin-left: 24px;
  margin-right: 24px;
  padding: 30px 60px 60px;
}

.section.about-me-section {
  padding-top: 0;
}

.project {
  grid-column-gap: 60px;
  grid-row-gap: 14px;
  grid-template:
    ". Area"
    ". Area"
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.left-column {
  min-width: 560px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 30px;
}

.mockup-column {
  text-align: right;
  margin-bottom: 70px;
  position: relative;
}

.tags-wrapper {
  flex-wrap: wrap;
  margin-bottom: 32px;
  display: flex;
}

.tag {
  background-color: var(--background);
  color: var(--midnight-blue);
  border-radius: 4px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.dots {
  position: absolute;
  top: auto;
  bottom: -24px;
  left: -24px;
  right: auto;
}

.mockup-img {
  z-index: 1;
  border-radius: 4px;
  position: relative;
}

.mockup-img.project-page {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mockup-hover {
  align-items: center;
  height: 44px;
  padding-top: 2px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -42px;
  left: auto;
  right: 0%;
}

.mockup-hover-text {
  color: var(--secondary);
  letter-spacing: 0.03em;
  margin-right: 12px;
  font-weight: 600;
  display: inline-block;
}

.heading-5 {
  color: var(--secondary);
  margin-bottom: 15px;
}

.mockup-arrow-wrapper {
  overflow: hidden;
}

.right-column {
  flex: 1;
  max-width: 544px;
  padding-top: 0;
}

.what-i-do {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.development-heading {
  color: var(--midnight-blue);
  margin-top: 80px;
}

.footer {
  background-color: var(--background);
  border-radius: 4px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 50px 60px 33px;
}

.want-to-work {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.copyright {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: -10px;
  font-size: 14px;
}

.nav-menu {
  padding-right: 50px;
}

.portfolio-paragraph {
  color: var(--midnight-blue);
  max-width: 480px;
  line-height: 34px;
}

.header-wrapper {
  background-image: linear-gradient(145deg, #0f735b, #bfd4ff);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 170px 60px 345px;
  display: flex;
}

.header-wrapper.project-page {
  padding-bottom: 84px;
}

.header {
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
}

.header-paragraph {
  color: var(--white);
  max-width: 736px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 34px;
}

.header-paragraph.projects-page {
  margin-top: 0;
}

.screen-container {
  flex: 1;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.screen-image {
  border-radius: 4px;
  margin-bottom: -231px;
  position: relative;
  top: -300px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.live-site-link {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.live-site-link:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px rgba(255, 255, 255, 0.8);
}

._24px {
  height: 24px;
}

.image {
  max-width: 100%;
  display: none;
  position: absolute;
  top: -22%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer-heading {
  color: var(--midnight-blue);
  margin: 0 10px 0 -4px;
  font-size: 5vh;
  font-weight: 700;
  display: block;
  position: relative;
}

.link-2 {
  color: var(--midnight-blue);
}

.heading-6 {
  color: var(--midnight-blue);
  font-size: 6vh;
  font-weight: 700;
}

.project-button {
  border: 3px none var(--black);
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  min-width: 200px;
  margin-top: 46px;
  padding: 15px 32px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s;
}

.project-button:hover {
  background-color: rgba(42, 52, 62, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.project-button.form {
  margin-top: 0;
}

.project-button.link {
  width: 350px;
  margin: 0 auto 29px;
  display: block;
}

.image-3 {
  border: 1px #000;
  border-radius: 400px;
  padding-right: 0;
  box-shadow: 0 0 rgba(7, 31, 87, 0), 0 1px 0.4px rgba(7, 31, 87, 0.03), 0 2px 0.8px rgba(7, 31, 87, 0.04),
    0 3.4px 1.6px rgba(7, 31, 87, 0.043), 0 5.4px 2.9px rgba(7, 31, 87, 0.047), 0 8.9px 5.3px rgba(7, 31, 87, 0.047),
    0 15.4px 10.4px rgba(7, 31, 87, 0.05), 0 30.6px 22.8px rgba(7, 31, 87, 0.055);
}

.header-category {
  color: rgba(255, 255, 255, 0.5);
}

.header-title {
  color: var(--white);
  font-weight: 700;
}

.header-title.projects-page {
  margin-bottom: -2px;
}

.hero-wrap-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/waves-hero-full.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  align-items: flex-start;
  padding: 22vh 60px 70px;
  display: flex;
}

.hero-heading-2 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 5vh;
  font-weight: 200;
  display: inline;
  position: relative;
}

.hero-paragraph-2 {
  color: var(--white);
  max-width: 580px;
  line-height: 34px;
}

.hero-button-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 3px #000;
  border-radius: 4px;
  min-width: 200px;
  margin-top: 46px;
  padding: 15px 32px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s;
}

.hero-button-2:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.image-4 {
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 0%;
}

.image {
  display: block;
  right: 3%;
}

.circle {
  position: absolute;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 13%;
}

.paragraph {
  color: var(--midnight-blue);
  margin-top: 15px;
}

.paragraph-2,
.paragraph-3 {
  color: var(--midnight-blue);
}

.heading-10 {
  color: var(--midnight-blue);
  line-height: 32px;
}

.text-field {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #000;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-field.text-area {
  min-height: 112px;
}

.success-message {
  background-color: #fff;
  border-radius: 4px;
  min-height: 200px;
}

.text-block {
  margin-top: 58px;
  margin-bottom: auto;
}

.error-message {
  border-radius: 4px;
  margin-top: 23px;
}

.project-item {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-title {
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

.captcha {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding: 40px;
  }

  .project {
    flex-direction: column;
    grid-template:
      "."
      "."
      "."
      / 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .left-column {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .mockup-column {
    text-align: center;
    background-color: #e7f6f9;
    width: 100%;
    margin-bottom: 60px;
  }

  .tag {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .mockup-hover {
    display: none;
  }

  .right-column {
    width: 100%;
    max-width: 100%;
    margin-top: 47px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .what-i-do {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .want-to-work {
    flex-direction: column;
    margin-bottom: 10vh;
  }

  .nav-menu {
    padding-right: 0;
  }

  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    width: 320px;
    max-width: 100%;
    display: none;
    top: 186px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hero-wrap-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .circle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  .headline-wrap {
    max-width: 100%;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 15px;
    font-size: 14px;
  }

  .section {
    padding: 30px;
  }

  .project {
    flex-direction: column-reverse;
  }

  .left-column {
    margin-bottom: 50px;
  }

  .development-heading {
    margin-top: 40px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .header-wrapper {
    align-items: center;
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-wrapper.project-page {
    padding-top: 173px;
  }

  .image {
    display: none;
  }

  .hero-wrap-2 {
    align-items: center;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 37px;
  }

  .hero {
    min-height: auto;
    padding: 0;
    overflow: hidden;
  }

  .container {
    display: block;
  }

  .headline-wrap {
    max-width: 300px;
  }

  .navbar {
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-top: 34px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about-me-section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .left-column {
    margin-bottom: 56px;
    padding-right: 0;
  }

  .dots {
    width: 70px;
    bottom: -16px;
    left: -16px;
  }

  .menu-button {
    margin-top: -6px;
    margin-right: 0;
    padding: 6px 8px 8px;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    text-align: right;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 20px 20px;
  }

  .header-wrapper {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    min-height: auto;
    padding: 0;
  }

  .screen-image {
    margin-bottom: -260px;
  }

  .footer-heading {
    margin-right: 8px;
  }

  .hero-wrap-2 {
    padding: 148px 35px 246px;
    overflow: hidden;
  }

  .hero-heading-2 {
    margin-right: 0;
  }

  .image-4 {
    bottom: 17%;
    right: -8%;
  }

  .icon {
    font-size: 30px;
  }
  .view-projects-image {
    width: 100%;
  }
}

#w-node-_5e88b46d-417e-778f-7af0-7ba57a92cc85-5b53b256 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-ce64223d-3b0f-84b9-64bf-81bd6806b188-5b53b256 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_8345c2ff-fc2e-9c2e-4aa1-8c5bcae0adfc-53bef9f9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5e88b46d-417e-778f-7af0-7ba57a92cc85-5b53b256 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce64223d-3b0f-84b9-64bf-81bd6806b188-5b53b256 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8345c2ff-fc2e-9c2e-4aa1-8c5bcae0adfc-53bef9f9 {
    grid-area: 2 / 1 / 3 / 2;
  }
}
