@charset "UTF-8";
/*GENERAL*/
body {
    font-family: "Segoe UI",Trebuchet MS, Arial, Helvetica, sans-serif;
}

.logo {
    width: 240px;
    margin-left: 0.1rem;
}

/*NAVIGATION BAR & LOGO*/
.nav-link {
    text-decoration: none;
    color: black;
    font-size: 19px;
    font-family: "Segoe UI Semibold", Trebuchet MS, Arial, Helvetica;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding: 10px;
    margin-right:15px;
    margin-top: 22px;
    padding-bottom: 10px;
}

.nav-link:hover {
    color: #F9B500;
    border-bottom: 2px solid #F9B500;
}

.nav-link-active-main {
    color: #F9B500;
    border-bottom: 2px solid #F9B500;
}

.logoMobile {
    width: 200px;
    margin-left: 10px;
}

.mobileMenu {
    display: none;
}

.navbar {
    padding:0px;
}

@media screen and (max-width: 850px) {
    .nav-link {
        font-size: 14px;
    }  
}

@media screen and (max-width: 700px) {
    .navMobile
    {
        font-size: 10px;
        flex-direction: column;
    }  

    .navMobileRow {
        display:none; 
    }  
    .mobileMenu {
        display:inline;
    }
}

.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}

.navbar-toggler-icon a:expanded {
    color: black;
    text-decoration: none; 
}

/*INDEX*/
.heroImage {
    background-image:url(_img/heroimage.jpg);
    background-repeat:no-repeat;
    background-color: #bcbdb8;
    background-position: right;
    height: 500px;
}

@media screen and (max-width: 1000px) {
    .heroImage {
        background-image:url(_img/heroimage1.jpg);
        background-color: #c1c2bd;
        height: 350px;
    }
}

@media screen and (max-width: 500px) {
    .heroImage {
        background-image:url(_img/heroimage2.jpg);
        height: 300px;
    }
}
.divSlogan {
    background:#F9B500;
    height:4.8rem;
    width: 16em;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20rem;
    margin-right:5rem;
    text-align: right; 
    padding-top: 8px;
}

@media screen and (max-width: 1000px) {
    .divSlogan {
        margin-top: 13.5rem;
        margin-right:5rem;
        height:4.2rem;
        width: 14em;
        font-size: 18px;
        font-weight: bold;
    }
}

@media screen and (max-width: 500px) {
    .divSlogan {
        margin-top: 11.5rem;
        margin-right:1.6rem;
        height:3.6rem;
        width: 14em;
        font-size: 14px;
        font-weight: bold;
    }
}

.square {
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: 20px 5px 0 20px;
    font-size: 12px;
        
}


.squareLink {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.squareLink:hover {
    text-decoration: none;
    color: black;
}

.squareWhite {
    background:white;
    border: 2px solid black;
}

.squareOrange {
    background:#F9B500;
}
.squareRose {
    background:#FBEFEF;
}
.squareLime {
    background:#f6f045;
}

.squarePic1 {
    background-image:url(_img/pic1.jpg);
    background-repeat: no-repeat;
}

.squarePic2 {
    background-image:url(_img/pic2.jpg);
    background-repeat: no-repeat;
}

.squarePic3 {
    background-image:url(_img/pic3.jpg);
    background-repeat: no-repeat;
}

.divGray
{
    background:lightgray;
}

/*FOOTER*/
.footerOrange {
    background: #f9b500;
    padding-top: 10px;
    padding-bottom: 15px; 
}

.footerOrange a {
    color:white;
    margin-left:5%;
    margin-right: 5%;
    font-weight: bold;
}

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


#myBtn {
    display: none; 
    position: fixed; 
    bottom: 210px;
    right: 30px; 
    z-index: 99; 
    border: 1px solid gray; 
    outline: none; 
    background-color: white; 
    color:gray; 
    cursor: pointer; 
    padding: 5px 15px 5px 15px; 
    border-radius: 5px; /* Rounded corners */
    font-size: 12px; 
}

#myBtn:hover {
    background-color: #555; 
    color: white;
}

@media screen and (max-width: 500px) {
    .footerOrange {
        font-size: 12px;
    }
}

.footerGray {
    background:#949090;  
    color: white;
    font-size: 14px;
    padding: 15px;
    text-align:left;
}

@media screen and (max-width: 1000px) {
    .footerMobile{
        font-size: 12px;
    }
}

@media screen and (max-width: 850px) {
    .footerMobile{
        font-size: 10px;
    }
    .footerGray {
        padding: 15px 0 15px 0;
    }
}

h1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

h2 {
    font-size:22px;
}

.h1Shop {
    font-size: 20px;
    font-weight: bold;  
    background-color: white;
    margin:30px 20px 30px 20px;
    padding-top: 70px;
    padding-left: 40px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

h6 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 18px;
}

.h7 {
    font-size: 22px;
}


.textIndex {
    font-size: 13.5px;
}

@media screen and (max-width: 500px) {
    h5 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 3px;
    }

    h6 {
        font-size:18px;
    }

    .textIndex {
        font-size:12px;
    }
}

.icons
{
    width: 450px;
    height: 186px;
}

.footerFire {
    background-image:url(_img/fire.jpg);
    height: 150px;
}

