/**********************************************************/
/* Tribeca theme */

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body,h1 {font-family: "Raleway", Arial, sans-serif} h1 {letter-spacing: 6px} .w3-row-padding img {margin-bottom: 12px}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

/* Create a Parallax Effect */
.mainbgimg-1, .mainbgimg-2, .mainbgimg-3, .mainbgimg-4,.bgimg-1, .bgimg-2, .bgimg-3, .bgSupplies,.bgMaintenance,.bgCivilworks {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.mainbgimg-1 {
    background-image: url('/images/main1.png');
    min-height: 100%;
}

.mainbgimg-2 {
    background-image: url('/images/main2.png');
    min-height: 100%;
}

.mainbgimg-3 {
    background-image: url('/images/main3.png');
    min-height: 100%;
}

.mainbgimg-4 {
    background-image: url('/images/main4.png');
    min-height: 100%;
}


/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('/images/main1.png');
    min-height: 100%;
}

/* Second image (Our us) */
.bgimg-2 {
    background-image: url("/images/main3.png");
    min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("/images/main2.png");
    min-height: 400px;
}


/* First image (Products and services) */

.bgSupplies {
    background-image: url("/images/products/main1.png");
    min-height: 400px;
}

.bgMaintenance {
    background-image: url("/images/products/main2.webp");
    min-height: 400px;
}

.bgCivilworks {
    background-image: url("/images/products/main3.png");
    min-height: 400px;
}








.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

/* .w3-bar-color{background-color:rgb(253,127,0)} */
.w3-bar-color{background-color:rgb(0,0,0)}
.tribeca-bar-color-item{color:rgb(253,127,0);font-weight: normal;}
.tribeca-main-text-color{color:#000}
.tribeca-section-divider{background-color:rgb(0,0,0);color:rgb(255,255,255)}
.tribeca-upper-bar-color{background-color:rgb(253,127,0)}
.tribeca-opacity-min{opacity:0.85}
.tribeca-opacity-max{opacity:0.25}
.tribeca-opacity-middle{opacity:0.50}
.tribeca-mail{text-decoration-line: none;}
.tribeca-upperbar-color{color:rgb(0,0,0)}
.tribeca-wide{letter-spacing:4px}
.tribeca-third{float:left;width:100%}
.tribeca-third{width:33.33333%}
.tribeca-wide-main-text{letter-spacing:1.5px}
.tribeca-divider{height:60px;background-color:rgb(0,0,0)}
.tribeca-text-description{color:rgb(0,0,0);font-size:14px}
.tribeca-products-text{color:rgb(255,0,0);font-size:17px;text-align:left}