/* Custom Stylesheet */

body {
  position: relative;
}

/* ---- particles.js container ---- */
canvas {
  display: block;
  vertical-align: bottom;
} 
/* ---- particles.js id of object ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
}

.imagetext-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.textonimage-container {
  position: relative;
  text-align: center;
  color: white;
}

@media screen and (max-width: 479px) {
  .websites-hero-section {
    /* background-image: url(/images/websites-main-bg-mobile.svg); */
    background-position: 50%;
    background-size: cover;
  }
}

.websites-hero-section {
  /* background-image: url(/images/websites-main-bg-desktop.svg); */
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  /* background-position: 50%; */
  background-size: cover;
  background-clip: padding-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: static;
  overflow: visible;
}

/* img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
} */

/*Site Colors*/
.sitecolor-bg {
  background-color: #0091ff !important;
}
.sitecolor-bg-blue {
  background-color: #0091ff !important;
}
.sitecolor-bg-secondary {
  background-color: #004a77 !important;
}
.sitecolor-bg-orange {
  background-color: #ff6700 !important;
}
.sitecolor-bg-green {
  background-color: #30ad64 !important;
}
.sitecolor-bg-light {
  background-color: #f5f5f5 !important;
}
.sitecolor-bg-transparent {
  background-color: transparent !important;
}

.border-none {
  border: none;
}

.border-blue {
  border-color: #0091ff !important;
}
.border-secondary {
  border-color: #004a77 !important;
}
.border-orange {
  border-color: #ff6700 !important;
}
.border-green {
  border-color: #30ad64 !important;
}
.border-light {
  border-color: #f5f5f5 !important;
}

.text-blue {
  color: #0091ff !important;
}
.text-secondary {
  color: #004a77 !important;
}
.text-orange {
  color: #ff6700 !important;
}
.text-green {
  color: #30ad64 !important;
}
.text-light {
  color: #f5f5f5 !important;
}

.link-blue {
  color: inherit;
}
.link-orange {
  color: inherit;
}
.link-green {
  color: inherit;
}

.icon-flex,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-wrapper {
  border-radius: 50%;
  overflow: hidden;
  font-size: 6rem;
  width: 6rem;
  height: 6rem;
}

.sitecolor-btn {
  background-color: #4cbb17 !important;
}

.sitecolor-btn-text {
  color: #4cbb17 !important;
}

.sitecolor-primary {
  background-color: #4169e1 !important;
}

.sitecolor-two {
  background-color: #2979ff !important;
}

.sitecolor-primary-text {
  color: #4169e1 !important;
}

.sitecolor-two-text {
  color: #2979ff !important;
}

/*Other Colors*/
.royalblue {
  background-color: #4169e1 !important;
}

.kellygreen {
  background-color: #4cbb17 !important;
}

.royalblue-text {
  color: #4169e1 !important;
}

.kellygreen-text {
  color: #4cbb17 !important;
}

.runroanoke-blue {
  background-color: #36435a !important;
}

.runroanoke-lightblue {
  background-color: #647898 !important;
}

.runroanoke-sky {
  background-color: #647898 !important;
}

.runroanoke-gray {
  background-color: #e1e1e1 !important;
}

.runroanoke-blue-text {
  color: #6e8ccc !important;
}

.runroanoke-lightblue-text {
  color: #6e8ccc !important;
}

.runroanoke-sky-text {
  color: #647898 !important;
}

.runroanoke-gray-text {
  color: #e1e1e1 !important;
}

.healthfocus-blue {
  background-color: #6e8ccc !important;
}

.healthfocus-yellow {
  background-color: #f3bc19 !important;
}

.healthfocus-blue-text {
  color: #6e8ccc !important;
}

.healthfocus-yellow-text {
  color: #f3bc19 !important;
}

.nav-link {
  padding-left: 13px !important;
  padding-right: 13px !important;
  color: white !important;
}