@media screen and (max-width: 700px) {
    .fireMobile {
        display: none;
    }
}

.contTech {
    margin-top: -3vw;
    background-color:white; 
    height:5.5vw; 
    border:2px solid black;
    font-size:3vw;
    font-weight:normal;
    text-decoration: none;
    color: #000;
    position: absolute; 
    z-index: 0;   
    left: 18%;
    right: 20%;


}

.contTech p {
    width: 100%;
    text-align: center;
}

.readmore {

    background-color:#F9B500; 
    margin-top:1.5%;
    height:2vw;
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 1;
}

.readmore a {
    font-weight:bold;
    text-decoration: none;
    color:white;
    font-size:1.2vw;
    position: relative; 
    width: 100%;
    text-align: center;
}

.readmore a:hover {
    color: black;
}

.containerOrange
{
    background:#F9B500;
}

/* COMPANY*/
.imgCompBox {
    width: 300px; 
    height: 300px; 
}

.textComp1, .textComp2, .textComp3 {
    font-size:13.5px;
    width:700px;
    height:300px;
    background-color:white; 
}

.textComp1 {
    border: 30px solid #f9b500;
    padding: 40px 30px 0 30px;
}

.textComp2 {
    border: 30px solid #FBEFEF;
    padding: 95px 30px 0 40px;
}

.textComp3 {
    border: 30px solid #f6f045;
    padding: 90px 65px 0 80px;
}

@media screen and (max-width: 1200px) {
    .imgCompBox {
        width: 200px; 
        height: 200px; 
    }

    .textComp1, .textComp2, .textComp3 {
        font-size:11px;
        width:500px;
        height:200px;
    }

    .textComp1 {
        border: 20px solid #f9b500;
        padding: 20px;
    }

    .textComp2 {
        border: 20px solid #FBEFEF;
        padding: 55px 30px 0 30px;
    }

    .textComp3 {
        border: 20px solid #f6f045;
        padding: 60px 45px 0 45px;
    }
}

@media screen and (max-width: 1000px) {
    .imgCompBox {
        width: 150px; 
        height: 150px; 
    }

    .textComp1, .textComp2, .textComp3 {
        font-size:9px;
        width:400px;
        height:150px;
    }

    .textComp1 {
        border: 15px solid #f9b500;
        padding: 14px;
    }

    .textComp2 {
        border: 15px solid #FBEFEF;
        padding: 40px 30px 0 30px;
    }

    .textComp3 {
        border: 15px solid #f6f045;
        padding:45px 45px 0 45px;
    }
}

@media screen and (max-width:770px) {
    .imgCompBox {
        display: none; 
    }
    
      .textComp1, .textComp2, .textComp3 {
        width:100%;
        height: 170px;
        margin: 0 20px 0 20px;
    }
    
    .textComp1 {
        padding-top: 30px;
        
    }
    
    .textComp2 {
        padding-top: 55px;
    }
    
    .textComp3 {
        padding-top: 50px;
    }
    
    .container {
        padding-right: 0px;
        padding-left: 0px;
        min-width: 100%;
    }
    
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width:450px) {
      .textComp1, .textComp2, .textComp3 {
        width:100%;
        min-height: 200px;
    }
   
    .container {
        padding-right: 0px;
        padding-left: 0px;
        min-width: 100%;
    }
    
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .textComp1 {
        border: 15px solid #f9b500;
        padding: 25px;
    }
    
    .textComp2 {
        padding: 60px 30px 0 40px;
    }

    .textComp3 {
        padding:70px 45px 0 45px;
    }
}

@media screen and (max-width:380px) {
      .textComp1 {
        padding: 20px;
    }
}

/* SEGMENTS*/
.segTitle1{
    width:450px; 
    height:450px;
    border: 40px solid #f9b500;
    box-sizing: border-box; 
    padding:60px;
    background-color: white;
    font-size: 18px;
}

.imgSeg {
    width: 450px;
    height: 450px;
}

.segText1 {
    font-size:16px;
    width:450px;
    height:450px;
    background-color:#f9b500; 
    padding: 50px 30px 30px 40px;
}

.segTitle2 {
    width:450px; 
    height:450px;
    border: 40px solid #FBEFEF;
    box-sizing: border-box; 
    padding:60px;
    background-color: white;
    font-size: 18px;
}

.segText2 {
    font-size:16px;
    width:450px;
    height:450px;
    background-color:#FBEFEF; 
    padding: 120px 30px 30px 60px;
    
}

.segTitle3 {
    width:450px; 
    height:450px;
    border: 40px solid #f6f045;
    box-sizing: border-box; 
    padding:60px;
    background-color: white;
    font-size: 18px;
}

.segText3 {
    font-size:16px;
    width:450px;
    height:450px;
    background-color:#f6f045; 
    padding: 68px 30px 30px 15px;
     
}

.segTitle4 {
    width:450px; 
    height:450px;
    border: 40px solid #d9d7d7;
    box-sizing: border-box; 
    padding:60px;
    background-color: white;
    font-size: 18px;
}

.segText4 {
    font-size:16px;
    width:450px;
    height:450px;
    background-color:#d9d7d7; 
    padding: 70px 30px 30px 45px;
}

