html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', Arial, Sans Serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #fff;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.3);
}

/* Font Styling */

.text-black {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ffd600!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-shadow: .5px 0px 3px #4f2465;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.shadow-none {
  text-shadow: none !important;
}

.p-small {
  font-size: 16px;
}

@media (min-width: 992px) {
  .p-small {
    font-size: 18px;
  }
}

h1, .h1 {
  font-family: 'Old Standard TT';
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  font-size: calc(12px + 3vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-family: 'Old Standard TT';
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  font-size: 22px;
}

@media (min-width: 576px) {
  h2, .h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3 {
  font-family: 'Old Standard TT';
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 576px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-family: 'Old Standard TT';
  color: #16ffff;
  font-weight: 700;
  text-shadow: 1px 1px 2px #2e0f3e;
  font-size: 18px;
}

@media (min-width: 576px) {
  h4, .h4 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 18px;
  text-shadow: .5px .5px 2px #2e0f3e;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 20px;
  }
}

.quote-text {
  font-family: 'Old Standard TT';
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  text-shadow: none;
  color: #1b002a;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .quote-text {
    font-size: 25px;
  }
}

/* Header Styling */

.header-bg {
  background: #a558c3;
}

@media (min-width: 992px) {
  .header-bg {
    background: #be8adc;
  }
}

@media (max-width: 575.9px) {
  .header-wrapper {
    max-width: 310px;
  }
}

.header-copy h1 {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7), 0px 0px 2px rgba(0,0,0,0.7);
  font-size: 26px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .header-copy h1 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .header-copy h1 {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .header-copy {
    position: absolute;
    z-index: 999;
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .header-copy {
    width: 1140px;
  }
}

@media (max-width: 1199px) {
  .header-copy .img-fluid {
    width: 270px;
  }
}

.header-copy .material-icons {
  font-size: 19px;
}

@media (min-width: 992px) {
  .header-copy .material-icons {
    font-size: 24px;
  }
}

.header-copy .mobilefonts {
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7), 0px 0px 2px rgba(0,0,0,0.7);
}

@media (min-width: 992px) {
  .header-copy .mobilefonts {
    font-size: 22px;
  }
}

/* Issues List Styling */

.issues li {
  line-height: 1.4;
  margin-bottom: 5px;
}

.issues li {
  font-size: 16px;
  text-shadow: .5px 0px 2px #300f43;
}

@media (min-width: 992px) {
  .issues li {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .issue-col {
    column-count: 2;
    column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .issue-col {
    column-count: 3;
    column-gap: 60px;
  }
}

/* Virtual Tele-Health Styling */

.virtual li {
  line-height: 1.4;
  margin-bottom: 10px;
}

.virtual li {
  font-size: 18px;
}

.virtual-wrapper {
  background: #16ffff;
  border-bottom: solid 1px #783193;
  z-index: 1019;
}

.virtual-wrapper, .virtual-wrapper p {
  top: 94px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .virtual-wrapper, .virtual-wrapper p {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .virtual-wrapper, .virtual-wrapper p {
    top: 71px;
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .virtual-wrapper {
    top: 73px;
  }
}

.virtual-wrapper .touch-icon {
  margin-top: -8px;
  filter: drop-shadow(.5px .5px 1px rgba(0,0,0,0.7));
}

.virtual-wrapper .close {
  position: absolute;
  top: -1px;
  right: 0px;
  padding: 5px 5px 5px 8px;
  z-index: 1050;
  font-size: 30px;
}

/* New Location Styling */

.newlocation-wrapper {
  position: relative;
  background: #7fffff;
  border-top: solid 1px #783193;
  border-bottom: solid 1px #783193;
}

.newlocation-wrapper .moved {
  text-shadow: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .newlocation-wrapper .moved {
    font-size: 22px;
    line-height: 26px;
  }
}

.newlocation-wrapper .close {
  position: absolute;
  top: -1px;
  right: 0px;
  padding: 5px 5px 5px 10px;
  z-index: 1050;
  font-size: 28px;
}

/* Background colors */

.bg-pur1 {
  background-color: #be8adc;
}

.bg-pur2 {
  background-color: #9B58BC;
}

.bg-pur3 {
  background-color: #8638a4;
}

.bg-pur4 {
  background-color: #42165c;
}

.bg-heading {
  background: #8638a4;
  background: -webkit-linear-gradient(top, #8638a4 0%,#9b58bc 100%);
  background: linear-gradient(to bottom, #8638a4 0%,#9b58bc 100%);
}

/* Services Buttons */

#servicesButtons .card {
  background-color: #42165c;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

#servicesButtons .card img {
  border-radius: 3px;
}

#servicesButtons .card-body {
  padding: 10px;
}

@media (min-width: 576px) {
  #servicesButtons .card-body {
    padding: 20px;
  }
}

#servicesButtons .card-header {
  padding: 10px 5px;
}

#servicesButtons .card-header h3 {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  color: #c39cd2;
  text-shadow: 0px 0px 3px #000000 !important;
  font-size: calc(12px + 1vw);
  line-height: 1.4;
  text-decoration: none;
}

@media (min-width: 768px) {
  #servicesButtons .card-header h3 {
    font-size: 22px;
    text-shadow: .5px 0px 3px #4f2465;
  }
}

