@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.image-overlay{
    font-family: 'Patrick Hand', cursive;
    width: 100%;
    height: 80vh;

    background-color: rgba(69, 71, 71, 0.5);
    font-size: 2rem;

}

.font-patrick{
    font-family: 'Patrick Hand', cursive;
}

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-1 {
    flex: 100%;
    max-width: 100%;
  }

  .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

 .col-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}



.image-gallery-area .single-gallery:nth-child(2) {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .image-gallery-area .single-gallery:nth-child(2) {
    margin-top: 0px;
  }
}

.image-gallery-area .single-gallery img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-gallery-area .single-gallery a:hover img {
  opacity: .6;
}

.txt{
    width: 100%;
}
.font-roboto{
    font-family: 'Roboto Condensed', sans-serif;
}

.image{
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-image: url(https://sacramentoairportcarservice.com/4.jpg);
}