.segTitle5{
    width:450px; 
    height:450px;
    border: 40px solid #f9b500;
    box-sizing: border-box; 
    padding:60px;
    background-color: white;
    font-size: 18px;
}

.segText5 {
    font-size:16px;
    width:450px;
    height:450px;
    background-color:#f9b500; 
    padding: 60px 50px 30px 20px;
}

.segTitle6 {
    width:450px; 
    height:450px;
    border: 40px solid #FBEFEF;
    box-sizing: border-box; 
    padding:60px;
    background-color: white;
    font-size: 18px;
}

.segText6 {
    font-size:16px;
    width:450px;
    height:450px;
    background-color:#FBEFEF; 
    padding: 45px 30px 30px 40px;
}


@media screen and (max-width: 1400px) {
    .segTitle1 {
        width:400px; 
        height:400px;
        border: 40px solid #f9b500;
        box-sizing: border-box; 
        padding:50px;
        font-size: 16px;
    }

    .segText1 {
        font-size:14px;
        width:400px;
        height:400px;
        padding: 55px 0 0 40px;
    }

    .segTitle2 {
        width:400px; 
        height:400px;
        border: 40px solid #FBEFEF;
        box-sizing: border-box; 
        padding:50px;
        font-size: 16px;
    }

    .segText2 {
        font-size:14px;
        width:400px;
        height:400px;
        padding: 110px 0 0 60px;
    }

    .segTitle3 {
        width:400px; 
        height:400px;
        border: 40px solid #f6f045;
        box-sizing: border-box; 
        padding:50px;
        font-size: 16px;
    }

    .segText3 {
        font-size:14px;
        width:400px;
        height:400px;
        padding: 65px 10px 0 5px;
    }

    .segTitle4 {
        width:400px; 
        height:400px;
        border: 40px solid #d9d7d7;
        box-sizing: border-box; 
        padding:50px;
        font-size: 16px;
    }

    .segText4 {
        font-size:14px;
        width:400px;
        height:400px;
        padding: 60px 35px 0 35px;
    }

    .segTitle5 {
        width:400px; 
        height:400px;
        border: 40px solid #f9b500;
        box-sizing: border-box; 
        padding:50px;
        font-size: 16px;
    }

    .segText5 {
        font-size:14px;
        width:400px;
        height:400px;
        padding: 75px 40px 0 0;
    }

    .segTitle6 {
        width:400px; 
        height:400px;
        border: 40px solid #FBEFEF;
        box-sizing: border-box; 
        padding:50px;
        font-size: 16px;
    }

    .segText6 {
        font-size:14px;
        width:400px;
        height:400px;
        padding-top: 40px;
    }


    h1 {
        font-size: 18px;
        font-weight: bold;
    }

    .imgSeg {
        width: 400px;
        height: 400px;
    }

}

