.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: -2px;
  -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;
}

.navbar {
  display: block;
  padding: 16px 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #479dff;
}

.nav-link {
  margin-right: 5px;
  -webkit-transition: opacity 200ms ease, background-color 200ms cubic-bezier(.6, .04, .98, .335);
  transition: opacity 200ms ease, background-color 200ms cubic-bezier(.6, .04, .98, .335);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.nav-link:hover {
  border-radius: 10px;
  background-color: #2c268d;
}

.nav-link.w--current {
  border-radius: 10px;
  background-color: #2c268d;
  color: #fff;
}

.heading {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/movingpic5.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/movingpic5.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 70px;
  -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;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Exo, sans-serif;
  font-size: 25px;
  text-align: center;
}

.button:hover {
  background-color: #2c268d;
}

.container {
  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;
  text-align: center;
}

.div-block {
  width: 200px;
  height: 5px;
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #000;
}

.paragraph {
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.container-2 {
  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: 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;
  text-align: center;
}

.text-block {
  padding: 18px 27px;
  background-color: #479dff;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.section-2 {
  height: 90px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
}

.text-block-2 {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.foot {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.html-embed {
  height: 100vh;
}

.html-embed-2 {
  height: 100vh;
}

.section-3 {
  background-color: #0f0f0f;
}

.heading-4 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.column {
  text-align: center;
}

.column1 {
  font-family: 'Droid Sans', sans-serif;
  color: #479dff;
  font-size: 25px;
  text-decoration: underline;
}

.paragraph-2 {
  font-family: Exo, sans-serif;
  text-align: center;
}

.paragraph-3 {
  font-family: Exo, sans-serif;
}

.paragraph-4 {
  font-family: Exo, sans-serif;
}

.paragraph-5 {
  font-family: Exo, sans-serif;
}

.section-4 {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 81px;
  padding-left: 81px;
}

.section-5 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.column-2 {
  height: 500px;
  background-image: url('../images/movingpic7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns {
  border: 1px solid #000;
}

.column-3 {
  padding-top: 48px;
  padding-right: 79px;
  padding-left: 79px;
  border-top: 10px solid #000;
}

.heading-5 {
  font-family: 'Droid Sans', sans-serif;
}

.paragraph-6 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.slider {
  background-color: #479dff;
}

.heading-6 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.section-6 {
  background-color: #479dff;
}

.paragraph-7 {
  margin-top: 56px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/movingpics2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/movingpics2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-4 {
  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;
  text-align: left;
}

.heading-7 {
  margin-bottom: 30px;
  color: #fff;
}

.image-2 {
  text-align: left;
}

.text-block-4 {
  padding-bottom: 22px;
  font-size: 25px;
  text-align: center;
}

.container-5 {
  padding-bottom: 21px;
  text-align: center;
}

@media (max-width: 991px) {
  .nav-menu {
    background-color: #479dff;
  }
  .nav-link {
    text-align: center;
  }
  .heading-2 {
    line-height: 60px;
  }
  .button {
    cursor: pointer;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 51px;
    padding-top: 54px;
  }
  .menu-button.w--open {
    background-color: #2c268d;
  }
  .icon {
    height: auto;
  }
  .html-embed-2 {
    height: 100vh;
  }
  .section-4 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .section-5 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 81px;
    padding-left: 81px;
  }
  .column-3 {
    padding: 29px 39px 27px;
  }
  .column-4 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slider {
    height: 400px;
  }
  .paragraph-7 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .container-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-left: 3px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .button {
    width: 400px;
  }
  .image {
    width: 300px;
  }
  .section-4 {
    padding-right: 52px;
    padding-left: 52px;
  }
}

@media (max-width: 479px) {
  .nav-link {
    font-size: 14px;
  }
  .section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/movingpic5.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/movingpic5.jpg');
    background-position: 0px 0px, 20% 50%;
  }
  .heading-2 {
    font-size: 20px;
  }
  .button {
    width: 200px;
  }
  .menu-button {
    margin-right: 2px;
    padding-top: 39px;
  }
  .menu-button.w--open {
    padding-top: 36px;
  }
  .column1 {
    font-size: 18px;
  }
  .section-5 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .column-2 {
    height: 300px;
  }
  .slider {
    height: 500px;
  }
  .paragraph-7 {
    margin-top: 42px;
    padding-right: 48px;
    padding-left: 48px;
    font-size: 14px;
  }
  .icon-2 {
    display: none;
  }
  .icon-3 {
    display: none;
  }
  .heading-7 {
    text-align: center;
  }
}

