/* Overall formatting */
body {
  font-family: "Montserrat";
  text-align: center;
  min-height: 75rem;
  padding-top: 4.5rem;
  background-color: #440a67;
}

h1, h2, h3 {
  font-family: "Montserrat";
  font-weight: 500;
}

p {
  color: #93329e;
}

a {
  color: #ffe3fe;
}

/* Containers */
.container-fluid-title {
  padding: 0 5% 1%;
}

.container-fluid {
  padding: 3% 5% 3%;
}

/* Section */
.colored-section {
  background-color: #440a67;
  color: #ffe3fe;
}

.light-section {
  background-color: #ffe3fe;
  color: #93329e;
}

/* text */
.p-light-section {
  color: #93329e;
}

.p-color-section {
  color: #ffe3fe;
}

/* Footer Section */
.social-icon {
  margin: 1% 1%;
  color: #ffe3fe;
}

.social-icon:hover {
  color: #b4aee8;
}

.footer-copyright{
  color: #ffe3fe;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 1rem;

}

.design-website-link {
  text-decoration: underline;
}
.design-website-link:hover {
  color: #b4aee8;
}

/* Naviation Bar */
.navbar {
  padding: 1% 5% 1%;
  background-color: #440a67;
  border-bottom: 2px solid #b4aee8;
}

.navbar-collapse {
  float: right;
}

.navbar-brand-image {
  width: 15%;
  height: 15%;
  text-align: left;
}

.navbar-brand-image-alt-page {
  width: 8%;
  height: 8%;
}

.nav-item {
  padding: 0 8px;
}

.navbar-link {
  font-size: 1.2rem;
  font-family: "Roboto";
  font-weight: 100;
}

/* -------------------------------------- */
/* HOME PAGE */
/* --------------- */
/* Title Section */
#title {
  background-color: #440a67;
  color: #ffe3fe;
  text-align: left;
}

.title-welcome {
  color: #93329e;
  font-family: "Montserrat";
  font-weight: 100;
  font-size: 5vw;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 40%;
  top: 0;
  left: 5%;
}

.title-company {
  color: #93329e;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 2vw;
  position: absolute;
  text-align: center;
  width: 40%;
  left: 5%;
  top: 13%;
}

.title-info {
  color: #93329e;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 3vw;
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 48%;
  text-align: right;
}

.title-image{
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 5%;
  align-content: center;
}
/* --------------- */
/* Features Section */
#features {
  position: relative;
  padding-top: 3%
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

.icon {
  color: #93329e;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #b4aee8;
}

/* --------------- */
/* Treatment Section */
#treatments {
  padding-top: 3%
}

.treatment-column {
  padding: 1% 1%;
}

.treatment-title {
  color: #93329e;
  font-size: 2.5rem
}

.treatment-summary {
  color: #b4aee8;
}

/* Review Section */
.review-text {
  font-size: 2rem;
  line-height: 1.5;
  padding: 5% 5% 5%;
}


/* -------------------------------------- */
/* TREATMENT PAGE */
/* --------------- */
/* Page Title */
#treatments-navbar {
  background-color: #440a67;
  color: #ffe3fe;
  text-align: left;
}

.treatments-tile {
  color: #93329e;
  align-content: center;
  text-align: center;
}

.link-contact-us-light {
  color: #93329e;
  text-decoration: underline;
}

/* --------------- */
/* Title Elements */
.treatments-type-title {
  text-align: left;
  font-size: 2.5rem;
}

/* --------------- */
/* Product */
.treatments-carousel {
  height: 90%;
  width: 80%;
}

.treatments-product-image {
  width: 50%;
  height: 50%;
}

.treatments-image-pre{
  width: 50%;
  height: 50%
}

.treatments-image-post{
  width: 50%;
  height: 50%
}

.treatments-image-prepost{
  max-width: 60%;
  max-height: 50%;
}

.treatment-image-prepost{
  max-width: 100%;
  max-height: 50%;
  vertical-align: center;
  object-fit: cover;
}

.treatments-type-info {
  text-align: left;
  font-size: 1rem;
}

.treatments-treatment-header {
  color: #93329e;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}

.treatments-info-text {
  color: #93329e;
  font-style: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  margin: 1.5% 3%;
}

.treatments-treatment-button {
  float: right;
}

/* -------------------------------------- */
/* TREATMENT PAGE */
/* --------------- */
/* Pricing Title */

.pricing-title-info {
  padding: 3% 0;
}

/* --------------- */
/* Pricing Table */
.pricing-table {
  width: 100%;
}
.pricing-table-header {
  border-top: 2px solid #93329e;
  border-bottom: 2px solid #93329e;
}

.pricing-table-body {
  border-top: 2px solid #93329e;
  border-bottom: 2px solid #93329e;
}

.pricing-table-header-row {
  font-size: 2rem;
  font-weight: 500;
}

.pricing-table-header-column {
  padding: 1% 0;
}

.pricing-table-treatment-type{
  font-size: 1.75rem;
  font-weight: 500;
  border-bottom: 1px solid #93329e;
  border-top: 1px solid #93329e;
}

.pricing-table-treatment-name {
  font-size: 1.25rem;
  border-bottom: 1px solid #93329e;
  border-top: 1px solid #93329e;
  margin: 0.5%;
}

.pricing-table-treatment-info {
  font-size: 1rem;
  border-bottom: 1px solid #93329e;
  border-top: 1px solid #93329e;
  margin: 0.5%;
}

.pricing-table-treatment-price {
  font-size: 1rem;
  border-bottom: 1px solid #93329e;
  border-top: 1px solid #93329e;
  padding: 0.5%;
}

.pricing-table-footnotes {
  text-align: left;
  margin: 0;
  padding: 0;
  font-style: italic;
}


/* -------------------------------------- */
/* CONTACT US */
/* --------------- */
/* Contact Title */

.contact-us-title-info {
  padding: 3% 0;
}

.contact-us-card {
  margin: 3% 3% 3%;
}

.contact-us-logo {
  margin: 3% 0 3%;
}

.contact-us-contact-number {
  font-size: 2vw;
  font-weight: 500;
  margin: 0 0 5%;
}

.contact-us-form-button {
  margin: 0 0 5%;
}

/* -------------------------------------- */
/* CONTACT FORM */

.contact-form-title {
  text-align: center;
  align-content: center;
  font-size: 2.5rem;
}

.contact-form-container {
  margin-left: auto;
  margin-right: auto;
}

.contact-form-label {
  float: left;
  margin: 0.5% 0 0 1%;
}
