html, body {
  height: 100vh;
}

/* Nav Bar */

.navbar-custom {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #2B4865;
  padding-bottom: 10px;
}

.navbar-brand, .navbar-brand:hover {
  color: white;
  font-family: 'Libre Bodoni', serif;
  font-size: 1.8rem;
}

.active {
  text-decoration: underline;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.custom-toggler {
    border-color: white;
    border-width: 2px;
}

.nav-link {
  color: #D3DEDC;
  font-family: 'Libre Bodoni', serif;
  font-size: 1.3rem;
  padding-left: 1rem !important;
}

.dropdown-menu {
  border: 0;
  background-color: #2B4865;
}

.dropdown-menu a {
  color: white;
}

.dropdown-item {
  font-size: 1.3rem;
  text-align: center;
}

.nav-link:hover, .nav-link:focus {
  color: white;
}

.contact-details {
  color: white;
  font-size: 1.4rem;
  font-family: 'Libre Bodoni', serif;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
}

 .contact-details a {
   color: white;
 }

@media only screen and (max-width: 510px) {
  .contact-details {
    display: none;
  }

  .navbar-brand, .navbar-brand:hover {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 511px) and (max-width: 991px) {
  .contact-details {
    display: none;
  }

  .navbar-brand, .navbar-brand:hover {
    font-size: 2rem;
  }
}
/* Nav Bar END */


/* homepage */

.stock-image {
  height: 33rem;
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: -1;
  position: absolute;
  padding-top: 4rem;
}

.blurb {
  height: 35rem;
}

.blurb-div {
  margin: auto;
  width: 70%;
  height: auto;
}

.blurb-text {
  color: #2B4865;
  text-align: center;
  font-family: 'Libre Bodoni', serif;
  font-size: 2.7rem;
  padding-top: 11rem;
}

.bio {
  margin: auto;
  width: 75%;
  height: auto;
}

.profile_pic {
  float: left;
  height: 25rem;
  width: auto;
  opacity: 0.9;
  border-radius: 50%;
  margin-right: 20px;
}

.bio-text {
  color: #06283D;
  font-weight: 400;
  font-size: 1.3rem;
  padding-top: 5rem;
}

.bio-text-mobile {
  display: none;
}

.bio-image1, .bio-image2 {
  opacity: 0.7;
  position: relative;
  left: 41%;
  margin-top: 2.5rem;
}

.bio-image1 {
  width: 130px;
  height: auto;
  margin-right: 20px;
}

.bio-image2 {
  width: 110px;
  height: 140px;
  border-radius: 25%;
}

.end-bio {
  height: 250px;
  background-image: linear-gradient(white, #06283D);
}


@media only screen and (max-width: 510px) {
  .blurb-div {
    width: 85%;
  }

  .blurb-text {
    font-size: 1.4rem;
    padding-top: 6rem;
  }

  .blurb {
    height: 20rem;
    margin-bottom: 2rem;
  }

  .stock-image {
    height: 19rem;
    padding-top: 2rem;
  }

  .bio-text-mobile {
    font-size: 1.3rem;
    text-align: center;
    color: #06283D;
    font-weight: 400;
    padding-top: 6rem;
    display: inline;
  }

  .bio-text {
    display: none;
  }

  #more {
    display: none;
  }

  #myBtn {
    background-color: #6E85B7;
    margin-top: 0.8rem;
    padding: 5px 10px;
    font-size: 0.9rem;
  }

  .profile_pic {
    float: none;
    margin: auto;
    display: block;
    height: 14rem;
    margin-bottom: 20px;
  }

  .bio-image1, .bio-image2 {
    left: 26%;
    margin-top: 4rem;
  }

  .bio-image1 {
    width: 100px;
    height: auto;
  }

  .bio-image2 {
    width: 90px;
    height: 110px;
  }
}

@media screen and (min-width: 511px) and (max-width: 991px) {
  .blurb-text {
    font-size: 2rem;
  }

  .blurb-div {
    width: 85%;
  }

  .stock-image {
    height: 30rem;
  }

  .bio-image1, .bio-image2 {
    left: 33%;
  }

  .profile_pic {
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 2rem;
  }

  .bio-text-mobile {
    font-size: 1.8rem;
    text-align: center;
    color: #06283D;
    font-weight: 400;
    display: inline;
  }

  .bio-text {
    display: none;
  }

  #more {
    display: none;
  }

  #myBtn {
    background-color: #6E85B7;
    margin-top: 0.8rem;
    padding: 5px 10px;
    font-size: 0.9rem;
  }
}
/* homepage END */



