body {
  font-family: "Roboto Condensed", sans-serif;
}

html {
  font-size: 16px;
}

h1 {
  font-weight: 600;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 3vw;
}

@media (max-width: 600px) {
  h4 {
    font-size: 1.35em;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .home-h4 {
    display: none;
  }
}

@media (max-width: 600px) {
  p,
  li,
  a {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  p,
  li,
  a {
    font-size: 1.35rem;
  }
}

.content-a {
  color: black;
}

.resources-a {
  color: #12a0ea;
  font-weight: bold;
}

.container-fluid {
  padding: 3% 8%;
}

.dk-blue-bkg {
  background-color: #086ea5;
  color: white;
}

.lightb-section {
  background-color: #aad1f5;
}

.ltgrey-section {
  background-color: #cdcdce;
}

.center {
  text-align: center;
}

.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hover-3-title {
  font-size: 1em !important;
}

/* BUTTONS */

.contact-btn {
  background-color: #086ea5;
  color: white;
  border-color: white;
}

.contact-btn:hover {
  background-color: #6f8591;
  color: white;
  border-color: #086ea5;
}

.repair-btn {
  background-color: white;
  color: #086ea5;
  border-color: white;
  text-align: center;
  margin: auto;
}

.repair-btn:hover {
  background-color: #6f8591;
  color: white;
  border-color: white;
}

/* ======= Top Bar ======= */
.top-section {
  padding-top: 0.75em;
  padding-bottom: 1em;
}
.top-text {
  padding-top: 0.75em;
  font-size: 1em;
}

.top-a {
  font-size: 0.75em;
  color: #fff;
  margin-top: 0.75em;
}

.top-fb {
  padding-top: 8px;
}

/* ======= Navigation ======= */

.navbar {
  background-color: black;
  width: 100%;
  padding: 0.5% 3%;
}
.navbar-brand {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.25em;
  padding: 2px 7px;
}

.nav-link {
  font-size: 1.1em;
  margin-right: 10px;
}

.navbar .navbar-nav .nav-link:hover {
  background-color: #dbeef8;
  color: black;
}

.nav-contact {
  background-color: #12a0ea;
  color: white;
}

.nav-contact:hover {
  background-color: #dbeef8;
  color: black;
}

/* ======= Parallax Home ======= */

.parallax-intro {
  background-image: url("crmimages/wheelchairbannerhold.jpg");
  height: 70vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .parallax-intro {
    background-attachment: scroll;
    height: 60vh;
  }
}

@media screen and (max-width: 768px) {
  .parallax-intro {
    background-attachment: scroll;
    height: 40vh;
  }
}

/* ======= Products on Home Page ======= */

.products-row {
  padding: 0 1% 0 1%;
}

.products-a {
  color: black;
  text-decoration: none;
}

/* === Circle Cards on Home Page === */
.card-link {
  text-decoration: none;
  color: #27496d;
}
.card-circle {
  text-align: center;
  margin-top: 10px;
  margin-right: 1.5em;
  background: white;
  border: 10px solid transparent;
  color: #27496d;
  padding: 20px;
  border-radius: 50%;
  width: 225px;
  height: 225px;
}
.card-circle .card-title {
  font-weight: 600;
  font-size: 26px;
}
.card-circle .card-text {
  font-weight: 400;
}
.card-circle .card-icon i {
  font-size: 60px;
  display: block;
}
.card-circle:hover .btn {
  background: #00a8cc;
  color: #fff;
  border: 1px solid transparent;
}
.card-circle .btn:hover {
  transform: scale(1.1);
}
.card-circle:hover {
  border: 10px solid #00a8cc;
}
.card-circle:hover i {
  text-shadow: 0px -1px 10px #00a8cc;
  transform: scale(1.2) rotate(20deg);
}

/* ======= Product Pages ======= */

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.product-line {
  background-color: #086ea5;
  margin-top: 1em;
  padding: 2px;
}

@media (max-width: 900px) {
  .product-line {
    display: none;
  }
}

.products-pindent {
  color: black;
  padding-left: 3em;
}

@media (max-width: 600px) {
  .products-pindent {
    font-size: 1em;
  }
}

.products-fa {
  color: #086ea5;
  float: left;
  font-size: 2.5em;
  padding-bottom: 0.5em;
}

@media (max-width: 600px) {
  .products-fa {
    font-size: 1.5em;
  }
}

.product-btn {
  background-color: #086ea5;
  color: white;
  border-color: white;
  font-size: 1.5em;
  max-width: 50%;
  margin-bottom: 2%;
}

@media (max-width: 600px) {
  .product-btn {
    font-size: 1em;
  }
}

.product-btn:hover {
  background-color: #6f8591;
  color: white;
  border-color: #086ea5;
}

.harmar {
  max-width: 40%;
}

.harmar-circle {
  max-width: 20%;
}

.product-row {
  padding: 1em auto;
}

@media (max-width: 991px) {
  .product-row2 {
    display: flex;
    flex-direction: column-reverse;
    padding: 1em auto;
  }
}

.product-img {
  display: flex;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .product-img {
    display: flex;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ======= TESTIMONIALS ======= */

.carousel-inner {
  padding: 1em;
}

.carousel-card {
  background-color: #f9f7f2;
  margin: 0 1.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  text-align: center;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: black;
  width: 4vh;
  height: 4vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #carouselExampleControls .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  #carouselExampleControls .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}

.testimonial {
  background-image: url("crmimages/testsample.jpeg");
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .parallax-intro {
    background-attachment: scroll;
    height: 60vh;
  }
}

@media screen and (max-width: 768px) {
  .parallax-intro {
    background-attachment: scroll;
    height: 40vh;
  }
}

/* ======= About ======= */

.photo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

/* ======= Contact ======= */

.contact-container {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 32px;
  margin-top: -60px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.form {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.25em;
  margin-top: 6px;
  margin-bottom: 16px;
  padding: 12px;
  resize: vertical;
  width: 75%;
}

input[type="text"],
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.25em;
  margin-top: 6px;
  margin-bottom: 16px;
  padding: 12px;
  resize: vertical;
  width: 75%;
}

input[type="submit"] {
  background-color: #086ea5;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  margin-bottom: 1em;
  padding: 12px 20px;
  width: 50%;
}

input[type="submit"]:hover {
  background-color: #6f8591;
  color: black;
}

/* ======= Footer ======= */

.footer {
  background-color: #086ea5;
  padding: 2% 3% 0.3% 3%;
}

.footer-p {
  color: white;
  font-family: "Oswald", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    sans-serif;
  font-size: 1em;
  padding-top: 1.5%;
  text-align: center;
}

.footer-space {
  padding: 0 3em;
}

.footer-h4 {
  color: white;
  font-size: 1.5em;
  padding-bottom: 0.15em;
  text-align: center;
}

.footer-phone {
  color: white;
  font-weight: 600;
  margin-top: 0.5em;
}

@media (max-width: 600px) {
  .footer-phone {
    font-size: 1.25em;
  }
}

@media (min-width: 992px) {
  .footer-phone {
    font-size: 1.5rem;
  }
}

.footer-p {
  font-size: 1.1em;
  padding: 1em auto;
}

.copyright {
  color: lightgrey;
  font-size: 0.75em;
  text-align: center;
}

.copyright-a {
  color: lightgrey;
  font-size: 0.75em;
  text-align: center;
}

@media (max-width: 600px) {
  .copyright {
    margin-top: 3%;
  }
}
