@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 767px) {
    .col-1-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section {
        padding-left:20px !important;
        padding-right:20px !important;
    }
    .link-group {
        flex-direction: column;
    }
}
@media (max-width: 591px) {
    .col-1-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
body {
    font-family: "Lato", sans-serif;
    overflow-x:hidden;
}

p {
    font-family: "Lato", sans-serif;
    font-size:16px;
}

.bg-main {
    background-color:#0C2657 !important;
}

.header-link {
    font-size:18px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.site-width {
    max-width:1200px;
    margin:auto !important;
}

.pad-right {
    padding-right:0.5rem;
}
.header-small-link i {
    color: #a6a6a6 !important;
}

.header-small-link {
    font-size:13px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header-small-link a {
    text-decoration: none;
    color:#fff;
}

.header-small-link a:hover, .nav-link:hover {
    color:#dfdfdf !important;
}

@media (max-width: 497px) {
    .header-small-link {
        font-size:12px;
    }
}

@media (max-width: 991px) {
    .header-columns {
        flex-direction: column;
    }
}

.navbar-toggler {
    display: block;
    border: none;
    background-color: transparent;
}

.navbar-toggler {
    span {
            color: #fff;
    font-size: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
}
.force-padding {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
}

@media (max-width: 992px) {
    .mobile-extra-links {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .full-width-mobile {
        width: 100% !important;
    }
    .force-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 467px) {
    .mobile-hide {
        display:none !important;
    }
    .site-logo-img {
        max-width:200px !important;
    }
        .header-small-link {
        font-size:14px;
    }
}

.footer {
  background-color: #002657;
  color: #ffffff;
  padding: 40px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 220px;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-logo h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.1rem;
}

.footer-column h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: disc;
  padding-left: 20px;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-column a {
  color: #ffffff;
  text-decoration: none;
}

.footer-column a:hover {
  color: #dfdfdf;
}

.logo-icon {
  width: 40px;
  height: auto;
}

.footer small {
  display: block;
  margin-top: 20px;
  color: #EAEAEA !important;
  font-size: 0.8rem;
}

.copyright {
  color: #EAEAEA !important;
}

.bg-footer {
  background-color:#002657;
}

@media (max-width: 600px) {
    .copyright-mob {
      text-align:center;
    }
}

.footer-heading {
  font-size:18px;
}

.footer-section a {
      line-height: 40px;
      font-size:16px;
      text-decoration: none;
      color:#fff;
}

.footer-section a:hover {
      color:#dadada;
}

.footer-heading, footer p {
    color:#fff;
}

.banner-image {
    height:600px;
}

.text-bold {
    font-weight: 600;
}


h1,h2,h3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.service-page h1 {
    font-size:28px;
}

h1, .h1 {
    font-size:36px;
}

.btn {
    padding:12px 24px;
    border-radius:0px !important;
}

.btn.blue {
    color:#fff;
    background-color:#3A71B7;
}

.btn.grey {
    color:#000;
    background-color:#EEEEEE;
}

.btn.blue:hover{
    color:#fff;
    background-color:#356097;
}
.btn.grey:hover{
    color:#000;
    background-color:#dadada;
}
.hp-image-grid {
    height:250px;
    padding:5px !important;
}

.img-grid {
    padding:0px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review-card {
    background-color:#FBFAFA;
    padding:40px 10px;
}

.ppwdf-wait {
    display:none !important;
}

#ppwdf-form .form-control {
    padding: 20px 15px;
    border-radius: 0px;
    background-color: #FBFAFA;
    border-color: #D8D8D8;
    font-family: "Lato", sans-serif;
    margin-bottom:20px;
}

.link {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    letter-spacing: 2px;
    font-weight:600;
}

.link.blue{
    color:#3A71B7;
}
.link.black{
    color:#000;
}

.link.blue:hover{
    color:#356097;
}
.link.black:hover{
    color:#1d1d1d;
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  50% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}

.wiggle {
  animation: wiggle 0.5s ease;
}

/* filterable galleries */
.galleryFilter {
	margin-bottom: 20px;
}
.galleryFilter a {
	padding: 10px;
	color: #3A71B7;
	border: 2px solid #3A71B7;
	display: inline-block;
    margin-bottom: 5px;
}
.galleryFilter a:hover {
	background: #356097;
	border-color: #356097;
	color: white !important;
	text-decoration: none;
}

  
.galleryFilter a.current {
	background: #3A71B7;
	border-color: #3A71B7;
	color: #f9f9f9;
	text-decoration: none;
}
.grid-sizer {
	width: 33.33333%;
}
#gallery-grid {
	margin-left: -5px;
	width: calc(100% + 25px);
	display: inline-block;
	float: left;
	height: auto;
		
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#gallery-grid .hideShow {
	display: inline-block;
	position: relative;
	float: left;
	width: 100px;
	width: 33.33333%;
	height: auto;
	padding: 5px;
	margin-bottom: 0;
}

#gallery-grid .hideShow > div,
#gallery-grid .hideShow > div a,
#gallery-grid .hideShow img {
	max-width: 100%;
	width: 100%;
	float: left;
}
.hideText {
	display: none !important;
}

.divider {
  max-width: 200px;
  margin:auto;
}

.map-wrap {
  position: relative !important;
  background: url(/images/map-placeholder.png) 50%;
  background-blend-mode: luminosity;
}


.map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 100;
  top: 0;
}

.fancy-text {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

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

.paint-type {
    max-width:300px !important;
}

.gallery {
  column-count: 3;
  column-gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.gallery a {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s;
}

.cus-gallery .thumbnail img {
    height: 115px;
    width: 100%;
    object-fit: cover;
    background-position: center;
}

.gallery img:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .gallery {
    column-count: 1;
  }
}


.portfolio-item.hidden { display: none !important; }

.filters { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:8px; justify-content: center;}
.btn.grey.t-18.active {color: #fff;background-color: #3A71B7; }

.project-pill {
    padding: 5px 15px;
    background-color: #DADADA;
    border-radius: 100px;
    font-size: 12px;
}

.bg-cover {
    height: 600px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .bg-cover {
        height: 400px; 
    }
    .banner-image {
        height:400px;
    };
    .contact-links a.link {
        font-size:14px !important;
    }
}

@media (max-width: 767px) {
    .bg-cover {
        height: 200px; 
    }
    .banner-image {
        height:200px;
    };
}

.tab-border {
    color:#3A71B7 !important;
    border:2px solid #3A71B7;
    text-decoration: none !important;
}

.tab-border:hover {
    color:#356097 !important;
    border:2px solid #356097;
}