html, body {
    font-family: Roboto,sans-serif;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}



@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* ☰ */ /*FOR RESPONSIVE MENU*/

* {
    box-sizing:border-box
}

.wrapper {
    height: 100vh;
    width: 100%;
}

  .parallax-Prod {
  padding-bottom: 3%;
  padding-left: 2%;
  padding-right: 2%;
  background-image: url('../images/databack.png');
    
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: pixelated;
    overflow: hidden;

  }




.parallax-Title {
    /* The image used */
    
    background-image: url('../images/GDPR-Compliance-2.png');
    
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: pixelated;
  }


  .parallax-Innov {
    /* The image used */
    
    background-image: url('../images/blackBackground.png');
    
    /* Full height */
    height:100vh; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2%;
    image-rendering: pixelated;
  }


  .sectionButton {
      animation-duration: 2s;
      animation: ease-in-out;
  }

  .sectionButton a {
    position: absolute;
    top: 90%;
    left: 50%;
    color: white;
    font-size: 3em;
    text-decoration: none;
    animation-duration: 2s;
      animation: ease-in-out;
}
  

.sectionButton-Prod {
    animation-duration: 2s;
    animation: ease-in-out;
    position: relative;
    display: inline-block;
}

.sectionButton-Prod a {
  color: white;
  font-size: 3em;
  text-decoration: none;
  animation-duration: 2s;
  animation: ease-in-out;
  padding-bottom: 5%;
}


.titleLogo {
    position: absolute;
}

.titleLogo a > img {
    height: 20px;
    width: 100%;
}

/*NAVIGATION*/