/* footer */

.footer {
  background-color: #2B4865;
  color: #D3DEDC;
  height: 80px;
  font-size: 14px;
  position: static;
}

.Footer-banner {
  position: absolute;
  left: 40%;
  padding-top: 25px;
  margin: auto;
}

.Footer-pre {
  color: inherit;
  font-family: 'Libre Bodoni', serif;
  font-size: 1.2rem;
  text-align: center;
}

.footer-copyright {
  padding-bottom: 0!important;
  padding-right: 10px;
}

.footer-copyright-mobile {
  display: none;
}

@media screen and (min-width: 511px) and (max-width: 991px) {
  .Footer-banner {
    left: 31%;
    padding-top: 14px;
  }

  .footer-copyright-mobile {
    font-size: 10px;
    display: block;
    padding-bottom: 0!important;
  }

  .footer-copyright {
    display: none;
  }
}

@media only screen and (max-width: 510px) {
  .Footer-pre {
    font-size: 1rem;
  }

  .Footer-banner {
    left: 22%;
    padding-top: 15px;
  }

  .footer-copyright-mobile {
    font-size: 10px;
    display: block;
    padding-bottom: 0!important;
  }

  .footer-copyright {
    display: none;
  }
}



/* footer END */




/* Contact Page */

.row {
  background-color: #B2C8DF;
  height: 100%;
  width: auto;
  margin: 0;
}

.contact-detail {
  width: 70%;
  height: 27rem;
  margin: auto;
  background-color: white;
  margin-top: 10rem;
  margin-bottom: 10rem;
  border-radius: 10%;
}

.contact-text {
  position: relative;
  left: 3rem;
  top: 2rem;
  font-family: 'Libre Franklin', sans-serif;
  color: #2B4865;
  width: 80%;
  text-align: center;
}

.contact-text h1 {
  font-size: 2rem;
  font-weight: 600;
}
.contact-text h2 {
  font-size: 1.7rem;
  font-weight: 500;
}
.contact-text p {
  font-size: 1.5rem;
}
.contact-text a {
  font-size: 1.5rem;
  color: inherit;
}

.contact-col-custom {
  padding: 0;
}

