html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Sintony', sans-serif !important;*/
    /*font-family: 'Slabo 13px', sans-serif;*/
    /*font-family: 'Ubuntu', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif !important;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*text-transform: uppercase;*/
}




#cover {
    background:
            linear-gradient(
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)
            ),
            url("/img/wrenches-3.jpg") center center no-repeat;
    background-size: cover;
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    /*margin: auto;*/
    -moz-opacity:.90;
    -ms-filter:”alpha(opacity=90)”;
    filter: alpha(opacity=90);
    opacity:.90;
}

#cover-caption {
    width: 100%;
    /*background-color: gray;*/
    /*-moz-opacity:.90;*/
    /*-ms-filter:”alpha(opacity=90)”;*/
    /*filter: alpha(opacity=90);*/
    /*opacity:.90;*/
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/

}



#cover-caption h1 {
    /*font-size: 4em;*/
    text-transform: uppercase;
    color: white;
    /*font-family: 'Titillium Web', sans-serif !important;*/
    /*font-weight: 700;*/
    /*font: 900 150px/146px "Lato", sans-serif !important;*/
    font-weight: 900;
    font-size: 150px;
    line-height: 146px;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 0.04em !important;
}

#cover-caption h2 {
    font-size: 6.5em;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-weight: 100;
}

/*mechanic-tools.jpeg*/

img {
    max-width: 100%;
    /*max-height: 450px;*/
    /*text-align: center;*/
}

.no-padding {
    padding: 0;
    margin: 0;
    border: 0;
}

.slogan {
    /*display: block;*/
    color: white;
    background-color: #ea202e;
    text-align: left;
    padding: 100px 30px 0;
    font-family: 'Lato', sans-serif !important;
    /*min-height: 492px;*/
    font-size: 24px;
    font-weight: 700;
}

.slogan-grey {
    /*display: block;*/
    color: white;
    background-color: #4c4e50;
    text-align: left;
    padding: 60px 30px 0;
    font-family: 'Lato', sans-serif !important;
    /*min-height: 492px;*/
    font-size: 24px;
    font-weight: 700;
}

.container-cover{
    margin: 0 auto;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.belka {
    background-color: black;
    padding: 40px 0 30px;
    width: 100%;
    color: white;
    font-size: 1.3em;
    letter-spacing: 0.09em;
}

.belka .tel {
    color: #ea202e;
    font-weight: 900 !important;
}

.belka:hover .tel{
    color: orange ;
}

.contact {
    background-color: #ea202e;
    color: white;
    padding: 100px 30px 0;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 0.05em;
}

.contact h1, h2, h3, h4{
    font-weight: 700 !important;
}

.contact a {
    text-decoration: none;
    color: white;
}

.contact a:hover {
    text-decoration: underline;
    color: #4c4e50;
}

.contact .tel:hover{
    color: #4c4e50;
}

.menu {
    color: white;
    background-color: #4c4e50 !important;
    width: 100%;
    background-size: 100%;
    -moz-opacity:.90;
    -ms-filter:”alpha(opacity=90)”;
    filter: alpha(opacity=90);
    opacity:.90;
    /*position: absolute;*/
    /*z-index: 1000px;*/
}

.logo{
    padding: 15px 0 0 40px;
    float: left;
    color: inherit;
    background-color: inherit;
}

.info{
    padding: 40px 40px 0 0;
    float: right;
    color: inherit;
    background-color: inherit;
    text-align: right;
    letter-spacing: 0.05em;
}

.footer{
    width: 100%;
    min-height: 200px;
    background-color: #4c4e50 !important;
    padding: 50px;
    font-size: 1.5em;
    color: white;
}

.navbar a {
    color: white !important;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 0 20px !important;
    /*font-weight: 100;*/


}

.padding-10{
    padding: 10px;
}

.navbar a:hover {
    color: #ea202e !important;


}

.color-red {
    color: #ea202e !important;
}