body {
  font-family: "Roboto";
}

button:focus {
  outline: 0;
}

button:hover {
  background-color: #3d6fc2;
}

@media screen and (min-width: 320px) {

  .desktop,
  .tablet {
    display: none;
  }

  .mobileDesktop {
    display: block;
  }

  .mobile,
  .mobileTablet {
    display: block;
  }

  .desktopOnly {
    display: none;
  }

  .desktopTablet {
    display: none;
  }

  .footerTablet {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .desktop,
  .tablet {
    display: block;
  }

  .mobileDesktop {
    display: none;
  }

  .mobile {
    display: none;
  }

  .desktopTablet {
    display: flex;
  }

  .footerTablet {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .desktopOnly {
    display: block;
  }

  .mobileDesktop {
    display: block;
  }

  .footerTablet {
    display: none;
  }

  .tablet,
  .mobileTablet {
    display: none;
  }
}

.video {
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video .overlay {
  background: url(/assets/images/videoOverlay.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {

  .ourServices,
  .developmentService {
    background-color: #2e2e2e;
    color: #ffffff;
  }

  .ourServices {
    text-align: center;
  }

  .ourServices span {
    color: #ffffff;
    font-size: 1.5rem;
    border-bottom: 3px solid #4285f4;
    border-width: thick;
    padding-bottom: 0.5rem;
  }

  .ourServices .row {
    padding-top: 1rem;
  }

  .companyProfileMobile {
    background-color: #2e2e2e;
    color: #ffffff;
    text-align: center;
  }

  .companyProfileMobile button {
    border: 0;
    background-color: #4285f4;
    color: #ffffff;
    padding: 0.5rem 2rem;
  }

  .ourProducts {
    text-align: center;
  }

  .ourProducts span,
  .technologies span,
  .developmentService span {
    font-size: 1.4rem;
    border-bottom: 3px solid #4285f4;
    border-width: thick;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }

  .technologies,
  .developmentService {
    text-align: center;
  }

  .technologies span,
  .developmentService span {
    line-height: 2;
  }

  .haveAnIdeaMobileSpecial {
    background-color: #ffffff;
    color: #000000;
  }
}

@media screen and (min-width: 1024px) {
  .ourServices .service-card img {
    margin-left: 2rem;
  }

  .ourServices {
    text-align: inherit;
  }

  .ourServices span {
    font-size: 2.5rem;
  }

  .ourServices .row {
    padding-top: 3rem;
  }

  .ourServices p {
    padding-left: 1rem;
    border-left: 3px solid #4285f4;
    border-width: thick;
    margin-left: 2.5rem;
    width: fit-content;
  }

  .companyProfile h1 {
    color: #ffffff;
  }

  .ourProducts {
    text-align: inherit;
  }

  .ourProducts span,
  .technologies span,
  .developmentService span {
    font-size: 2.5rem;
  }

  .technologies,
  .developmentService {
    text-align: inherit;
  }

  .technologies span,
  .developmentService span {
    line-height: 1.5;
  }

  .developmentService .row {
    padding-top: 3rem;
  }
}

.technologiesContainer {
  padding: 4rem;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.flex-container>div {
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.ourServices .service-card p {
  margin-bottom: 0;
}

/*# sourceMappingURL=whatWeDo.css.map */