/*
Theme Name: MBT-Corp
Theme URI: 
Author: Timur Shagiakhmetov timurshagi@yandex.ru
Author URI: timursh.ru
Description: Mbt-Corp theme company 2025
*/

html, body {
    font-size: 16px;
}

#header-contact {
    align-content: center;
}

    #header-contact p {
        margin-bottom: 0;
    }

.h_contact_link a, .h_contact_link a:hover {
    color: black;
    text-decoration: none;
}

#slider-one {
    background-image: url('images/slider01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-size: cover;   
    background-color: #f1f1f1;

    color: white;
}

#footer-page {
    background-color: #262626;
    color: white;
    font-size: 0.8rem;
}

#logo img {
    width: 200px;
    height: auto;
    /*display: block;*/
}

#logo a {
    display: block;
}

#breadcrumbs {
    font-size: 0.7rem;
    margin: 20px 0;
}

    #breadcrumbs a,
    #breadcrumbs a:link {
        color:  #ccc;
    }


@media screen and (max-width: 768px) {

    #logo {
        text-align: center;
    }

    #header-contact p {
        text-align: center;
        margin-bottom: 5px;
    }

    #slider-one {
        background-image: url('images/slider_mobile_mbtgroup.jpg');
    }

}