body {
    background-image: url("../artifacts/background.png");
    font-family: 'Open Sans', sans-serif;
}

.home-image{
    max-width: 100%;
    width: auto;
    height: auto;
}

.pad-nav-text{
    padding-top: 80px;
}

.about-image{
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 60px;
}

.container{
    padding-top: 100px;
}

img.home-logo{
    max-width: 100%;
    width: auto;
    height: auto;
    padding-left: 85px;
}

img.page-logo{
    max-width: 100%;
    width: 250px;
    height: auto;
}

.pages{
    padding-top: 100px;
    list-style-type: none;
    color: white;
    font-size: 45px;
    text-align: center;
}

a {
    color: white;
}

.about-text{
    color: white;
    margin-top: 20px;
}

.work-text{
    color: white;
    margin-top: 30px;
}

.work-page-links{
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

h1.about-text,
h2.about-text,
h3.about-text,
h4.about-text,
h5.about-text,
h6.about-text{
    text-align: center;
}

p.about-text,
p.work-text{
    font-size: 20px;
}

/* .services-text{
    color: white;
    text-align: center;
} */

div.services-text{
    color: white;
    text-align: center;
    padding-top: 60px;
}

p.services-text{
    font-size: 85px;
}

ul.services-text{
    list-style-type: none;
    font-size: 45px;
    padding: 5px 0px 5px 0px;
}

li.services-text{
    margin-bottom: 15px;
}

.carousel-images{
    /* width: 60px;
    height: 90px; */
    max-width: 100%;
    width: auto;
    height: auto;
}

.contact-us{
    margin-top: 30px;
    color: white;
}

.white-font{
    color: white;
}

/* extended swiper properties */
/* effect coverflow */
/* .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 150px;
    height: auto;

} */

/* autoplay */
.swiper-container {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 150px;
    height: auto;
}

/* extend boostrap card */
.card {
    height: 100%;
}