/*
url(../images/Dark Steel Background.png) url(../images/Black Dots Background.jpg) url(../images/Black Stainless Steel Background.jpg)
*/
:root {
    --bison-green: #008e84;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('/sav/font/Segoe UI.ttf');
}

body, html, * {
    font-family: 'Segoe UI', "Verdana", "Noto Sans", sans-serif;

}
header {
    background-color:#000;
    background-image: url(/sav/images/top-header-background.jpg);
    background-repeat: repeat-y;
    background-position: center center;
}

.max-download {
    max-height: 200px;
    max-width:80%;
}

.logo-left {
    height:150px;
}
nav a.linki {
    color: white;
    text-align:center;
}
@media (min-width:768px)
{
.menu-width-all {
    width:70%;
}

nav a.linki {
    font-size: 1.5em;
    width:25%;
    margin-right:0 !important;
    display: block;
}


}

.header-pad {
    padding: 25px 0;
}
.steel-bg {
    background-color:#000;
    background-image: url(../images/steel.jpg);
    background-repeat: repeat-y;
    background-position: center center;
}

.steel-round-bg {
    background-color:#000;
    background-image: url(../images/steel-round.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center center;
}

.hand {
    position: relative;
    padding-left:7px;
    background-image: url('../images/hand.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.hand {
    max-width:100%;
}

.hand::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    height:100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        var(--bison-green) 50%,
        transparent 100%
    );
}

.section-header span {
    width: 35px;
    height:5px;
    background-color: var(--bison-green);
    display: inline-block;
    margin-right:10px;
}

#expertise h2.work {
    font-size: 1.9em;
    font-weight: 600;
    margin: 10px 0;
}

#expertise p {
    margin-bottom: 1em;
}

#expertise .year {
    font-size: 140px;
    font-weight: 700;
}

#expertise .bold {
    font-weight: 600;
    margin-top: -40px;
}

#expertise img.ppp {
    max-width:100%;
}

#about-us,
#product-finder,
#contact-us
{
    color: white;
}
.section-header.bigger {
    font-size:1.2em;
    margin-bottom:1em;
}

#about-us li {
    margin-bottom:1em;
}

#about-us p {
    margin-bottom: 0;
}

.max100 {
    max-width: 100%;
    margin-bottom: 20px;
    height: 230px;
}

.product-title {
    font-size: 22px;
    font-weight: 500;
}

.product-line {
    font-size: 12px;
    font-weight:400;
}

.fit {
    max-width:100%;
}

.mb1 {
    margin-bottom: 1em;
}

.mt2 {
    margin-top: 2em;
}

.bigger-font {
    font-size:20px;
}

@media (max-width: 767px) {
    .mobile-smaller {
       max-width:60%;
    }
}