@media screen and (max-width: 1250px) {
    .segTitle1 {
        width:350px; 
        height:350px;
        border: 40px solid #f9b500;
        box-sizing: border-box; 
        padding:40px;
        font-size: 14px;
    }

    .segText1 {
        font-size:12px;
        width:350px;
        height:350px;
        padding: 50px 0 0 35px;
    }

    .segTitle2 {
        width:350px; 
        height:350px;
        border: 40px solid #FBEFEF;
        box-sizing: border-box; 
        padding:40px;
        font-size: 14px;
    }

    .segText2 {
        font-size:12px;
        width:350px;
        height:350px;
        padding: 100px 0 0 60px;
    }

    .segTitle3 {
        width:350px; 
        height:350px;
        border: 40px solid #f6f045;
        box-sizing: border-box; 
        padding:40px;
        font-size: 14px;
    }

    .segText3 {
        font-size:12px;
        width:350px;
        height:350px;
        padding: 60px 10px 0 7px;
    }

    .segTitle4 {
        width:350px; 
        height:350px;
        border: 40px solid #d9d7d7;
        box-sizing: border-box; 
        padding:40px;
        font-size: 14px;
    }

    .segText4 {
        font-size:12px;
        width:350px;
        height:350px;
        padding: 50px 40px 0 40px;
    }

    .segTitle5 {
        width:350px; 
        height:350px;
        border: 40px solid #f9b500;
        box-sizing: border-box; 
        padding:40px;
        font-size: 14px;
    }

    .segText5 {
        font-size:12px;
        width:350px;
        height:350px;
        padding: 70px 30px 0 10px;
    }

    .segTitle6 {
        width:350px; 
        height:350px;
        border: 40px solid #FBEFEF;
        box-sizing: border-box; 
        padding:40px;
        font-size: 14px;
    }

    .segText6 {
        font-size:12px;
        width:350px;
        height:350px;
        padding: 45px 20px 0 40px;
    }


    h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .imgSeg {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 1100px) {
    .segTitle1 {
        width:300px; 
        height:300px;
        border: 30px solid #f9b500;
        padding:30px;
        font-size: 14px;
    }

    .segText1 {
        font-size:10px;
        width:300px;
        height:300px;
        padding: 45px 0 0 35px;
    }

    .segTitle2 {
        width:300px; 
        height:300px;
        border: 30px solid #FBEFEF;
        padding:30px;
        font-size: 14px;
    }

    .segText2 {
        font-size:10px;
        width:300px;
        height:300px;
        padding: 90px 0 0 55px;
    }

    .segTitle3 {
        width:300px; 
        height:300px;
        border: 30px solid #f6f045;
        padding:30px;
        font-size: 14px;
    }

    .segText3 {
        font-size:10px;
        width:300px;
        height:300px;
        padding: 55px 20px 0 15px;
    }

    .segTitle4 {
        width:300px; 
        height:300px;
        border: 30px solid #d9d7d7;
        padding:30px;
        font-size: 14px;
    }

    .segText4 {
        font-size:10px;
        width:300px;
        height:300px;
        padding: 45px 30px 0 40px;
    }

    .segTitle5 {
        width:300px; 
        height:300px;
        border: 30px solid #f9B500;
        padding:30px;
        font-size: 14px;
    }

    .segText5 {
        font-size:10px;
        width:300px;
        height:300px;
        padding: 60px 30px 0 10px;
    }

    .segTitle6 {
        width:300px; 
        height:300px;
        border: 30px solid #FBEFEF;
        padding:30px;
        font-size: 14px;
    }

    .segText6 {
        font-size:10px;
        width:300px;
        height:300px;
        padding: 40px 30px 0 40px;
    }

    h1 {
        font-size: 15px;
        font-weight: bold;
    }

    .imgSeg {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 950px) {
    .segTitle1 {
        width:250px; 
        height:250px;
        border: 20px solid #f9b500;
        padding:25px;
        font-size: 12px;
    }

    .segText1 {
        font-size:8px;
        width:250px;
        height:250px;
        padding:  40px 0 0 30px;
    }

    .segTitle2 {
        width:250px; 
        height:250px;
        border: 20px solid #FBEFEF;
        padding:25px;
        font-size: 12px;
    }

    .segText2 {
        font-size:8px;
        width:250px;
        height:250px;
        padding:  70px 0 0 45px;
    }

    .segTitle3 {
        width:250px; 
        height:250px;
        border: 20px solid #f6f045;
        padding:25px;
        font-size: 12px;
    }

    .segText3 {
        font-size:8px;
        width:250px;
        height:250px;
        padding:  45px 25px 0 15px;
    }

    .segTitle4 {
        width:250px; 
        height:250px;
        border: 20px solid #d9d7d7;
        padding:25px;
        font-size: 12px;
    }

    .segText4 {
        font-size:8px;
        width:250px;
        height:250px;
        padding:  45px 25px 0 20px;
    }

    .segTitle5 {
        width:250px; 
        height:250px;
        border: 20px solid #f9b500;
        padding:25px;
        font-size: 12px;
    }

    .segText5 {
        font-size:8px;
        width:250px;
        height:250px;
        padding:  50px 30px 0 10px;
    }

    .segTitle6 {
        width:250px; 
        height:250px;
        border: 20px solid #FBEFEF;
        padding:25px;
        font-size: 12px;
    }

    .segText6 {
        font-size:8px;
        width:250px;
        height:250px;
        padding:  35px 30px 0 30px;
    }


    h1 {
        font-size: 15px;
        font-weight: bold;
    }

    .imgSeg {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 800px) {
    
    .segTitle1 {
        width:200px; 
        height:200px;
        border: 20px solid #f9b500;
        padding:20px;
        font-size: 9px;
    }

    .segText1 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 30px 0 0 20px;
    }

    .segTitle2 {
        width:200px; 
        height:200px;
        border: 20px solid #FBEFEF;
        padding:20px;
        font-size: 9px;
    }

    .segText2 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 55px 10px 0 33px;
    }

    .segTitle3 {
        width:200px; 
        height:200px;
        border: 20px solid #f6f045;
        padding:20px;
        font-size: 9px;
    }

    .segText3 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 30px 20px 0 5px;
    }

    .segTitle4 {
        width:200px; 
        height:200px;
        border: 20px solid #d9d7d7;
        padding:20px;
        font-size: 9px;
    }

    .segText4 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 25px 20px 0 20px;
    }

    .segTitle5 {
        width:200px; 
        height:200px;
        border: 20px solid #f9b500;
        padding:20px;
        font-size: 9px;
    }

    .segText5 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 30px 20px 0 5px;
    }

    .segTitle6 {
        width:200px; 
        height:200px;
        border: 20px solid #FBEFEF;
        padding:20px;
        font-size: 9px;
    }

    .segText6 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 25px 20px 0 20px;
    }


    h1 {
        font-size: 12px;
        font-weight: bold;
    }

    .imgSeg {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 660px) {
    .imgSeg {
        display:none;
    }

    .segText1 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 25px 0 0 10px;
    }

    .segText4 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 30px 20px 0 25px;
    }

    .segText5 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 27px 30px 0 5px;
    }

    .segText6 {
        font-size:7px;
        width:200px;
        height:200px;
        padding: 22px 15px 0 25px;
    }
}


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

    .segText1 {
        font-size:7px;
         width:50%;
        height:200px;
        padding: 30px 20px 30px 5px;
    }
    

    .segText2 {
        font-size:7px;
         width:50%;
        height:200px;
        padding: 50px 25px 5px 25px;
    }

    .segText3 {
        font-size:7px;
         width:50%;
        height:200px;
        padding: 30px 17px 30px 5px;
    }


    .segText4 {
        font-size:7px;
         width:50%;
        height:200px;
        padding: 25px 20px 0 25px;
    }


    .segText5 {
        font-size:7px;
         width:50%;
        height:200px;
        padding: 30px 17px 30px 5px;
    }

    .segText6 {
        font-size:7px;
         width:50%;
        height:200px;
        padding: 25px 20px 0 20px;
    }
  
}

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

    .segText1 {
        font-size:7px;
        width:45%;
        height:200px;
        padding: 27px 25px 30px 25px;
        margin-right:10px;
    }
    
    .segTitle1 , .segTitle3, .segTitle5 {
       margin-left:10px;
        
    }

  .segTitle2 , .segTitle4, .segTitle6 {
       margin-right:10px; 
        
    }
    
     .segText1 , .segText3, .segText5 {
       margin-right:10px;
        
    }

  .segText2 , .segText4, .segText6 {
       margin-left:10px; 
        
    }
    
    
    .segText2 {
        font-size:7px;
        width:45%;
        height:200px;
        padding: 50px 22px 5px 22px;
    }

    .segText3 {
        font-size:7px;
        width:45%;
        height:200px;
        padding-top: 37px;
    }

    .segText4 {
        font-size:7px;
        width:45%;
        height:200px;
        padding: 30px 20px 20px 20px;
    }

    .segText5 {
        font-size:7px;
        width:45%;
        height:200px;
        padding: 25px 20px 25px 20px;
    }

    .segText6 {
        font-size:7px;
        width:45%;
        height:200px;
        padding: 20px 20px 0 20px;
    }
        .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    
   
}

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

    .segText1 {
        padding: 30px 10px 10px 5px;
    }
    
    .segText2 {
        
        padding: 50px 10px 40px 25px;
    }

    .segText3 {
       
        padding: 35px 10px 0px 7px;  
    }
   

    .segText4 {
       
        padding: 25px 10px 20px 20px;
    }

    .segText5 {
       
        padding: 25px 20px 25px 10px;
    }
    
   
    .segText6 {
        
        padding: 22px 15px 15px 15px;
    }
    
    
     .segTitle1 , .segTitle3, .segTitle5 {
       margin-left:0px;
        
    }

  .segTitle2 , .segTitle4, .segTitle6 {
       margin-right:0px; 
        
    }
    
     .segText1 , .segText3, .segText5 {
       margin-right:0px;
        
    }

  .segText2 , .segText4, .segText6 {
       margin-left:0px; 
        
    }
}

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

    .segText1 {
        font-size:7px;
        width:50%;
        height:200px;
        padding: 25px 20px 20px 15px;
    }
    
    .segTitle1 {
        width:50%;  
        font-size: 50%;
    }

    .segText2 {
        font-size:7px;
      width:50%;
        height:200px;
        padding: 55px 0 40px 25px;
    }

    .segTitle2 {
        width:50%;
         font-size: 50%;
    }
    .segText3 {
        font-size:7px;
        width:50%;
        height:200px;
        padding: 35px 7px 0px 0;  
    }
    
    .segTitle3 {
        width:50%; 
         font-size: 50%;
    }

    .segText4 {
        font-size:7px;
       width:50%;
        height:200px;
        padding: 18px 20px 20px 20px;
    }
    
    .segTitle4 {
        width:50%;   
        font-size: 50%;
    }

    .segText5 {
        font-size:7px;
       width:50%;
        height:200px;
        padding: 25px 20px 25px 15px;
    }
    
    .segTitle5 {
        width:50%; 
        font-size: 50%;
    }

    .segText6 {
        font-size:7px;
        width:50%;
        height: 220px;
        padding: 30px 0 15px 25px;
    }
    
    .segTitle6 {
        width:50%;
        height: 220px;
         font-size: 50%;
    }
    
        .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}







