header .carousel-indicators li {
  height: 23px;
  width: 26px;
}

header .carousel-item .carousel-text h1 {
  font-size: 70px;
}

header .carousel-item .carousel-text p {
  font-size: 25px;
}

header .carousel-item .carousel-text button {
  font-size: 25px;
}

header .carousel-item #first-slide {
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

header .carousel-item #second-slide {
  -o-object-position: bottom;
     object-position: bottom;
}

#service-items h1 {
  font-size: 53px;
}

#service-items .service-item h2 {
  font-size: 35px;
}

#service-items .service-item #scanner {
  width: 40%;
  margin-top: 20px;
}

#service-items .service-item #plotter {
  margin-top: 40px;
}

#service-items .devices {
  width: 45%;
}

#about-us h1 {
  font-size: 49px;
}

#about-us p {
  font-size: 21px;
}

#about-us p i {
  top: 4%;
  font-size: 29px;
}

#about-us #ab-us-invitation {
  font-size: 29px;
}

#about-us .wrapper {
  width: 78%;
  padding: 20px 34px;
}

#about-us .top-left-pin {
  left: 4%;
}

#about-us .top-right-pin {
  left: 92%;
}

#why-us .why-us-item p {
  padding: 0 7% 0 7%;
  font-size: 22px;
}

#contact .underline {
  width: 29%;
}

#contact .contact-container .contact-item i {
  padding: 8px;
  font-size: 60px;
}

#contact .contact-container .contact-item p {
  margin-bottom: 20px;
  font-size: 18px;
}

#contact .map-container iframe {
  height: 100%;
}

#contact .contact-us button {
  font-size: 30px;
}

header .contact-form-header p {
  top: 53%;
  font-size: 47px;
}

main form {
  width: 70%;
  padding: 30px 45px;
  font-size: 22px;
}

main form input[type=submit] {
  width: 45%;
}

main .message-box {
  width: 48vw;
}

main .message-box div .upper {
  font-size: 65px;
}

main .message-box div .lower p {
  font-size: 28px;
}

footer .wrapper {
  width: 90%;
}

footer #foot-bookmarks {
  margin-top: 5px;
  text-align: left;
}

footer #foot-bookmarks a {
  text-decoration: none;
  font-size: 16px;
}

footer #foot-social {
  margin-top: 5px;
}

footer #foot-social p {
  margin: 0;
  font-size: 17px;
}

footer #foot-social img {
  margin: 3px;
  width: 45%;
}

footer #foot-copy {
  margin-top: 5px;
}

footer #foot-copy #desktop-copy {
  font-size: 22px;
}

footer #foot-copy #attribute {
  padding: 0 10% 0;
  font-size: 13px;
}

footer #foot-contact {
  padding-left: 0%;
  margin-top: 5px;
  font-size: 16px;
}

footer #desktop-copy {
  margin: 0 0 5px;
}

@media (min-width: 850px) {
  #contact .underline {
    width: 25%;
  }
}

@media (min-width: 950px) {
  #service-items .service-item #plotter {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=medium.css.map */