body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1.4vw;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 225%;
  line-height: 1.4;
  font-weight: 700;
}

.section.main {
  height: 100vh;
  max-height: 100%;
}

.section._2 {
  display: none;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.container.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  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: 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-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.body {
  background-color: #000;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  background-color: transparent;
}

.image {
  width: 150px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: none;
  background-color: #000;
  color: #fff;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-image {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.text-block {
  color: #fff;
  font-size: 50%;
  font-weight: 900;
}

.div_main {
  width: 300px;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.button {
  display: none;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #ff9d00;
  color: #fff;
  font-size: 110%;
  font-weight: 600;
}

.heading {
  display: none;
  margin-bottom: 40px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 35px;
}

.image-3 {
  display: block;
  width: 200px;
  height: 100px;
  margin-right: 40px;
}

.link-block-2 {
  display: none;
  margin-bottom: 0px;
}

.external-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #f9f8f3;
  background-image: url('../images/arrow-right.svg');
  background-position: 110% 50%;
  background-size: auto 20%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #181818;
  font-size: 1.5vw;
  letter-spacing: -1px;
  text-decoration: none;
}

.external-link:hover {
  position: static;
  margin-top: 0px;
  padding: 30px 30px 0px 0px;
  border-color: #000;
  background-color: #181818;
  background-position: 90% 50%;
  box-shadow: none;
  color: #f9f8f3;
}

.button-2 {
  margin-bottom: 60px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 3px #000;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
  color: #000;
  font-size: 2.5vw;
  font-weight: 800;
}

.button-2:hover {
  background-color: #4b4e50;
  color: #fff;
}

.div_main_up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Hairstore-Final.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link {
  color: #fff;
  font-size: 50%;
  font-weight: 900;
  text-decoration: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }
  .container {
    margin-top: 40px;
  }
  .container.main {
    font-size: 150%;
  }
  .nav-link {
    display: none;
  }
  .link-block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .button-2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }
  .section.main {
    height: auto;
  }
  .container.main {
    font-size: 130%;
  }
  .image {
    width: 50px;
  }
  .footer-image {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .text-block {
    font-size: 50%;
  }
  .image-2 {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .button-2 {
    margin-bottom: 0px;
    font-size: 4vw;
  }
  .div-block {
    -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;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5vw;
  }
  .section.main {
    height: auto;
  }
  .container {
    margin-top: 0px;
  }
  .container.main {
    margin-top: 0px;
  }
  .image {
    width: 150px;
    margin-left: 5px;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-image {
    width: 150px;
    height: 150px;
  }
  .text-block {
    margin-top: 5px;
    text-align: center;
  }
  .heading {
    display: block;
  }
  .image-2 {
    width: 50px;
    height: 50px;
    padding-right: 5px;
  }
  .external-link {
    width: 90%;
    margin-left: auto;
    font-size: 16px;
  }
  .button-2 {
    margin-bottom: 40px;
    font-size: 8vw;
  }
}