/* PRODUCTS*/
.imgPro {
    min-width: 270px; 
    min-height: 270px; 
}

.imgProBox {
    width: 300px; 
    height: 300px; 
}

.imgProStart {
    width: 300px; 
    height: 300px; 
}

.imgProStartMobile {
    display:none; 
}

.textPro{
    font-size: 18px;
    line-height: 2;
}

.textProStart {
    font-size:16px;
    width:700px;
    height:300px;
    background-color:white; 
    border: 30px solid #f9b500;
    padding: 60px 30px 0 30px;
}

.textPro1, .textPro2, .textPro3, .textPro4 {
    font-size:16px;
    width:300px;
    height:300px;
    background-color:white; 
}

.textPro1 {
    border: 30px solid #f6f045;
    padding: 80px 20px 0 60px;
}

.textPro2
{
    border: 30px solid #FBEFEF;
    padding: 90px 0 0 45px;
}

.textPro3
{
    border: 30px solid #f9b500;
    padding: 90px 0 0 45px;
}

.textPro4
{
    border: 30px solid #d9d7d7;
    padding: 80px 20px 0 60px;
}

@media screen and (max-width: 1200px) {
    .imgProStart {
        width: 200px; 
        height: 200px; 
    }
    .textProStart {
        font-size:13px;
        width:500px;
        height:200px;
        border: 25px solid #f9b500;
        padding: 15px 35px 0 30px;
    }
}

