/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../../img/servicebg.jpg);
  background-size: cover;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding:0 0 19px 0;
  color: #000;
  background:#fff;
  text-align:center;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 930px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom:none;
  background:#fff;
}
.jumbotron .btn {
  padding: 10px 24px;
  font-size: 17px;
  background: #FEC501;
  border: navajowhite;
}

/* Supporting marketing content */
.marketing {
  margin: 0 0;
  background:#fff;
  padding: 0 0 25px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.jumbotron{
    margin-bottom:0!important;
    border-radius: 0;
}
.main-header{
    width:100%;
    margin-left: 0!important;
    display: flex;
  align-items: center;
  justify-content: center;
  border-bottom:none!important;
  padding-top:20px;
}
.jumbotron h1{
    color: #2A2D92;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.status{
    width:100%;
    margin:0 0 20px 0;
}
.status span{
    background-color: #0fc412;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  font-size: 17px;
  max-width: 340px;
  margin: 0 auto;
   width:100%;
}