.section {
  min-height: 0vh;
  min-width: 0px;
  margin-top: 0px;
  background-color: #140860;
}

.body {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #140860;
}

.navbar {
  display: block;
  min-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #140860;
}

.div-block {
  min-height: 50px;
  min-width: 50px;
  border-style: none;
  border-width: 1px;
  border-color: #ff7171;
  border-radius: 100px;
  background-color: #ff7171;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0%;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: block;
  width: 100vw;
  min-width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: transparent;
}

.nav-link-text {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ff7171;
  font-weight: 700;
}

.nav-link-text.selected {
  margin-left: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-avctive-underline {
  min-height: 2px;
  min-width: 35%;
  background-color: #ff7171;
}

.nav-avctive-underline.active {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-avctive-underline.unactive {
  width: 0px;
  min-width: 0%;
  background-color: #ff7171;
}

.nav-menu-div {
  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;
  -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;
}

.nav-menu-div.active {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-logo-text {
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ff7171;
  font-weight: 700;
}

.nav-logo-text.selected {
  margin-left: 0px;
}

.text-block {
  font-family: Poppins, sans-serif;
  color: #a1476a;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 200;
  text-align: center;
}

.copy-span {
  color: #ff7171;
  font-size: 1.1em;
  font-weight: 700;
}

.div-block-2 {
  min-height: 300px;
  background-image: url('../images/Hero_Laptop.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linksocial {
  min-height: 40px;
  min-width: 40px;
  background-image: url('../images/OrangeDribbble.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linksocial.dribbble {
  min-height: 30px;
  min-width: 30px;
}

.linksocial.instagram {
  min-height: 30px;
  min-width: 30px;
  background-image: url('../images/OrangeInstagram.svg');
}

.linksocial.medium {
  min-height: 30px;
  min-width: 30px;
  background-image: url('../images/OrangeMedium.svg');
}

.socialdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .brand {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .nav-link-text {
    background-color: transparent;
  }
  .icon {
    background-color: transparent;
    color: #ff7171;
  }
  .nav-menu {
    border-top: 2px solid #ff7171;
    border-bottom: 2px solid #ff7171;
    background-color: #140860;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    border-style: solid;
    border-width: 2px;
    border-color: #ff7171;
    background-color: #140860;
  }
  .nav-avctive-underline.active {
    display: block;
    min-width: 5%;
  }
  .nav-avctive-underline.unactive {
    display: none;
    min-width: 5%;
  }
  .nav-menu-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-logo-text {
    background-color: transparent;
  }
  .text-block {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 30px;
  }
  .text-block {
    font-size: 1.6em;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 15px;
  }
  .body {
    height: 100vh;
    min-height: 100vh;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block {
    font-size: 1.4em;
  }
}

