@font-face {
    font-family: 'EcatherinaThin';
    src: url('EcatherinaThin.ttf') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
    body {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    margin:0px !important;
}

.headingBackground {
    background-image: linear-gradient(180deg,rgba(58,58,58,0.7) 0%,rgba(22,22,22,0.6) 100%),url("../images/pelletising-wood.jpg") !important;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
h1 {
    margin-top:2em;
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 8px #111111;

}
h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #323133 !important;
    line-height: 1.4em;
}
h3{
    font-size:25px;
}
p{
    font-size:16px;
    line-height: 1.7;
}

.industry-image{
    width:80%;
    display: block;
    margin: auto;
}
.products{
    border-radius:10px;
    padding:0px;
    margin:1em;
    box-shadow: 0px 0px 15px rgb(207, 207, 207);
}
.products-content{
    padding-top:1em;
    margin:auto;
    width:90%;
}
.products-image{
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin:auto;
    width:100%;
}