#servicesButtons .card-cover {
  background-color: transparent;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all .3s;
  z-index: 999;
}

#servicesButtons .card-cover:hover {
  opacity: 1;
  transition: all .3s;
}

#servicesButtons a:hover {
  text-decoration: none;
}

#services {
  scroll-margin: 80px;
}

/* Publications Accordion */

#accordionPub .card-header {
  padding: 0;
}

#accordionPub .card {
  background-color: rgba(151,64,185,0.4);
  border: none;
}

#accordionPub .card-header h5 {
  font-size: 20px;
}

#accordionPub small {
  font-size: 90%;
  color: rgba(255,255,255,0.75);
  text-shadow: .5px 0px 2px #451f59;
}

#accordionPub ul {
  font-size: 17px;
  text-shadow: .5px 0px 2px #42165c;
}

#accordionPub .articlename-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.3;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
}

#accordionPub .panel-heading .panel-title > a {
  background-color: #9740b9;
  border: medium none;
  display: block;
  padding: 10px 15px;
  word-wrap: break-word;
  border-radius: 4px;
  transition: all .3s;
}

#accordionPub .panel-heading .panel-title > a:hover {
  background-color: #8638a4;
  transition: all .3s;
}

#accordionPub .text-warning:hover {
  color: #e8ab11 !important;
}

#accordionPub .text-warning:focus {
  color: #ffe4a1 !important;
}

/* Our Team */

#psychstaff {
  text-align: left;
}

@media (min-width: 576px) {
  #psychstaff {
    text-align: justify;
  }
}

.team-border:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 25px;
  border-top: solid 1px rgba(0,0,0,0.125);
}

.badge {
  display: inline-block;
  padding: 5px 4px 2px 4px;
  vertical-align: middle;
}

/* Intake Form */

.intake-form {
  min-height: 100vh;
}

.bg-intake-form {
  background: #9b58bc;
  height: 100vh;
}

.back-but-cont {
  height: 40px;
}

.back-but {
  text-align: right;
  position: absolute;
  font-size: 40px;
  right: 20px;
  margin-top: -70px;
}

.back-but a {
  color: #000;
}

.text-lt-blue {
  color: #16ffff;
}

.text-pink {
  color: #fc77bf;
}

.text-shad {
  text-shadow: .5px .5px 2px rgba(0,0,0,0.75);
}

.form-submit-but {
  font-size: calc(15px + 2vw);
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .form-submit-but {
    font-size: 36px;
  }
}

.table-hours {
  max-width: 250px;
  margin: 0 auto;
}

/* Misc */

#carousel-1 .carousel-control-next {
  display: none;
}

#carousel-1 .carousel-control-prev {
  display: none;
}

.insurance-images {
  opacity: 1;
  transition: all .3s;
}

.insurance-images:hover {
  opacity: .6;
  transition: all .3s;
}

.googlehoverlink:hover {
  opacity: .7;
}

.psych-today {
  opacity: .8;
  transition: all .3s;
}

.psych-today:hover {
  opacity: 1;
  transition: all .3s;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.alert-success {
  color: #4f2465;
  background-color: #edceff;
  border-color: #7a3d98;
  font-size: 20px;
}

.alert {
  position: relative;
  padding: 5px 9px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #000;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 8px;
  font-size: 34px;
  line-height: 30px;
  height: 38px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #be8adc !important;
}

