
/* Elements */


a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #7a7992;
  font-weight: 300;
}

h1, h2, h3 {
  color: #2d2c40;
  font-family: "Playfair Display", serif;
}

img {
  max-width: 100%;
}

p strong {
  color: #2d2c40;
  font-weight: bold;
}


/* Classes */

.poppins {
  font-family: "Poppins", sans-serif;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

p.primary {
  color: #2d2c40;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.container, .container-flex {
  margin-bottom: 80px;
}

.current {
  color: lightgray;
  cursor: default;
}

.title {
  text-align: center;
}

.title h1, .abouttop .title h2, .title h2, .contact .title h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  color: #2d2c40;
  margin: 0;
}

.title p {
  font-family: "Arizonia", cursive;
  font-size: 24px;
  margin-bottom: -5px;
}

.title img {
  margin: 20px 0;
}

.grayback {
  background-color: #eaeaef;
}

.pink {
  color: #fac0f9;
}

.hide {
  display: none;
}


/* Header */

header.container {
  margin-bottom: 0;
}

.top {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.top p {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
}

.top .headbutton {
  background-image: url("imgs/headbutton2.png");
  height: 46px;
  display: inline-block;
  padding: 12px 31.5px;
  color: white !important;
  font-size: 14px;
  margin-left: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.top .headbutton:hover {
  color: gray !important;
}

nav {
  background-image: url("imgs/navbar.png");
}

nav .container {
  margin-bottom: 0;
}

nav .nav {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  font-weight: 300;
  color: #f2f4f7;
  font-size: 14px;
}

nav a {
  color: white;
  padding: 10px;
}

nav a:hover {
  color: lightgray;
}

nav .socialmedia {
  margin-left: 10px;
  padding: 8px;
}

.slideshow {
  padding: 0;
}

.slideshow .owl-stage-outer {
  border-bottom: 3px solid #2d2c40;
}

.slideshow .owl-carousel .caritem {
  background-color: lightgray;
  border: 2px solid white;
  display: flex;
  align-items: flex-end;
  color: white;
}

.slideshow .owl-carousel .caritem {
  background-image: url("imgs/carhover.png");
}

.slideshow .owl-carousel .caritem p {
  bottom: 20px;
  left: 5%;
  margin: 0;
  color: white;
  position: absolute;
  width: 90%;
}

.slideshow .owl-dots {
  text-align: center;
}

.slideshow .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.slideshow .owl-dot.active span, .slideshow .owl-dot span:hover {
  background-color: gray;
}

.slideshow .owl-dot span {
  background-color: lightgray;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: block;
}


/* Body */

.body {
  margin-bottom: 80px;
}

.body .welcome {
  text-align: center;
  margin-top: 80px;
}

.body .welcome h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}

.body .welcome h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.body .servicelinks {
  margin-top: 65px;
}

.body .servicelinks > div {
  margin-bottom: 40px;
}

.body .servicelinks img {
  display: block;
  margin: 0 auto;
  width: 255px;
}

.body .servicelinks p {
  width: 255px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.body .servicelinks p:hover {
  background-image: url("imgs/serhover.png");
  color: white;
}

/* Reviews */

.reviews {
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.reviews .owl-carousel .reviewitem {
  background-color: white;
  box-shadow: 0 5px 10px lightgray;
  height: 340px;
  width: 830px;
  max-width: 80%;
  margin: 0 auto;
  cursor: move;
  padding: 40px;
  font-size: 18px;
}

.reviewitem p.primary {
  margin-bottom: 20px;
}

.reviews p {
  font-family: "Poppins", sans-serif;
}

.star, .dash {
  font-size: 12px;
}

.star {
  color: yellow;
}

.reviews p.quote {
  color: #fac0f9;
  font-size: 72px;
  font-family: "Asar", serif;
  margin-top: -16px;
  height: 60px;
}

.thereview {
  line-height: 1.7;
}

.owl-carousel img.profile {
  width: auto;
  margin: auto;
  margin-bottom: 10px;
}


/* Photos */

.photos {
  margin: 80px auto;
}

.photos h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}

.photos {
  max-width: 80%;
}

.photos img {
  width: 90%;
  display: block;
  margin: 20px auto;
}


/* Bar */

.bar {
  background-image: url("imgs/footerbar.png");
  height: 140px;
  margin: 80px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Footer */

footer {
  text-align: center;
  margin: 80px 0;
}

footer h2 {
  font-family: cursive;
  font-size: 40px;
  margin-bottom: 20px;
}

footer .socbuttons {
  margin-bottom: 20px;
}

footer .socbuttons a {
  margin: 0 10px;
}

footer .footertext {
  font-size: 14px;
}

footer .contactinfo div div {
  /*background-image: url("imgs/contactinfo.png");
  background-repeat: no-repeat;
  background-position: center;*/
  border: 2px solid #bbbaf6;
  margin: 0 auto 20px;
  max-width: 90%;
  padding: 10px;
  width: 400px;
}

.contactinfo div p {
  margin: 0;
  line-height: 1.4;
}

.contactinfo div h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contactinfo .hours p {
  margin-bottom: 4px;
}

/* About */

.jumbotron {
  height: 140px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  background-image: url("imgs/header13.png");
  background-position: center center;
  background-size: cover;
}

.jumbotron .container {
  margin-bottom: 0;
}

.jumbotron h1 {
  color: white;
  font-size: 40px;
  text-align: center;
  text-shadow: 2px 2px 2px lightgray;
}

.jumbotron p {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.abouttop {
  color: #2d2c40;
  text-align: center;
}

.abouttop h3 {
  font-size: 24px;
}

.abouttop > p {
  font-size: 16px;
}

.desk img {
  width: 80%;
  max-width: 450px;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 10px 20px 20px lightgray;
}

.chooseus {
  padding: 80px 0 1px;
  margin-bottom: 80px;
}

.chooseus h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.chooseus .reasons {
  padding: 30px 20px;
}

.chooseus .reasons p {
  margin-bottom: 5px;
}

.numberdiv {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.numberdiv p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

.numberdiv .number {
  font-size: 36px;
  font-family: "Arizonia", cursive;
}

.appointment {
  text-align: center;
  height: 500px;
  display: flex;
  align-items: center;
}

.appointmentpic {
  display: flex;
  align-items: center;
}

.appointmentpic img {
  box-shadow: 10px 20px 20px lightgray;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.appointment p {
  width: 70%;
  margin: 0 auto;
}

.appointment h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.appointment .blue {
  color: #2d2c40;
  font-weight: bold;
}


/* Contact */

.contact {
  text-align: center;
  margin-bottom: 0;
}

.contact h3 {
  font-size: 24px;
}

.contact .row {
  margin: 40px 0;
}

.addresses {
  justify-content: space-around;
}

.addresses h3 {
  font-size: 24px;
}

.addresses p {
  margin-bottom: 0;
  font-size: 14px;
}

.emailhead h2 {
  font-size: 30px;
}

.emailhead p {
  font-size: 14px;
}

.map {
  height: 424px;
  background-image: url("imgs/map2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

input, textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 30px;
}

input {
  height: 44px;
}

input[type="submit"], input[type="submit"]:active {
  background: url("imgs/submit.png");
  border: none;
  background-repeat: no-repeat;
  color: white;
  width: 191px;
  margin: 0 auto;
  display: block;
}

input:focus {
  border: 2px solid #fac0f9;
  outline: none;
}

textarea:focus {
  border: 2px solid #fac0f9;
  outline: none;
}

textarea {
  height: 100px;
  resize: none;
  border: 1px solid lightgray;
}

input[type="submit"] {
  cursor: pointer;
}


/* Services */

.servicenav {
  margin-bottom: 40px;
}

.servicenav .dropdown button, .servicenav .dropdown .dropdown-menu {
  width: 100%;
}

.servicenav .dropdown button {
  padding: 20px;
  background-image: url("imgs/serhover.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

div.dropdown-menu {
  padding: 0;
}

.dropdown-menu .dropdown-item {
  padding: 10px;
  background-color: #f4f6f8;
  border-bottom: 1px solid #e1e1e1;
  color: #2d2c40;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.dropdown-item.selected {
  background-image: url("imgs/serhover.png");
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-group-vertical {
  display: none;
}

.btn-group-vertical .btn {
  padding: 20px;
  text-align: left;
  border-radius: 0;
  background-color: #f4f6f8;
  border-bottom: 2px solid #e1e1e1;
  transition: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #2d2c40;
}

.btn-group-vertical .btn:last-of-type {
  border: none;
}

.btn-group-vertical .btn:hover, .btn-group-vertical .btn:focus, .btn-group-vertical .btn.selected {
  background-image: url("imgs/serhover.png");
  color: white;
  border-bottom: 2px solid transparent;
}

.arrow {
  font-size: 10px;
  color: gray;
  position: absolute;
  top: 25px;
  right: 20px;
}

.btn.selected .arrow {
  color: white;
}

.servicemain h2 {
  font-size: 20px;
}

.servicemain p {
  font-size: 14px;
  margin-bottom: 8px;
}

.servicemain > img:first-child {
  margin-bottom: 20px;
}

.servicemain .faq {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.faq {
  padding: 20px 0;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.faq > img {
  width: 100%;
  margin-bottom: 20px;
  max-width: 366.666px;
  align-self: center;
}

.faq > div {
  width: 100%;
  padding-left: 30px;
  max-width: 458.333px;
  margin-top: 20px;
}

.card, .card-header {
  border: none;
  background-color: transparent;
}

.card-body, .card-header {
  padding: 10px 0;
}

.card h4 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.card h4 a {
  display: flex;
  align-items: center;
}

.card h4 img {
  margin-right: 10px;
}

.card p {
  font-size: 14px;
  margin-bottom: 0;
}

.bottompics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.bottompics img {
  margin: 40px auto 0;
  width: 90%;
  max-width: 400px;
}

.prices {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prices li {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #7a7992;
  text-align: center;
}

.prices li.pricesdivider {
  color: #2d2c40;
}

.prices .dollar {
  color: #fac0f9;
  font-family: "Arizonia", cursive;
  font-size: 24px;
}


/* Privacy Policy */

.privacy {
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
}

.privacy h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}

.privacy p {
  color: #2d2c40;
  margin-bottom: 10px;
  text-align: justify;
}

.privacy li {
  color: #2d2c40;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.ppConsistencies {
  display: none;
}

.privacyinfo {
  list-style: none;
  padding: 0;
}

/* 404 */

.four04 {
  text-align: center;
  margin-top: 40px;
}

.four04 h1 {
  margin-bottom: 20px;
}

.four04 a {
  text-decoration: underline;
}

/* Responsiveness */

@media screen and (max-width: 600px) {
  nav li { display: block; text-align: center; padding: 10px; margin: 0;}
  nav ul { width: 100%; }
  nav .nav { height: auto; }
  .nav div { margin: 0 auto 10px; }
  nav a { padding: 10px 100px; }
}

@media screen and (max-width: 767px) {
  .top .headbutton { display: block; margin: 0; width: 150px; background-repeat: no-repeat; }
  .top p { margin-bottom: 10px; line-height: 22px; }
  .faq > div { padding-left: 0; }
}

@media screen and (max-width: 775px) {
  .top { padding: 10px; }
}

@media screen and (max-width: 530px) {
  .top p.line { display:none; }
  .top p { width: 255px; }
}

@media screen and (max-width: 480px) {
  .numberdiv > div { flex-basis: 50%; }
}

@media screen and (max-width: 767px) {
  .appointment { height: auto; margin-bottom: 40px; }
  .addresses div:first-child { margin-bottom: 40px; }
}

@media screen and (min-width: 768px) {
  .faq > img { width: 44.444%; height: 44.444%; }
  .servicemain .faq { flex-wrap: nowrap; }
  .bottompics img { width: 49%; margin: 40px 0 0; }
  .prices ul { width: 49.6%; display: inline-block;}
  .prices ul:first-of-type li { text-align: left; }
  .prices ul:last-of-type li { text-align: right; }
  .numberdiv > div { flex-basis: 50%; }
}

@media screen and (min-width: 992px) {
  .dropdown { display: none; }
  .btn-group-vertical { display: block; }
  .numberdiv > div { flex-basis: auto; }
}

@media screen and (min-width: 576px) {
  .prices li { font-size: 16px; }
}

@media screen and (max-width: 749px) {
  .reviews .owl-carousel .reviewitem { height: auto; }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .numberdiv { flex-wrap: nowrap; }
}
