﻿.parallax {

    /*
    background-image: url('https://images.unsplash.com/photo-1533450718592-29d45635f0a9?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    */
    background-image: url('../img/logo2.jpeg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero {

    color: white;
    padding: 60px 0;
}

.services .card {
    transition: transform 0.3s ease;
}

    .services .card:hover {
        transform: scale(1.05);
    }

footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
}
