body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #555;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-text {
  margin-bottom: 40px;
  line-height: 24px;
}

._404-button {
  background-color: #2b1480;
}

.colour-section {
  height: 200px;
}

.colour-section.orange {
  background-color: #ee7b00;
}

.colour-section.grey {
  background-color: #39393a;
}

.colour-section.purple {
  background-color: #6e07db;
}

.colour-section.blue {
  background-color: #00b2ff;
}

.colour-section.dk-blue {
  background-color: #2b1480;
}

.colour-section.turq {
  background-color: #36c9bf;
}

.colour-section.navy {
  background-color: #0e013f;
}

.colour-section.tint {
  background-image: -webkit-gradient(linear, right top, left top, from(#6e07db), to(#2b1480));
  background-image: linear-gradient(270deg, #6e07db, #2b1480);
}

.colour-container {
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.colour-container.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-button {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.down-button:hover {
  color: #6e07db;
}

.up-button {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.up-button:hover {
  color: #6e07db;
}

.section-id {
  height: 0px;
}

.section-id.intro {
  position: relative;
  top: 5px;
}

.video-logo {
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.contact-button:hover {
  color: #fff;
}

.contact-button.tel {
  letter-spacing: 1px;
}

.small-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.contact-container {
  margin-bottom: 25px;
}

.contact-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #6e07db;
  color: #0e013f;
}

.company-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2b1480;
}

.top-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2b1480;
}

.footer-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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-color: #0e013f;
}

.contact {
  display: inline-block;
  width: 75px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.down-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  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: 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;
}

.top-name-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0e013f;
}

.h1-name {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.intro-body-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.video-overlay-link {
  display: block;
}

.semi-bold {
  font-weight: 600;
}

.web-dev-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #39393a;
}

@media screen and (max-width: 991px) {
  .colour-section {
    height: 200px;
  }

  .colour-section.purple {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .colour-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .video-logo {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-button {
    font-size: 17px;
  }

  .top-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact {
    font-size: 17px;
  }

  .h1-name {
    font-size: 19px;
    line-height: 28px;
  }

  .intro-body-text {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .colour-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .colour-container.right {
    -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;
  }

  .down-button.w--current {
    margin-top: 0px;
  }

  .video-logo {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-container {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .company-container {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact {
    width: 80px;
  }

  .down-button-container {
    margin-bottom: 5px;
  }

  .top-name-section {
    padding-bottom: 40px;
  }

  .web-dev-section {
    background-color: #39393a;
  }

  .web-dev-container {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .colour-section {
    height: 175px;
  }

  .colour-container {
    padding-top: 65px;
  }

  .msd-logo-video {
    width: 335px;
    margin-top: -10vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-container {
    margin-bottom: 20px;
  }

  .contact-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer-section-1 {
    height: 145px;
  }

  .contact {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .down-button-container {
    bottom: 10px;
    margin-bottom: 0px;
  }

  .h1-name {
    font-size: 18px;
  }

  .intro-body-text {
    font-size: 16px;
  }

  .web-dev-container {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}