﻿body {
}

label {
    font-weight: bolder;
}
 
img#Logo {
    height: 30px;
}
 
 

#CompanyHeader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    #CompanyHeader .btn {
        margin-top: 10px;
    }

/** Navigation */

.nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    color: initial;
}

/* Services */
 
#HomeServicesList .carousel-inner {
    position: relative;  
}

#HomeServicesList .carousel-inner .carousel-item{
    height: auto; 
}

#HomeServicesList .service-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff; 
    width: 100%; 
}
#HomeServicesList .card-text {
    flex: 1 0 auto;
    margin-bottom: 20px; 
}

        #HomeServicesList .service-photo {
            width: 100px;
            height: 100px;
            object-fit: cover;
            margin-bottom: 16px;
            margin-right: 16px;
        }


        #HomeServicesList .price { 
            font-weight: bold;
        }