.form {
  width: 80%;
  margin: auto;
  margin-top: 10rem;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 1.5rem;
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit], select, button {
  background-color: #6E85B7;
  font-size: 1rem;
  font-family: 'Glacial Indifference', sans-serif;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (max-width: 510px) {
  .contact-detail {
    height: 25rem;
    margin-top: 7rem;
    width: 85%;
  }

  .contact-text {
    left: 2rem;
  }

  .contact-text h1 {
   margin-bottom: 0;
  }
  .contact-text h2 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .contact-text p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .contact-detail {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .form {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 511px) and (max-width: 991px) {
  .contact-text {
    left: 3rem;
  }

  .contact-detail {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    width: 80%;
  }

  .contact-text h1 {
   margin-bottom: 0;
  }
  .contact-text h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .contact-text p {
    font-size: 1.7rem;
    margin-bottom: 0;
  }

  .form {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

}
/* Contact Page END */


/* Condition Page */

.conditions {
  width: 100%;
  height: 30rem;
}

.conditions-div {
  margin: auto;
  width: 70%;
  height: auto;
}

.conditions-text {
  color: #2B4865;
  text-align: center;
  font-family: 'Libre Bodoni', serif;
  font-size: 7rem;
  padding-top: 12rem;
}

.stock-image-conditions {
  opacity: 0.7;
  height: 37rem;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  padding-top: 4rem;
}

.div1-conditions {
  background-color: #B2C8DF;
  padding: 3rem 0 4rem;
}

.content {
  text-align: left;
  margin: auto;
  color: #2B4865;
  width: 85%;
}

.conditions-ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
}

.conditions-ul li {
  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  text-align: left;
  padding: 0 5px 15px 60px;
  display: inline-block;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 1.5rem;
}

@media only screen and (max-width: 510px) {
  .conditions {
    height: 20rem;
  }

  .conditions-text {
    font-size: 3rem;
  }

  .stock-image-conditions {
    height: 20rem;
    padding-top: 3.5rem;
  }

  .conditions-ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .conditions-ul li {
    font-size: 1rem;
    text-align: left;
    padding-left: 50px;
    padding-top: 8px;
  }

  .content {
    width: 95%;
  }
}

@media only screen and (min-width: 511px) and (max-width: 991px) {
  .div1-conditions {
    background-color: #B2C8DF;
    padding: 3rem 0 4rem;
    height: 100%;
  }

  .conditions {
    height: 24rem;
  }

  .conditions-text {
    font-size: 5rem;
  }

  .stock-image-conditions {
    height: 24rem;
    padding-top: 3.5rem;
  }
}
/* Condition Page END */



/* treatments */

.treatments {
  width: 100%;
  height: 35rem;
  padding-top: 4rem;
}

.treatment-div {
  margin: auto;
  width: 70%;
  height: auto;
}

.treatment-text {
  color: #2B4865;
  text-align: center;
  font-family: 'Libre Bodoni', serif;
  font-size: 7rem;
  padding-top: 12rem;
}

.stock-image-treatments {
  opacity: 0.5;
  height: 34rem;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
}

.div1-treatments {
  background-color: white;
  padding-top: 2rem;
}

hr {
  width: 20%;
  border-top: 3px solid #2B4865;
}

.div1-treatments h3, ul li {
  text-align: center;
  font-family: 'Libre Franklin', sans-serif;
  color: #2B4865;
  margin: auto;
}

.div1-treatments ul li {
  font-size: 1.8rem;
  line-height: 1.6;
}

.div1-treatments ul {
  list-style: none;
  padding-left: 0;
}

.div1-treatments h3 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

@media only screen and (max-width: 510px) {
  .treatment-text {
    font-size: 3.3rem;
    padding-top: 6rem;
  }

  .stock-image-treatments {
    height: 17rem;
  }

  .treatments {
    height: 20rem;
    padding-top: 3rem;
  }

  .div1-treatments {
    width: 80%;
    margin: auto;
    margin-top: 14px;
  }

  .div1-treatments h3 {
    font-size: 1.8rem;
    padding-bottom: 0;
  }

  .div1-treatments ul li {
    font-size: 1.3rem;
    text-align: left;
  }

  hr {
    width: 40%;
    border-top: 3px solid #2B4865;
  }

  .div1-treatments ul {
    padding-left: 0;
    list-style: disc;
    list-style-position: outside;
  }
}

@media only screen and (min-width: 511px) and (max-width: 991px) {
  .treatment-text {
    font-size: 6rem;
    padding-top: 5rem;
  }

  .treatment-div {
    margin: auto;
    width: 70%;
    height: auto;
  }

  .stock-image-treatments {
    height: 20rem;
  }

  .treatments {
    height: 23rem;
    padding-top: 3rem;
  }
}
/* treatments END */



/* S&C F */

.strength {
  height: 34rem;
  position: relative;
}

.strength-div {
  margin: auto;
  width: 70%;
  height: auto;
}

.div1-strength {
  background-color: #B2C8DF;
  padding: 3rem 0 4rem;
}

.strength-text {
  color: #2B4865;
  text-align: center;
  font-family: 'Libre Bodoni', serif;
  font-size: 5rem;
  padding-top: 13rem;
}

.stock-image-strength {
  opacity: 0.7;
  height: 34rem;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  padding-top: 4rem;
}

.strength-content {
  width: 80%;
  margin: auto;
  color: #2B4865;
  font-family: 'Libre Franklin', sans-serif;
}

.strength-content h2 {
  color: #2B4865;
  font-size: 1.7rem;
  text-align: center;
  font-family: 'Libre Franklin', sans-serif;
}

.strength-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  margin: 0 0;
  overflow: hidden;
  padding-top: 40px;
}

.strength-ul li {
  background-image: url('../images/check-mark.png');
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 60px;
  padding-bottom: 1.5rem;
  display: inline-block;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 1.5rem;
}

@media only screen and (max-width: 510px) {
  .strength-text {
    font-size: 2.8rem;
    padding-top: 10rem;
  }

  .strength {
    height: 26rem;
  }

  .strength-ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding-left: 0;
  }

  .strength-ul li {
    padding-left: 43px;
    text-align: left;
  }
}

@media only screen and (min-width: 511px) and (max-width: 991px) {
  .div1-strength {
    height: 100%;
  }

  .strength-text {
    font-size: 4rem;
    padding-top: 10rem;
  }

  .strength-ul {
    padding-left: 0;
  }

  .strength-ul li {
    padding-left: 43px;
    text-align: left;
  }

  .strength {
    height: 28rem;
  }

  .strength-content {
    width: 90%;
    margin: auto;
  }
}


/* S&C F END */
