body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

.swiper {
    max-width: 100%;
    height: auto;     
    display: block;    
}

.images {
    object-fit: cover;
}

.swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}

#pageHeader{
    background:
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
    #4e5948, 
    #010b22b3
    ),
    /* bottom, image */
    url('https://images.pexels.com/photos/97898/pexels-photo-97898.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


