/* -- Utilities --*/
.jcenter {
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 0 5%;
}

.aUnder a {
  color: #444;
  text-decoration: underline;
}

.map {
  width: 100%;
}

/*contact form styling*/
.contact-form {
  margin-left: 0px;
  margin-right: auto;
  text-align: right;
  margin-top: 50px;
}
.contact-form fieldset {
  margin-bottom: 20px;
}
.contact-form ul {
  padding: 0;
}
.contact-form li {
  list-style: none;
  margin-bottom: 15px;
}
.contact-form input {
  max-width: 250px;
}
.contact-form textarea {
  max-width: 300px;
}
.contact-form label {
  min-width: 200px;
}
.contact-form .form-required {
  color: red;
}

/* contact form styling */
.hj-blue {
  background-color: rgb(40, 90, 137);
}

.hj-blueTrans {
  background-color: rgba(40, 90, 137, 0.9);
}

.rgbRed {
  background-color: rgb(233, 51, 34);
}

.rgbRedTrans {
  background-color: rgba(233, 51, 34, 0.6);
}

.bg-grey {
  background-color: #b2b2b2;
}

.bg-cream {
  background-color: #f4e1d2;
}

.bg-orange {
  background-color: #f18973;
}

.bg-tan {
  background-color: #bc5a45;
}

.color-white {
  color: #fff;
}
.color-white a {
  color: #fff;
}

.color-hjred {
  color: rgb(233, 51, 34);
}

* {
  box-sizing: border-box;
}

body {
  background: #fdfdfd;
  font-family: "Open Sans", Arial, sans-serif;
  color: #444;
}

.to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  background-color: rgb(40, 90, 137);
  padding: 10px 20px;
  display: none;
  z-index: 5000;
}

.to-top:hover {
  color: #151f28;
  background-color: rgb(40, 90, 137);
}

.no-gutters, .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.content {
  margin-top: 80px;
}

.vh25 {
  height: 25vh;
}

.vh50 {
  height: 50vh;
}

.shadowed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hj-jcenter {
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}

.row-narrow {
  width: 75%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.centered {
  justify-content: center !important;
}

.circled {
  border-radius: 50%;
}

.hj-border {
  padding: 5px;
  border-width: 3px;
  border-style: double;
  border-color: rgb(40, 90, 137);
}

.f-emoji-small {
  max-width: 200px;
}

.no-bullets {
  list-style-type: none;
}

.main_logo {
  max-width: 70% !important;
  height: auto;
  border-radius: 50%;
}

.logo-title {
  margin-left: 20px;
  visibility: collapse;
  color: rgb(233, 51, 34);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.navbar-nav {
  text-align: right;
}

.navbar-brand {
  width: 150px;
  margin-right: 0px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(233, 51, 34);
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(40, 90, 137) !important;
}

.navbar-light, .navbar-light .navbar-nav a:hover {
  color: rgb(233, 51, 34) !important;
}

.bg-dark {
  background-color: rgba(40, 90, 137, 0.9) !important;
}

.hero-area {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hero-area .menu-scroll-down {
  display: block;
  padding: 1em;
  position: absolute;
  left: calc(50% - 125px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding-top: 40px;
  bottom: 50%;
  height: 100px;
  width: 250px;
  visibility: hidden;
  border: 1px solid rgb(233, 51, 34);
  border-radius: 5px;
  background-color: rgba(233, 51, 34, 0.6);
}
.hero-area .menu-scroll-down:hover {
  background-color: rgb(233, 51, 34);
  color: #fff;
}
.hero-area .menu-scroll-down:hover a:hover {
  color: #fff;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.welcome .welcome-content {
  padding-top: 50px;
  padding-bottom: 50px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(40, 90, 137, 0.9);
}
.welcome .welcome-content h2 {
  color: rgb(233, 51, 34);
  font-size: 3rem;
}

.hj-hr {
  width: 100%;
  height: 2px;
  background-color: rgba(40, 90, 137, 0.9);
}

.hj-card {
  position: relative;
}

.hj-card-body {
  background-color: rgba(233, 51, 34, 0.6);
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}

.signboard-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frank {
  max-height: 200px;
  width: auto;
}

#hj_video_01 {
  border: 5px rgb(40, 90, 137) double;
  box-shadow: 5px 5px 5px #ccc;
}

.hp-cards {
  padding-top: 60px;
}

#testimonials-carousel .jumbotron {
  background-color: rgba(40, 90, 137, 0.9);
  color: #d6d4e0;
  min-height: 300px;
}
#testimonials-carousel .carousel-indicators li {
  background-color: rgba(40, 90, 137, 0.9);
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-backdrop {
  background-color: rgb(40, 90, 137);
}

.footer {
  padding: 30px 5%;
  background-color: rgba(40, 90, 137, 0.9);
  color: #d6d4e0;
}
.footer p, .footer li, .footer .copywrite {
  font-size: 0.8em;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer li a {
  color: #d6d4e0;
}
.footer li a:hover {
  color: #d6d4e0;
}
.footer .social, .footer .legal, .footer .address, .footer .social .heading, .footer .legal .heading, .footer .address .heading {
  text-align: center;
}
.footer .social .heading, .footer .legal .heading, .footer .address .heading {
  color: #d6d4e0;
}
.footer .copywrite {
  text-align: center;
}
.footer .copywrite a {
  color: #d6d4e0;
}
.footer .copywrite a:hover {
  color: #d6d4e0;
}

@media only screen and (min-width: 375px) {
  .main_logo {
    max-width: 70% !important;
  }
  .logo-title {
    margin-left: 20px;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 0px;
  }
  .hero-area {
    min-height: 195px;
  }
  .hero-area .menu-scroll-down {
    visibility: visible;
  }
  .content {
    margin-top: 100px;
  }
  .main_logo {
    width: 80% !important;
    height: auto;
    display: inline-block;
  }
  .hj-jcenter {
    padding: 0 3%;
  }
  .footer .social, .footer .legal, .footer .address, .footer .social .heading, .footer .legal .heading, .footer .address .heading {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-area {
    margin-top: 0px;
  }
  .content {
    margin-top: 180px;
  }
}/*# sourceMappingURL=style.css.map */