body,
html {
  height: 100%;
  margin: 0;
  font: 15px/1.8 "Comfortaa", cursive;
  color: #777;
  background-color: #282E34;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.crashTitleWrapperDiv {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.socialMediaIcon {
  font-size: 24px;
}

.socialMediaIconDiv {
  width: 255px;
}

.nav-link {
  font-size: 22px;
}

.sticky-top {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.linksInNav {
  padding-right: 10px;
}

.titleInNav {
  padding-left: 10px;
  font-size: 24px;
}

.covidBoldHeading {
  font-weight: bold;
}

.video-player {
  width: 100%;
  height: 0.56;
  padding: 0;
  margin: 100px 0 0 0;
}

.hero-video-div,
.testimonials-image-div,
.services-image-div,
.contact-image-div {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-video-div {
  min-height: 60%;
}

.services {
  color: #ddd;
  background-color: #282E34;
  text-align: center;
  padding: 50px 80px;
}

.testimonials-image-div {
  background-image: url("./images/aerialphotos/testimonials-blur50.jpg");
  min-height: 60%;
}

.services-image-div {
  background-image: url("./images/aerialphotos/services-super-reduced.jpg");
  min-height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideBanner {
  color: #fff;
  background-color: #282e34;
  padding: 50px 120px 20px 120px;
  text-align: justify;
}

.firstAboutParagraph {
  padding-top: 16px;
  text-align: left;
}

.contactRuler {
  color: white;
  border: 2px solid white;
  width: 75%;
  margin: 0 auto;
}

.contact-image-div {
  background-image: url("./images/aerialphotos/contact-super-reduced.jpg");
  min-height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerLogo {
  display: block;
  margin: auto;
  height: 200px;
  width: 200px;
  cursor: pointer;
}

.footer-section {
  background-color: #282e34;
  color: goldenrod;
}

.copyright-quip {
  font-weight: bolder;
}

.logo {
  width: 75px;
  height: 75px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

.contactLink {
  background-color: #000;
  opacity: 75%;
  padding: 12px;
  border-radius: 40px;
}

.contactLink:hover {
  color: white;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.blurred {
  filter: blur(10px);
}

.nav-link:hover {
  color: inherit;
  text-decoration: underline;
}

a:active {
  color: inherit;
}

.caption div.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 40px;
  letter-spacing: 4px;
  width: 45%;
  font-family: "Bebas Neue", cursive;
}

.contactDiv {
  top: 43%;
}

.contactQuips {
  color: #fff;
  font-family: "Comfortaa", cursive;
  font-size: 20px;
}

.contactQuipHeading {
  color: goldenrod;
  font-family: "Comfortaa", cursive;
  font-size: 40px;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.carousel-inner {
  min-height: 300px;
  background-color: #282e34;
}

.iconSpan {
  width: 600px;
}

.banner {
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Comfortaa", cursive;
  font-size: 20px;
  color: goldenrod;
  margin: 0;
  padding: 0;
}

.shadowEffect {
  box-shadow: 2px 6px 6px 0px #282e34;
}

.cardContainer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cardContainer .card {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 300px;
  width: 270px;
  opacity: 90%;
}

.cardContainer .card .face {
  height: 200px;
  transition: 0.5s;
}

.cardContainer .card .face.face1 {
  position: relative;
  background: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.cardContainer .card:hover .face.face1 {
  background: whitesmoke;
  transform: translateY(0);
}

.cardContainer .card .face.face1 .content {
  opacity: 0.8;
  transition: 0.5s;
}

.cardContainer .card:hover .face.face1 .content {
  opacity: 1;
}

.cardImage1 {
  width: 45%;
}

.cardImage2 {
  width: 75%;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cardContainer .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: black;
  text-align: center;
}

.cardContainer .card .face.face2 {
  position: relative;
  background: #282e34;
  color: goldenrod;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}

.cardContainer .card:hover .face.face2 {
  transform: translateY(0);
}

.cardContainer .card .face.face2 .content p {
  margin: 0;
  padding: 0;
}

.mobile-testimonial-image-container {
  width: 90%;
  text-align: center;
  position: relative;
  margin: 10px 0 100px 0;
}

.mobile-testimonial-image {
  width: 100%;
}

.mobile-testimonial-center-text {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  opacity: 75%;
  width: 95%;
  line-height: normal;
  font-family: inherit;
  font-style: italic;
  border-radius: 10px;
  padding: 10px;
}

.mobile-testimonial-container {
  color: white;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
}

.mobile-signature-span {
  color: goldenrod;
  font-size: larger;
  margin: 5px 0 3px 0;
}

@media only screen and (max-width: 800px) {
  .slideBanner {
    padding: 50px 10px 20px 10px;
    font: 15px/1.8 "Comfortaa", cursive;
    text-align: justify;
  }

  .about-carousel {
    display: none;
  }

  .mobile-testimonial-container {
    display: flex;
  }

  .cardContainer .card {
    max-width: 150px;
  }

  .mobile-media-adjustment-class {
    top: -70%;
  }
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .hero-video-div,
.testimonials-image-div,
.services-image-div,
.contact-image-div {
    background-attachment: scroll;
  }
}
.testimonials-carousel-container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-carousel {
  width: 80%;
  opacity: 0.9;
}

.testimonial-heading {
  width: 80%;
}

.testimonial-paragraph {
  font-size: 20px;
  width: 80%;
}

.carousel-caption {
  top: 50%;
  transform: translate(25%, -75%);
  height: 145px;
}

.testimonial-image {
  opacity: 0.65;
  height: 350px;
  max-width: 350px;
}

.testimonial-text-container {
  font-family: inherit;
  border-radius: 10px;
  padding: 0px 10px;
  opacity: 50%;
}

.testimonial-quote-icon {
  color: goldenrod;
}

.contact-modal {
  color: #282e34;
  font-size: 25px;
  font-weight: bold;
}

.contact-modal-title {
  color: #282e34;
  font-size: 30px;
  font-weight: bold;
}

/*# sourceMappingURL=custom.css.map */
