@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,500&display=swap");
body {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bellefair', serif; }

.site-logo {
  text-align: center;
  padding: 20px; }
  .site-logo img {
    width: 100%;
    max-width: 600px; }

.main-navigation .navbar-nav {
  border-top: 1px solid #efefef;
  padding: 0 30px;
  font-weight: 300; }
  .main-navigation .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px; }
  .main-navigation .navbar-nav .nav-link.active {
    color: #B71E25; }
.main-navigation .container {
  display: flex;
  justify-content: center;
  text-align: center; }
  .main-navigation .container .navbar-toggler {
    width: 100% !important; }
  .main-navigation .container .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    margin: 6px; }

.hero-section {
  height: 500px; }
  .hero-section.sub {
    height: 260px; }
  .hero-section .hero-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .hero-section .content {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    color: white;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero-section .content p {
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 2px; }

.service-card {
  height: 100%; }
  .service-card .card-img-top {
    height: 300px;
    object-fit: cover; }

.marquee ul {
  justify-content: center;
  flex-wrap: wrap; }
  .marquee ul li {
    background-color: #fafafa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    padding: 4px 10px;
    color: #3a3a3a;
    font-weight: 300;
    margin: 8px; }

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