
.browse-message-div {
    padding-top: 20px;
}

.browse-message-h1 {
    text-align: center;
    color: #B21F3E;
}

.browse-message-h2 {
    text-align: center;
    color: #a00000;
}

.header-light {
    color: #666666;
}

.browse-section-divider {
    margin: 20px auto;
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 50%, rgba(204,204,204,0) 100%);
}

.browse-header {
    padding-top: 20px;
    text-align: center;
/*    border-top: 1px solid #CCCCCC;*/
}

.browse-subheader {
    margin: 5px auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

/* Profiles */

.random-profiles {
  max-width: 2000px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
}

.random-profile {
  color: #444444;
  padding: 1rem;
  opacity: 0.75;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}

.random-profile:hover {
    opacity: 1.0;
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.random-profiles-individual-link{
  text-decoration: none;

}

.random-profile-inner {
  width: 100%;
  margin: 0px;
  text-align: center;
}

.random-profile-img-holder {
    height: 172px;
    width: 172px;
  text-align: center;
  justify-content: center;
}

.random-profiles-individual-img {
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    width: 170px;
    margin-right: 5px;
    opacity: 1;
}

.random-profile-txt-holder {
    display: block;
    margin: auto 0px;
    width: 172px;
}

.random-profiles-individual-span {
  text-align: center;
}

@media (min-width: 650px) {
  .random-profiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 850px) {
  .random-profiles {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1050px) {
  .random-profiles {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1300px) {
  .random-profiles {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1560px) {
  .random-profiles {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1900px) {
  .random-profiles {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 2080px) {
  .random-profiles {
    grid-template-columns: repeat(8, 1fr);
  }
}

.random-link-div {
    margin: 2px;
  text-decoration: none;
  color: #555555;
  display: flex;

}

.random-link {
  margin: 5px;
  text-decoration: none;
}

/* Service List Holder */

.service-list-holder {
  max-width: 2000px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
}

.service-list-outer {
  border-radius: 15%;
  padding: 1rem;
  margin: 5px;
  height: 156px;
  width: 156px;
  opacity: 0.8;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}

.service-list-outer:hover {
  opacity: 1.0;
  padding: 1rem;
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service-list-link{
  text-decoration: none;

}

.service-list-inner {
  margin: auto auto;
  text-align: center;
  display: inner-block;
  opacity: 0.8;
}

.service-list-inner:hover {
  margin: auto auto;
  text-align: center;
  display: inner-block;
  opacity: 1.0;
}

.service-list-img-holder {
    padding: 14px 28px 6px 28px;
    height: 100px;
    width: 100px;
}

.service-list-img {
    border: 0px solid #AAAAAA;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    margin-right: 5px;
    opacity: 1;
}

.service-list-txt-holder {
  display: block;
  margin: auto auto;
  text-align: center;
  width: 132px;
}

.service-list-span {
  text-align: center;
  font-size: 16px;
}

@media (min-width: 650px) {
  .service-list-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 850px) {
  .service-list-holder {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1050px) {
  .service-list-holder {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1300px) {
  .service-list-holder {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1560px) {
  .service-list-holder {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1820px) {
  .service-list-holder {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 2060px) {
  .service-list-holder {
    grid-template-columns: repeat(8, 1fr);
  }
}

.random-services-all-div {
    margin-top: 20px;
    text-align: center;
}

.random-services-link {
    color: #3292D1;
  text-decoration: none;
}

/* Tags */


.random-tags-all-div {
  margin-top: 20px;
  max-width: 2000px;
  text-align: center;
}

.random-tags-link {
  color: #3292D1;
  text-decoration: none;
}

.tag-div-outer {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}


.tag-div {
    float:left;
    clear:left;
    margin: 5px;
    float: right;
    display: inline-block;
    -webkit-transition: 0.15s;
          transition: 0.15s;
}

.tag-div:hover {
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.tag-link {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.tag-text {
    border: 1px solid #bbbbbb;
    background-color: #e7c9a922;
    padding: 5px 15px;
    margin: 10px;
    font-size: 18px;
    text-decoration: none;
}

.tag-text:hover {
    border: 1px solid #888888;
    background-color: #e7c9a9;
    margin: 10px;
    text-decoration: none;
}


/* Categories */


.browse-random-categories-all-div {
  margin-top: 20px;
  max-width: 2000px;
  text-align: center;
    flex-wrap: wrap;

}

.browse-random-categories-link {
  color: #3292D1;
  text-decoration: none;
}

.browse-category-div-outer {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  column-gap: 4rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}


.browse-category-div {
    border-radius: 25px;
    float: center;
    display: inline-block;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}

.browse-category-div:hover {
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.browse-category-link {
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.browse-category-button-div {
    border: 1px solid #222222;
    background-color: #666666;
    color: #DDDDDD;
    border-radius: 25px;
    padding: 8px 12px;
    vertical-align: middle;
}

.browse-category-button-div:hover {
    border: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
}

.browse-category-button-icon {
    margin: auto;
    vertical-align: middle;
    padding-bottom: 2px;
    height: 24px;
    width: 24px;
}

.browse-category-text {
    padding: 8px 8px;
    font-size: 18px;
    text-decoration: none;
}