@media screen and (max-width: 1000px) {
    .imgProStart {
        width: 250px; 
        height: 250px; 
    }
    
    .textProStart {
        font-size:13px;
        width:400px;
        height:250px;
        border: 20px solid #f9b500;
        padding: 25px 30px 0 30px;
    }

    .textPro1 {
        padding: 90px 20px 0 65px;
        border: 20px solid #f6f045;
    }

    .textPro2 {
        padding: 100px 0 0 55px;
        border: 20px solid #FBEFEF;
    }

    .textPro3 {
        padding: 100px 0 0 55px;
        border: 20px solid #f9b500;
    }

    .textPro4 {
        padding: 90px 20px 0 65px;
        border: 20px solid #d9d7d7;
    }
}


@media screen and (max-width: 770px) {
    .imgProStart {
        display:none; 
    }

    .imgProStartMobile {
        display: inline; 
    }

    .textPro {
        font-size: 14px;
    }

    .textPro2 {
        padding: 110px 0 0 55px;
    }

    .textPro3 {
        padding: 110px 0 0 55px;
    }
}

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

    .imgProStartMobile {
        display: none; 
    }
    .imgProStart {
        display: inline;
        width: 400px;
        height:400px;
    }

    .textProStart {
        font-size:12.5px;
        width:400px;
        height:300px;
        padding: 30px 30px 0 30px;
        line-height: 2;
    }

    .textPro{
        font-size: 11px;
    }
    
     .imgProBox {
        width:400px;
        height:400px;
    }

   
    .textPro1, .textPro2, .textPro3, .textPro4 {
        width:400px;
        height:400px;
    }
    
    .textPro1 {
        padding: 140px 0 0 55px;
    }

    .textPro2 {
        padding: 140px 0 0 105px;
    }
     .textPro3 {
        padding: 145px 0 0 105px;
    }

    .textPro4 {
        padding: 140px 0 0 115px;
    }
    
    
}

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

    .imgProStart {
        width: 350px;
        height:350px;
    }

    .textProStart {
        font-size:11px;
        width:350px;
        height:250px;
        padding: 20px 20px 20px 20px;
    }

    .imgProBox {
        width: 350px;
        height:350px;
    }

    .textPro{
        font-size: 12px;
        padding-top: 10px;
    }

    .textPro1, .textPro2, .textPro3, .textPro4 {
        width:350px;
        height:350px;
    }

    .textPro1 {
        border: 20px solid #f6f045;
        padding: 105px 20px 0 65px;
    }

    .textPro2 {
        border: 20px solid #FBEFEF;
        padding: 120px 0 0 80px;
    }

    .textPro3 {
        border: 20px solid #f9b500;
        padding: 130px 0 0 75px;
    }

    .textPro4 {
        border: 20px solid #d9d7d7;
        padding: 120px 20px 0 95px;
    }
}

.buttonProduct {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 20px 7px 20px;
}

.buttonProduct:visited :active {
    background-color: #f9b500;
}

@media screen and (max-width: 360px) {
     .imgProBox {
        width: 320px;
        height:320px;
    }


    .textPro1, .textPro2, .textPro3, .textPro4 {
        width:320px;
        height:320px;
    }
    
    .imgProStart {
        width: 320px;
        height:320px;
    }

    .textProStart {
        width:320px;
        height:250px;
    }
    
      .textPro1 {
        padding: 100px 0 0 40px;
    }

    .textPro2 {
        padding: 110px 0 0 65px;
    }
     .textPro3 {
        padding: 115px 0 0 65px;
    }

    .textPro4 {
        padding: 110px 0 0 75px;
    }
}


/* SHOP*/


