div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.jumbotron.hero-nature {
  background-image: url('../../assets/img//hub/Main/business-woman-having-a-video-call-with-coworker-TKZAS22.jpg');
}

div.jumbotron.handsome {
  background-image: url('../../assets/img//hub/Main/handsome-young-business-man-blogger-or-remote-work-VLDE9EK.jpg');
}

div.jumbotron.sound {
  background-image: url('../../assets/img//hub/Main/sound-engineer-working-in-the-recording-studio-F9PMRWZ.jpg');
}

div.jumbotron.home {
  background-image: url('../../assets/img//hub/Main/remote-worker-at-home-63CRYKL.jpg');
}

div.jumbotron.concept {
  background-image: url('../../assets/img//hub/Main/remote-work-concept-designer-demonstrates-color-sw-4C4ELZT.jpg');
}

div.jumbotron.ui {
  background-image: url('../../assets/img//hub/Main/programmer-and-ux-ui-designer-working-in-a-softwar-42XN4AE.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img//hub/Main/businesswoman-working-remotely-5SW92KJ.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img//hub/Main/editing-ui-design-on-laptop-2FWEGXT.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #048f83!important;
  border-color: #048f83!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