.navButton {
    font-size:30px;
    cursor:pointer; 
    color:white;
    position: fixed; 
    right: 1%; 
    top: 1%; 
    z-index:5;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 6;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2.5em;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  .overlayLogo {
      position: relative;
      top: 21pc;
  }


.titleText {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    font-size: 6em;
    color: white;
    top: 38%;
    left: 29%;
    font-weight: bolder;
    padding: 1%;
    text-shadow: 9px 11px 13px #202020;
    animation: title 0.3s;
}


.titleText hr {
    width: 8.8em;
}


.titleText2 {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    font-size: 0.25em;
    color: white;
    top: 83%;
    left: 11%;
    font-weight: bolder;
    padding: 1%;
    text-shadow: 9px 11px 13px #202020;
    animation: title 0.3s;
}

@keyframes title {
    0% {font-size: 27em;}
    100% {font-size: 6em;}
}

  .greyBackground {
      height: auto;
      background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
      /*
          background: #003b00;
      */
  }


  .greenBackground {
      height: auto;
      width: 100%;
      background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
  }

  .productsTitle {
      position: relative;
      font-size: 4em;
      font-weight: bolder;
      text-align: center;
      color: white;
      padding-top: 2%;
      text-shadow: 9px 11px 13px #202020;
  }

.products img{
    height: 12em;
    width: 25em;
    image-rendering: pixelated;
    position: relative;
    top: 17%;
    right: -1.7%;
    filter: drop-shadow(2px 14px 6px #202020);
    padding: 2%;
}

.products7k img {
    height: 12em;
    width: 25em;
    image-rendering: pixelated;
    position: relative;
    top:18%; 
    left:2%; 
    padding:4%; 
    filter: drop-shadow(2px 11px 6px #202020);
}

.productsNames {
    position: relative;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px #202020;
    padding-top: 0.5%;
    left: 10%;
    top: 38pc;
}

.productsNames-5000 {
    position: relative;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px #202020;
    padding-top: 0.5%;
    top: -41pc;
}

.productsNames-7000 {
    position: relative;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px #202020;
    padding-top: 0.5%;
    top: -41pc;
    left: 71%;
}

.productsBackground {
    position: relative;
    display: inline-flex;
    background: rgba(255,255,255, 0.7);
    height: 600px;
    width: 600px;
}

.productsBackground-5000 {
    position: relative;
    display: inline-flex;
    background: rgba(255,255,255, 0.7);
    height: 600px;
    width: 600px;
}

.productsBackground-7000 {
    position: relative;
    display: inline-flex;
    background: rgba(255,255,255, 0.7);
    height: 600px;
    width: 600px;
}

/*product info hidden until hovering over image(s)*/

.productsDesc {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 2%;
    transition: opacity .2s, visibility .2s;
}

.productsBackground:hover  .productsDesc, .productsBackground-5000:hover .productsDesc, 
.productsBackground-7000:hover .productsDesc {
    visibility: visible;
    opacity: 1;
    color: white;
    background-color: rgba(0,0,0, 0.8);
    z-index: 1;
} 

.products-Desc-Title {
    text-align: left;
    font-size: 1.4em;
    padding-bottom: 7%;
}


.products-Desc-Text {
    text-align: left;
}

.products-Desc-Text li {
    padding-bottom: 5%;
}

.prodsSpecs-Grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 10% 4%;
    height: auto;
    width: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 5%;
    padding: 2%;
}

.prodsSpecs-Grid li {
    height: 3.3em;
    width: auto;
    color: white;
}

.innovGrid {
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    width: 100%;
    gap: 2%;
    text-align: center;
}

.innovGrid span {
    height: auto;
    width: auto;
    color:white;
}

.customFont{
    font-weight: bold;
    color: white;
    font-size: 4em;
    text-shadow: 9px 11px 13px #202020;
    padding-bottom: 7%;
}



.infoText {
    font-size: 1.4em;
    

}

/*FOOTER*/

.footerContainer {
    margin: auto;
    display:grid;
    grid-template-columns: auto auto auto;
    grid-gap:5rem;
    width: 40%;
    box-sizing: border-box;
    
    
}

.footerContainer > div {
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    height: 267px;
    width: 175px;
    max-width: 100%;
   color: white;
    }

    .footerContainer a {
        color: white;
        text-decoration: none;
    }

    .footerContainer a:hover {
        color: #728FCE;
    }


    .general-purpose-button {
        display:flex;
        align-items: center;
        color:black;
        background:none;
        cursor: pointer; 
        padding: .25em .5em;
        font-size: 15px;
        width: fit-content;
        width: -moz-fit-content;
        text-align: center;
        border: 1px solid hsl(0, 0%, 60%);
        border-radius: 15px;
        margin: 1em auto;
        outline:0;
        transition: background-color .25s, color .25s, border-radius .25s, border-color .25s;
        background-color: white;
    }

    .general-purpose-button:hover {
        color: white;
        background-color: #728FCE;
        border-radius: 5px;
        border-color: white;
    }

    .footerWrap {
        height: auto;
        width: 100%;
        background: #202020;
    }

    
    .footerText {
        font-size: 11px;
        color: white;
        text-align: center;
    }


/*MEDIA QUERIES*/

@media only screen and (min-width:100px) {

    .titleLogo {
        padding: 2%;
    }


    .titleText {
        left: 1%;
        font-size: 3.4em;
    }

    .titleText2 {
        font-size: 0.3em;
    }

    .titleText hr {
        width: 7.8em;
    }

    .infoText li {
        padding-bottom: 13%;
    }


    .footerContainer {
        grid-template-columns: repeat(1, auto);
        width: auto;
        justify-content: center;
    }

    .productsBackground {
        height: 29em;
        width: 26em;
        left: 7%;
    }

    .productsBackground-5000 {
        height: 29em;
        width: 26em;
        left: 7%;
    }

    .productsBackground-7000 {
        height: 29em;
        width: 26em;
        left: 7%;
    }

    .products-Desc-Text {
        font-size: 0.9em;
    }

    .productsDesc {
        height: 29em;
        width: 26em;
    }

    .productsNames {
        top: 0.3%;
        left: 7%;
        padding-bottom: 18%;
    }

    .productsNames-5000 {
        top: 0.3%;
        left: 7%;
        padding-bottom: 18%;

    }

    .productsNames-7000 {
        top: 0.3%;
        left: 7%;
        padding-bottom: 18%;
    }

    .sectionButton-Prod {
        left: 50%;
    }


    .productsTitle {
        padding-bottom: 10%;
    }

    .prodsSpecs-Grid {
        height: 50em;
    }

    .parallax-Prod {
        height: 290vh;
    }

}


@media only screen and (min-width:600px) {

    .productsBackground {
        left: 17%;
    }

    .productsBackground-5000 {
        left: 17%;
    }

    .productsBackground-7000 {
        left: 17%;
    }

    .productsNames {
        left: 17%;
    }

    .productsNames-5000 {
        left: 17%;
    }

    .productsNames-7000 {
        left: 17%;
    }

    .parallax-Prod {
        height: 300vh;
    }

}


@media only screen and (min-width:700px) {

    .titleLogo {
        padding: 1.5%;
    }

    .infoText li {
        padding-bottom: 10%;
    }


    .productsBackground {
        left: 24%;
    }

    .productsBackground-5000 {
       left: 24%;
    }

    .productsBackground-7000 {
        left: 24%;
    }

    .productsNames {
        left: 24%;
    }

    .productsNames-5000 {
        left: 24%;
    }

    .productsNames-7000 {
        left: 24%;
    }

    .titleText {
        left: 23%;
        font-size: 4em;
    }

    .parallax-Prod {
        height: 310vh;
    }

}

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

    .productsBackground {
        left: 27%;
    }

    .productsBackground-5000 {
       left: 27%;
    }

    .productsBackground-7000 {
        left: 27%;
    }

    .productsNames {
        left: 27%;
    }

    .productsNames-5000 {
        left: 27%;
    }

    .productsNames-7000 {
        left: 27%;
    }

    .parallax-Prod {
        height: 320vh;
    }
}


@media only screen and (min-width:900px) {

    .footerContainer {
        grid-template-columns: repeat(3, auto);
    }

    .productsBackground {
        left: 31%;

    }

    .productsBackground-5000 {
        left: 31%;
    }

    .productsBackground-7000 {
        left: 31%;
    }

    .productsNames {
        left: 31%;
    }

    .productsNames-5000 {
        left: 31%;
    }

    .productsNames-7000 {
        left: 31%;
    }

    .parallax-Prod {
        height: 330vh;
    }

}

@media only screen and (min-width:1000px) {
    .infoText li {
        padding-bottom: 8%;
    }

    .parallax-Prod {
        height: 340vh;
    }
}


@media only screen and (min-width:1100px) {
    .productsBackground {
        left: 10%;
    }

    .productsBackground-5000 {
        left: 60%;
        top: -30.8pc;
    }

    .productsBackground-7000 {
        left: 35%;
        top: -24.91pc;
    }

    .productsNames {
        left: 10%;
        top: 0;
        padding-bottom: 0;
    }

    .productsNames-5000 {
        left: 60%;
        top: -30.8pc;
        padding-bottom: 0;
    }

    .productsNames-7000 {
        left: 35%;
        top: -24.91pc;
        padding-bottom: 0;
    }

.prodsSpecs-Grid {
    top: -19pc;
}

    .sectionButton-Prod {
        top: -19pc;
    }

    .parallax-Prod {
        height: 238vh;
    }

}

@media only screen and (min-width:1200px) {

    .titleLogo {
        padding: 1%;
    }

    .titleText {
        left: 31%;
        font-size: 6em;
    }

    .titleText2 {
        font-size: 0.25em;
    }

    .titleText hr {
        width: 8.8em;
    }

    .infoText li {
        padding-bottom: 6%;
    }



}

@media only screen and (min-width:1300px) {
    
}

@media only screen and (min-width:1400px) {
    .parallax-Prod {
        height: 240vh;
    }

}


@media only screen and (min-width:1500px) {
    

    .productsBackground {
        left: 0;

    }

    .productsBackground-5000 {
        left: 36%;
        top: -30.9pc;
    }

    .productsBackground-7000 {
        left: 72%;
        top: -61.81pc
    }

    .products-Desc-Text {
        
    }

    .productsDesc {
        
    }

    .productsNames {
        left: 0;
    }

    .productsNames-5000 {
        left: 36%;
        top: -30.9pc;
    }

    .productsNames-7000 {
        left: 72%;
        top: -61.81pc
    }
    


    .sectionButton-Prod  {
        left: 98.9%;
        top: -55pc;
    }

    .productsTitle {
        padding-bottom: 2%;
    }

    
    
    .parallax-Prod {
        height: 110vh;
    }

    .prodsSpecs-Grid {
        top: -58pc;
        height: 14em;
    }

    .prodsSpecs-Grid li {
        height: 2.3em;
    }
}

@media only screen and (min-width:1600px) {
    
    .productsBackground-5000 {
        left: 38%;
    }

    .productsBackground-7000 {
        left: 74%;
    }

    .productsNames-5000 {
        left: 38%;
    }

    .productsNames-7000 {
        left: 74%;
    }

}

@media only screen and (min-width:1700px) {
    
    .productsBackground-5000 {

    }

    .productsBackground-7000 {

    }

    .productsNames-5000 {
        
    }

}

@media only screen and (min-width:1800px) {
    
    .productsBackground-5000 {
        left: 39%;
    }

    .productsBackground-7000 {
        left: 77.28%;
    }

    .productsNames-5000 {
        left: 39%;
    }

    .productsNames-7000 {
        left: 77.28%;
    }

    .prodsSpecs-Grid {
        top: -57pc;
    }



}

@media only screen and (min-width:1900px) {

}