.imgFirefighter {
    background-image: url(_img/firefighter.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 450px;
}

.shopTitle {
    width:450px; 
    height:450px;
    border: 40px solid #f9b500;
    box-sizing: border-box; 
    background-color: white;
    font-size: 18px;
    padding-top: 150px;
    padding-left: 130px;
}

.divSloganShop {
    background:#F9B500;
    height:5rem;
    width: 16em;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: bold;
    text-align: right; 
    padding-top: 11px;
    margin-top: 310px;
    margin-right: 120px;
}

.imgShopBox {
    width:300px; 
    height:300px;
}

.shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4 {
    width:300px; 
    height:300px;
    padding: 50px 0 0 50px;
    font-size: 60px;
    font-weight: bold;
}

.shopTitle1 {
    background-color: #f6f045; 
}

.shopTitle2 {
    background-color: #FBEFEF; 
}

.shopTitle3 {
    background-color: #f9b500; 
}

.shopTitle4 {
    background-color: #d9d7d7; 
}

.shopText1, .shopText2, .shopText3, .shopText4 {
    font-size:16px;
    width:300px;
    height:300px;
    background-color:white; 
    padding: 40px 0 0 35px;
}

.shopText1 {
    border: 20px solid #f6f045;
}

.shopText2 {
    border: 20px solid #FBEFEF;
}

.shopText3 {
    border: 20px solid #f9b500;
}

.shopText4 {
    border: 20px solid #d9d7d7;
}

.quantity {
    border: 1px solid lightgray;
    width: 70px;
}

.formShop {
    text-align: left;
}

.submit {
    background-color: black;
    color: white;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
}

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

    .imgFirefighter {
        background-image: url(_img/firefighter.jpg);
        background-repeat: no-repeat;
        width: 700px;
        height: 350px;
    }

    .shopTitle {
        width:350px; 
        height:350px;
        border: 30px solid #f9b500;
        padding-top: 125px;
        padding-left: 105px;
    }

    .divSloganShop {
        height:4.5rem;
        width: 15em;
        font-size: 17px;
        margin-top: 240px;
        margin-right: 70px;
    }
}

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

    .imgFirefighter {
        background-image: url(_img/firefighterMobile.jpg);
        background-repeat: no-repeat;
        width: 500px;
        height: 250px;
    }

    .shopTitle {
        width:250px; 
        height:250px;
        border: 20px solid #f9b500;
        padding-top: 90px;
        padding-left: 70px;
    }

    .divSloganShop {
        height:4.2rem;
        width: 15em;
        font-size: 16px;
        margin-top: 140px;
        margin-right: 40px;
    }

    .imgShopBox, .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4, .shopText1, .shopText2, .shopText3, .shopText4 {
        width: 250px;
        height: 250px;
    }
    
    .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4 {
        font-size: 40px;
        padding-top: 55px;
    }

    .shopText1, .shopText2, .shopText3, .shopText4 {
        font-size: 14px;
        padding: 25px 0 0 20px;
    }
}

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

    .imgFirefighter {
        background-image: url(_img/firefighterMobile.jpg);
        background-repeat: no-repeat;
        width: 400px;
        height: 200px;
    }

    .shopTitle {
        width:200px; 
        height:200px;
        padding-top: 65px;
        padding-left: 50px;
    }

    .divSloganShop {
        height:3.8rem;
        width: 15em;
        font-size: 13px;
        margin-top: 100px;
        margin-right: 30px;
    }

    .imgShopBox, .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4, .shopText1, .shopText2, .shopText3, .shopText4 {
        width: 200px;
        height: 200px;
    }
    .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4 {
        font-size: 30px;
        padding-top: 50px;
    }

    .shopText1, .shopText2, .shopText3, .shopText4 {
        font-size: 12px;
        padding: 15px 0 0 15px;
    }
}

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

    .imgFirefighter {
        background-image: url(_img/firefighterMobileLow.jpg);
        background-repeat: no-repeat;
        width: 300px;
        height: 150px;
    }

    .shopTitle {
        width:150px; 
        height:150px;
        border: 15px solid #f9b500;
        padding-top: 45px;
        padding-left: 30px;
    }

    .divSloganShop {
        height:3.2rem;
        width: 15em;
        font-size: 10px;
        margin-top: 80px;
        margin-right: 20px;
    }

    .imgShopBox, .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4, .shopText1, .shopText2, .shopText3, .shopText4 {
        width: 150px;
        height: 150px;
    }
    .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4 {
        font-size: 25px;
        padding-top: 35px;
        padding-left:30px;
    }

    .shopText1, .shopText2, .shopText3, .shopText4 {
        font-size: 8px;
        padding: 15px 0 0 15px;
    }

    .shopText1 {
        border: 15px solid #f6f045;
    }

    .shopText2 {
        border: 15px solid #FBEFEF;
    }

    .shopText3 {
        border: 15px solid #f9b500;
    }

    .shopText4 {
        border: 15px solid #d9d7d7;
    }
    .textShop {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .colMobileShop {
        flex-direction: column;
    }
    .imgFirefighter {
        display: none;
    }
    .divSloganShop {
        display: none;
    }
    
    .imgShopBox {
        width: 350px;
        height: 350px;
    }
    
    .shopText1, .shopText2, .shopText3, .shopText4 {
        width: 350px;
        height: 350px;
        padding-top:50px;
        font-size: 20px;
    }
    
    .shopTitle1, .shopTitle2, .shopTitle3, .shopTitle4
    {
        width: 350px;
        height: 100px;
    }
    
    .shopTitle{
        height:350px;
        width: 350px;
        
    }
    
    #shopTitleMobile {
        font-size: 20px;
        padding: 80px 0 0 80px;
        
    }
    
    .textShop {
        font-size: 12px;
        margin: 0 70px 0 70px;
    }
}

@media screen and (max-width: 370px) {
    .textShop {
        font-size: 10px;
    }   
}

/* CONTACT*/
.imgCont3 {
    background-image:url(_img/imgCont3.jpg);
    background-repeat: no-repeat;
}

.imgCont4 {
    background-image:url(_img/imgCont4.jpg);
    background-repeat: no-repeat;
}

.imgCont5 {
    background-image:url(_img/imgCont5.jpg);
    background-repeat: no-repeat;
}

.imgCont {
    width: 450px;
    height: 450px;
}

.titleCont1{
    width:450px; 
    height:450px;
    border: 40px solid #f9b500;
    box-sizing: border-box; 
    padding:165px 0 0 130px;
    background-color: white;
    font-size: 18px;
}

.textCont1 {
    font-size:20px;
    width:450px;
    height:450px;
    background-color:#f9b500; 
    padding: 110px 30px 0 10px;
    text-align: center;
}

