body{
  background-image: url('../images/supremelysearch/bg2.jpg');
  background-repeat: repeat;
  background-size: auto;
  background-color: #4A4949 !important;
}

@media (max-width: 991px) {

  .urlSection{
      display: contents;
  }

  .divider{
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .hero-padding
  {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .urlSection{
      text-align: center;
      margin-left: 33px;
  }

  .w-col-1 {
    width: 3.33333333%;
  }

  .w-col-5 {
    width: 38.66666667%;
  }
  .w-col-6 {
    width: 57%;
  }
}

.adsUrl {
  text-decoration: underline;
  line-height: 10px;
}

.button-1 {
    border-width: 3px 3px 3px 3px;
    border-color: #62B3FD;
    background-color: #ffffff;
    background-image: none;
    box-shadow: 0 0 0 3px #ffffff;
    padding-bottom: 28px;
}

.button-1-h {
    text-decoration: none;
    color:#4A4949;
    padding-right: 10px;
}

.button-1-h:hover {
    color: #00a6d1;
}

a.policy {
    color: #ffffff;
}

.contentSection{
  margin-bottom: 20px;
}

.bold{
    font-weight: bold;
}
