.dom-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -65px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  line-height: 68px;
}

.doms-vp {
  max-width: 600px;
  margin-top: 8px;
  margin-right: 10vw;
  margin-left: 10vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.pink_stripe {
  width: 700px;
  height: 40px;
  max-width: 90vw;
  margin-top: 72vh;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #ed0b6a;
}

.headshot_txt-sec {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 33vh;
  margin-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #fff;
}

.domloves-sec {
  position: static;
  top: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0vh;
  padding-top: 7vh;
  padding-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.domloves_txt {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  font-weight: 300;
}

.bigpink-stripe {
  position: static;
  display: block;
  width: 32vw;
  height: 8.5vh;
  margin-top: 18px;
  margin-left: 15vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ed0b6a;
}

.midsecleft-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.midsecright-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.dotdom-txt {
  margin-top: -113px;
  margin-bottom: 22px;
  margin-left: 15vw;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 135px;
  font-weight: 700;
}

.projectoverview-sec {
  width: 100%;
  height: auto;
  margin-top: 0vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fff;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-right: 15vw;
  margin-bottom: 40px;
  margin-left: 15vw;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ed0b6a;
  font-size: 40px;
  font-weight: 600;
}

.project-pic {
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 4px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.project-info {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  font-weight: 300;
}

.toplink-sec {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-top: 0vh;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.grid-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  color: #333;
  text-decoration: none;
}

.oneproject_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 5vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.project-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15vw;
  margin-left: 15vw;
}

.project-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 70vw;
  margin-top: 0px;
  margin-right: 15vw;
  margin-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link_txt {
  color: #fff;
  font-weight: 400;
}

.project-paragraph {
  margin-bottom: 0px;
  padding-top: 0vh;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.projectpic_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.project-outcome-pic {
  max-height: 50vh;
  margin: 0vh 0vw;
}

.project-hero-pic {
  margin-top: 10px;
  margin-bottom: 3vh;
}

.link {
  color: #333;
  font-weight: 600;
}

.totop_button {
  width: 58px;
  height: 16px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/footer_up_1footer_up.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.links_inblack {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.footer-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 7vh;
  padding-bottom: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.social-link {
  margin-right: 20px;
  margin-left: 20px;
}

.screenshot-subtxt {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #8a8989;
  font-style: italic;
  font-weight: 300;
}

.pic-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 3vh 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pic2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3vh 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headshot_bg-sec {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  margin-top: 0px;
  background-image: url('../images/dom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 30;
  width: 100vw;
  height: 100px;
  background-color: transparent;
}

.nav-link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #ed0b6a;
  font-size: 18px;
}

.nav-link-2.w--current {
  color: #ed0b6a;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.container {
  width: 100vw;
  height: 100px;
  max-width: 100vw;
  min-width: 100vw;
  text-decoration: none;
}

.brand {
  margin-top: 30px;
  margin-left: 30px;
}

.brand:active {
  margin-top: 10px;
  margin-left: 10px;
}

.brand:focus {
  margin-top: 10px;
  margin-left: 10px;
}

.brand:visited {
  margin-top: 10px;
  margin-left: 10px;
}

.brand.w--current {
  margin-top: 10px;
  margin-left: 10px;
}

.nav-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-right: 10px;
  padding-top: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  width: 85%;
  max-width: 85%;
}

.txt-div {
  width: 50%;
  margin-top: 3vh;
}

.round_dots {
  width: 10px;
  height: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #ed0b6a;
  border-radius: 30px;
  background-color: #ed0b6a;
}

.text-block {
  padding-right: 15px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: transparent;
  font-size: 15px;
  text-decoration: none;
}

.text-block:hover {
  color: #ed0b6a;
}

.nav-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 5px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.nav-dots:hover {
  font-family: 'Open Sans', sans-serif;
}

.nav-dots.w--current {
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
}

.text-block-2 {
  width: 50px;
  height: 20px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #ed0b6a;
  font-size: 15px;
}

.nav-txt {
  display: block;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #ed0b6a;
}

.text-block-3 {
  padding-top: 17px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(237, 11, 106, 0.43);
  font-size: 12px;
  text-align: center;
}

.social-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .pink_stripe {
    max-width: 90vw;
    margin-top: 72vh;
  }
  .domloves_txt {
    font-size: 15px;
    line-height: 40px;
  }
  .bigpink-stripe {
    width: 35vw;
    height: 6vh;
    margin-top: 0px;
    margin-left: 56px;
  }
  .midsecleft-div {
    padding-top: 43vh;
  }
  .dotdom-txt {
    margin-top: -68px;
    margin-left: 8vw;
    font-size: 80px;
    line-height: 80px;
  }
  .grid {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .project-title {
    font-size: 33px;
  }
  .project-info {
    font-size: 16px;
  }
  .project-header {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .project-content {
    max-width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .project-outcome-pic {
    max-height: 50vh;
  }
  .screenshot-subtxt {
    margin-top: 5px;
  }
  .nav-menu {
    display: none;
    margin-top: 0vh;
    margin-right: 0px;
  }
  .icon {
    padding-top: 0px;
    padding-right: 0px;
    color: #ed0b6a;
    font-size: 35px;
  }
  .menu-button {
    margin-top: 18px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .dom-title {
    text-align: center;
  }
  .doms-vp {
    font-size: 20px;
    line-height: 25px;
  }
  .pink_stripe {
    margin-top: 66vh;
  }
  .domloves_txt {
    padding-right: 5px;
    font-size: 14px;
    line-height: 30px;
  }
  .bigpink-stripe {
    width: 30vw;
    height: 5vh;
    margin-top: -151px;
    margin-left: 38px;
  }
  .midsecleft-div {
    width: 45%;
    padding-top: 30px;
  }
  .midsecright-div {
    width: 65%;
  }
  .dotdom-txt {
    margin-top: -53px;
    font-size: 60px;
    line-height: 60px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .grid-div {
    margin-bottom: 30px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .projectpic_div {
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-outcome-pic {
    max-height: 50vh;
  }
  .screenshot-subtxt {
    margin-top: 5px;
    margin-bottom: 0vh;
    font-family: 'Open Sans', sans-serif;
    color: #8a8989;
    font-style: italic;
    font-weight: 300;
    text-align: center;
  }
  .pic-div {
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .pic2-div {
    margin-right: 5vw;
    margin-bottom: 3vh;
    margin-left: 5vw;
  }
  .brand {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }
  .brand.w--current {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }
  .image {
    width: 65%;
  }
  .txt-div {
    width: 100%;
  }
  .icon {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .dom-title {
    margin-top: -47px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 55px;
    line-height: 50px;
    text-align: center;
  }
  .doms-vp {
    max-width: 90vw;
    margin-top: 5px;
    font-size: 17px;
    line-height: 23px;
  }
  .pink_stripe {
    width: 308px;
    height: 25px;
    margin-top: 66vh;
  }
  .domloves-sec {
    padding-top: 5vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .domloves_txt {
    margin-top: 23px;
    padding-right: 0px;
    padding-left: 7px;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    text-indent: 0px;
  }
  .bigpink-stripe {
    width: 10vw;
    height: 4vh;
    margin-top: 18px;
    margin-left: 0vw;
  }
  .midsecleft-div {
    overflow: hidden;
    width: 10%;
    margin-left: 0px;
    padding-top: 30px;
  }
  .midsecright-div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dotdom-txt {
    overflow: hidden;
    margin-top: -39px;
    margin-left: -1vw;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -4px;
  }
  .project-title {
    margin-top: 12px;
    font-size: 28px;
  }
  .project-info {
    font-size: 14px;
  }
  .grid-div {
    margin-bottom: 22px;
  }
  .projectpic_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .screenshot-subtxt {
    margin-top: 5px;
    margin-bottom: 0vh;
  }
  .pic-div {
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .headshot_bg-sec {
    background-image: url('../images/dom.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
  }
  .container {
    height: 70px;
  }
  .brand {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }
  .brand.w--current {
    margin-top: 10px;
    margin-left: 10px;
  }
  .image {
    width: 55%;
  }
  .txt-div {
    width: 100%;
  }
  .social-div {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    width: 80%;
  }
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Bold.ttf') format('truetype'), url('../fonts/Heebo-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}