.titleCont2{
    width:450px; 
    height:450px;
    border: 40px solid #f6f045;
    box-sizing: border-box; 
    padding:145px 0 0 130px;
    background-color: white;
    font-size: 18px;
}

.textCont2 {
    font-size:20px;
    width:450px;
    height:450px;
    background-color:#f6f045; 
    padding-top: 170px;
    padding-left: 40px;
    text-align: center;
    line-height:2.0;
}

.squareLinkCont {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.squareLinkCont a {
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.googleMaps {
    width: 450px;
    height: 450px;
}

.imgLink {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.imgLink:hover {
    color: black;
    text-decoration: none;
}

.cc0 {
    color: lightgray;
    font-size: 9px;
}

.googleMapsMobile, .titleCont2Mobile {
    display:none;
}

@media screen and (max-width: 1400px) {
    .imgCont, .googleMaps {
        width: 400px;
        height: 400px;
    }

    .titleCont1{
        width:400px; 
        height:400px;
        padding:150px 0 0 115px;
    }

    .textCont1 {
        width:400px;
        height:400px;
        padding: 95px 30px 0 10px;
    }

    .titleCont2{
        width:400px;
        height:400px;
        padding:135px 0 0 115px;
    }

    .textCont2 {
        width:400px;
        height:400px; 
        padding-top: 160px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1250px) {
    .imgCont, .googleMaps {
        width: 350px;
        height: 350px;
    }

    .titleCont1{
        width:350px; 
        height:350px;
        padding:130px 0 0 95px;
    }

    .textCont1 {
        width:350px;
        height:350px;
        padding: 65px 30px 0 10px;
    }

    .titleCont2{
        width:350px;
        height:350px;
        padding:115px 0 0 100px;
    }

    .textCont2 {
        width:350px;
        height:350px; 
        padding-top: 135px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1120px) {
    .imgCont, .googleMaps {
        width: 300px;
        height: 300px;
    }

    .titleCont1{
        width:300px; 
        height:300px;
        padding:99px 0 0 75px;
    }

    .textCont1 {
        width:300px;
        height:300px;
        padding: 70px 30px 0 10px;
        font-size: 14px;
    }

    .titleCont2{
        width:300px;
        height:300px;
        padding:90px 0 0 70px;
    }

    .textCont2 {
        width:300px;
        height:300px; 
        padding-top: 120px;
        padding-left: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 970px) {
    .imgCont, .googleMaps {
        width: 250px;
        height: 250px;
    }

    .titleCont1{
        width:250px; 
        height:250px;
        border: 30px solid #f9b500;
        box-sizing: border-box; 
        padding:85px 0 0 60px;
    }

    .textCont1 {
        width:250px;
        height:250px;
        padding: 50px 30px 0 5px;
        font-size: 14px;
    }

    .titleCont2{
        width:250px;
        height:250px;
        border: 30px solid #f6f045;
        box-sizing: border-box; 
        padding:75px 0 0 58px;
    }

    .textCont2 {
        width:250px;
        height:250px; 
        padding-top: 95px;
        padding-left: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    .imgCont, .googleMaps {
        width: 200px;
        height: 200px;
    }

    .titleCont1{
        width:200px; 
        height:200px;
        padding:75px 0 0 50px;
        border: 20px solid #f9b500;
        box-sizing: border-box; 
    }

    .textCont1 {
        width:200px;
        height:200px;
        padding: 40px 30px 0 20px;
        font-size: 11px;
    }

    .titleCont2{
        width:200px;
        height:200px;
        border: 20px solid #f6f045;
        box-sizing: border-box;
        padding:65px 0 0 50px;
    }

    .textCont2 {
        width:200px;
        height:200px; 
        padding-top: 75px;
        padding-left: 20px;
        font-size: 11px;
    }
}

@media screen and (max-width: 660px) {
    .imgCont, .googleMaps, .googleMapsMobile {
        width: 350px;
        height: 350px;
    }

    .titleCont1{
        width:350px; 
        height:350px;
        padding:75px 0 0 50px;
        border: 20px solid #f9b500;
        box-sizing: border-box; 
    }

    .textCont1 {
        width:350px;
        height:200px;
        padding: 10px 25px 0 25px;
        font-size: 15px;
    }

    .titleCont2{
        width:350px;
        height:350px;
        border: 20px solid #f6f045;
        box-sizing: border-box;
        padding:65px 0 0 50px;
    }
    
    .titleCont2Mobile{
        width:350px;
        height:350px;
        border: 20px solid #f6f045;
        box-sizing: border-box;
        padding:65px 0 0 50px;
    }

    .textCont2 {
        width:350px;
        height:200px;
        padding-top: 75px;
        padding-left: 10px;
        font-size: 15px;
    }

    .colMobile {
        flex-direction: column;
    }
    
    #contTitleMobile{
        font-size:20px;
        padding: 55px 0 0 60px;
    }
    
    .googleMapsMobile, .titleCont2Mobile {
    display: inline;
}

.googleMaps, .titleCont2 {
    display: none;
}
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 60%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

.wwwebsite  {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

@media screen and (max-width: 450px)
{
    .slideshow-container {
  max-width: 95%;
  position: relative;
  margin: auto;
}
    
}