/* Navigation */
.navbar-expand-custom {
  font-family: 'Kumbh Sans', sans-serif;
  background-color: transparent;
  transition: background-color 0.5s ease;
	border-bottom: 1px solid #F6F6F6;
}

.navbar-expand-custom.navbar-scrolled,
.navbar-expand-custom.sticky-top {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.navbar-expand-custom>.container-fluid {
  width: 94%;
  max-width: 1600px;
}

.navbar-brand {
  margin-right: 35px;
  line-height: 0;
}

.navbar-brand .logo {
  display: inline-block;
  background-image: url(../images/common/reverend-patty-pipia-wh.png);
  width: 250px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.navbar-scrolled .navbar-brand .logo,
.sticky-top .navbar-brand .logo {
  background-image: url(../images/common/reverend-patty-pipia.png);
}

.navbar .social-profiles a {
  line-height: 0;
}

.navbar .social-profiles {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.navbar .social-profiles svg {
  width: 20px;
  max-height: 18px;
  fill: #353535;
}

/* Navigation */

.navbar-expand-custom.navbar-scrolled.navbar-light .social-profiles svg,
.navbar-expand-custom.sticky-top.navbar-light .social-profiles svg {
  fill: #353535;
}

.navbar-nav {
  font-weight: 600;
  gap: 15px;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #353535;
  text-transform: uppercase;
  border-radius: 7px;
  transition: background-color 0.5s ease;
}

/* Navigation links hover */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  background-color: #332b61;
  color: #FFF !important;
}

.navbar-expand-custom.navbar-scrolled.navbar-light .navbar-nav .nav-link {
  color: #090716;
  text-transform: uppercase;
}

/* Static Wide Nav Link Colors */
.navbar-expand-custom.sticky-top.navbar-light .navbar-nav .nav-link {
  color: #090716;
  text-transform: uppercase;
}

/* Static Wide Nav Link Hover Colors */
.navbar-expand-custom.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.navbar-expand-custom.sticky-top.navbar-light .navbar-nav .nav-link:focus {
  background-color: #332b61;
}

.navbar-toggler {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  outline: none;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-expand-custom.navbar-scrolled .navbar-toggler,
.navbar-expand-custom.sticky-top .navbar-toggler {
  color: #353535 !important;
}

.desktop-navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-scrolled .desktop-navbar-toggler .navbar-toggler-icon,
.navbar-expand-custom.sticky-top .desktop-navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(53, 53, 53, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  outline: none;
}

.mbl-navbar-toggler {
  position: absolute;
  display: none;
  top: 35px;
  left: 35px;
  z-index: 1;
}

.mbl-navbar-toggler svg {
  width: 35px
}

.nav-contact-info,
.nav-logo,
.additional-nav {
  display: none;
}

.nav-logo>a {
  padding: 0 !important;
  line-height: 0;
  background-color: transparent !important;
}

.nav-logo-holder {
  display: inline-block;
  background-image: url(../images/common/reverend-patty-pipia.png);
  width: 100%;
  min-height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 480px) {
  .navbar-toggler-text {
    display: none;
  }
}

@media (max-width: 1209px) {

  .nav-contact-info,
  .nav-logo {
    display: list-item;
    text-align: left;
    width: 100%;
  }

  .additional-nav {
    display: list-item;
    text-align: left;
  }

  .nav-contact-info h4 {
    color: #332b61;
  }

  .nav-contact-info p {
    margin-bottom: 0;
    font-size: 17px;
  }

  .mbl-navbar-toggler {
    display: inline-block;
  }

  /* hamburger sidebar-drop*/
  .navbar-collapse {
    position: fixed;
    padding: 90px 50px 50px calc(50px - 0.5rem);
    display: flex;
    flex-direction: column;
    background-color: #e7e1da;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-image: url(); */
    /* Add Image Here */
    text-align: center;
    align-items: center;
    right: 0;
    top: 0px;
    box-shadow: -4px 0px 11px -6px #000;
    width: 440px;
    max-width: 100vw;
    height: 100vh;
    z-index: 999;
    gap: 30px;
    overflow-y: auto;
  }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    right: 0;
    transition: right .4s ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: right .5s ease-in-out;
  }

  .navbar-nav {
    font-size: 22px;
    align-items: flex-start;
  }

  .navbar-nav li:not(.nav-item) {
    padding-left: .5rem;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #131f30;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    background-color: #332b61;
  }
}

@media (min-width: 1210px) and (max-width: 1350px) {
  .contact-nav {
    display: none;
  }
}

@media (min-width: 1210px) and (max-width: 1379px) {
  .navbar-brand .logo {
    width: 212px;
    height: 76px;
  }
}

@media (min-width: 1210px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-expand-custom .dropdown-menu {
    position: absolute;
  }

  .navbar-light .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
  }

  .navbar .social-profiles svg {
    fill: #fff;
  }

  .navbar-expand-custom>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

/* FOOTER */
.p-ftr-txt {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.90);
    font-size: 15px;
    line-height: 1.5;
	margin-top: 15px;
    letter-spacing: 0.05em;
	text-align: left;
}

.p-ftr-txt  a,
.p-ftr-txt  a:visited {
    color: rgba(255,255,255,0.90);
    text-decoration: none;
    font-weight: 500;
}

.p-ftr-txt a:hover,
.p-ftr-txt a:visited:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 400;
}






.p-ftr-links {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #272727;
    font-size: 15px;
    line-height: 1.0;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
}

.p-ftr-links  a,
.p-ftr-links  a:visited {
    color: #272727;
    text-decoration: none;
    font-weight: 400;
}

.p-ftr-links a:hover,
.p-ftr-links a:visited:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: 400;
}

@media (max-width: 991px) { 
.p-ftr-txt {
	text-align: center;
}
	.p-ftr-links {
    margin-top: 35px;
    text-align: center;
}
.p-ftr-links  a,
.p-ftr-links  a:visited {
    margin-top: 35px;
    text-align: center;
}
}