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

.container {
    max-width: 100%;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.navContainer {
    position: fixed;
    display: initial;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
    top: 1%;
}

.parallax1 {
    background-image: url('/images/24BayTitleNew.png');
    position : relative;
    height : 100vh;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    padding: 1%;
    image-rendering: pixelated;
    overflow: hidden;
}

.parallax2 {
    background-image: url('/images/city2.png');
    color: white;
    position : relative;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    padding: 1%;
    overflow: hidden;
}

.parallax3 {
    padding-bottom: 3%;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url('/images/lines.png');
    position : relative;
    height : 100vh;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    image-rendering: pixelated;
    overflow: hidden;
}

.logo a {
    display: table;
    margin: auto;
}

/*
.logo a > img {
    position: relative;
}
*/

/*
.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 a {
    padding: 8px;
    text-decoration: none;
    font-size: 2.5em;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    text-decoration: none;
    color: white;
  }

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

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
*/


.links {
    position: sticky;
    display: flex;
    justify-content: center;
    list-style: none;
}

.links li {
    padding: 2%;
}


.links li > a{
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
  }

.links li > a:hover {
    color: #141414;
    background-color: white;
    border-radius: 100px;
    padding: 3px;
}

.links--hidden{
    display: none;
}
.links2 {
    position: sticky;
    display: flex;
    justify-content: center;
    list-style: none;
}

/*side NavLinks (CIRCLES)*/

.sideNav {
    display: block;
    position: fixed;
    right: 1.5%;
    top: 14%;  
    z-index: 5;
    width: 13em;
    text-align: right;
}

.sideNav ul {
    color: white;
}


.sideNav ul > li {
    list-style: none;
    padding-bottom: 2%;
}

.sideNav ul > li > a {
    text-decoration: none;
    color: white;
    font-size: 2em;
}

.circle {
    background: white;
    border-radius: 50%;
    width: 14px;
    height: 0px;
    z-index: 5;
    padding-bottom: 11%;
}



/*SIDENAV TEXT*/
.sideNav-Text {
    position: fixed;
    right: 4%;
    top: 15%;  
    z-index: 5;
}

.sideNav-Text ul {
    color: white;
}


.sideNav-Text ul > li {
    list-style: none;
    padding-bottom: 18%;
}

.sideNav-Text ul > li > a {
    display: none;
    text-decoration: none;
    color: white;
    font-size: 1em;
}

/*HOVER CIRCLES , DISPLAY TEXT*/
.sideNav:hover + .sideNav-Text ul > li > a{
    display:block;
}


.sideNav ul > li > a:active {
    color: lightgrey;
    
}


.titleText-Grid {
    display: grid;
    grid-template-rows: auto auto;
    font-family: 'Roboto', sans-serif;
    color: white;
    position: sticky;
    left: 3%;
    width: 37%;
    top: 33%;
}

.titleText-Grid span {
    height: auto;
    width: auto;
}

.titleText-Grid h1 {
    font-size: 4em;
}

.titleText-Grid p {
    font-size: 1.4em;
}

.titlePic img {
    height: auto;
    width: auto;
    image-rendering: pixelated;
    position: sticky;
    left: 47%;
}

.chartGrid {
    display: grid;
    height: auto;
    width: 100%;
    gap: 2%;
    position: relative;
}

.chartGrid div {
    height: auto;
    width: auto;
    padding: 6px;
}

.chartGrid div > img {
    background: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
}

.chartTitle {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3em;
    line-height: 1;
}

.chartText {
font-size: 1.3em;

}


/*PRODUCTS*/

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

.products img{
  height: 10em;
  width: 25em;
  image-rendering: pixelated;
  position: relative;
  top: 22%;
  right: 0.3%;
  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);
  box-shadow: 7px 7px 23px 18px;
}

.productsBackground-5000 {
  position: relative;
  display: inline-flex;
  background: rgba(255,255,255, 0.7);
  box-shadow: 7px 7px 23px 18px;
}

.productsBackground-7000 {
  position: relative;
  display: inline-flex;
  background: rgba(255,255,255, 0.7);
  box-shadow: 7px 7px 23px 18px;
}

/*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%;
  font-weight: bold;
}


.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;
}

/*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: lightgrey;
    }


    .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: #141414;
        background-color: lightgrey;
        border-radius: 5px;
        border-color: white;
    }

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

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


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

        .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: 28em;
            width: 25em;
        }
    
        .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;
        }
    
        .parallax3 {
            height: 290vh;
        }
    
        .sideNav {
            right: 4.5%;
        }

        .sideNav-Text { 
            right: 10%;
        }

        .titleText-Grid {
            left: 19%;
            top: 27%;
        }

        .titleText-Grid h1 {
            font-size: 3.5em;
        }

        .titleText-Grid p {
            font-size: 1.2em;
        }

        .titlePic img {
            height: 15em;
            width: 29em;
            left: 47%;
            top: 42pc;
        }

        .chartGrid {
            grid-template-rows: auto auto;
        }

        .parallax2 {
            height: 150vh;
        }

    }
    
    
    @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%;
        }
    
        .parallax3 {
            height: 300vh;
        }

        .titleText-Grid {
            left: 30%;
        }
    
        .titlePic img {
            height: 18em;
            width: auto;
            left: 7%;
            top: 42pc;
        }

    }
    
    
    @media only screen and (min-width:700px) {
    
        .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;
        }
    
        .parallax3 {
            height: 310vh;
        }

        .sideNav {
            right: 3.5;
        }

        .sideNav-Text {
            right: 8%;
        }
    
        .titleText-Grid {

        }
    
        .titlePic img {
            left: 11%;
        }

    }
    
    @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%;
        }
    
        .parallax3 {
            height: 320vh;
        }

        .titleText-Grid {
            top: 21%;
        }
    
        .titlePic img {
            height: 21em;
        }

        .titleText-Grid h1 {
            font-size: 4em;
        }

        .titleText-Grid p {
            font-size: 1.3em;
        }

    }
    
    
    @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%;
        }
    
        .parallax3 {
            height: 330vh;
        }
    
        .titleText-Grid {

        }
    
        .titlePic img {
            height: 23em;
        }

    }
    
    @media only screen and (min-width:1000px) {
        .parallax3 {
            height: 340vh;
        }

        .titleText-Grid {

        }
    
        .titlePic img {
            
        }
    }
    
    
    @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;
    }
    
        .parallax3 {
            height: 238vh;
        }
    
        .titleText-Grid {

        }
    
        .titlePic img {
            
        }

    }
    
    @media only screen and (min-width:1200px) {
            .sideNav {
                right: 2.5%;
            }

            .sideNav-Text { 
                right: 6%;
            }

            .titleText-Grid {
            left: 3%;
            width: 37%;
            top: 33%;
            }

            .titlePic img {
                height: 20em;
                width: auto;
                left: 47%;
                top:19.5pc;
            }

            .parallax2 {
                height: 143vh;
            }
    }
    
    @media only screen and (min-width:1300px) {
        
    }
    
    @media only screen and (min-width:1400px) {
        .parallax3 {
            height: 240vh;
        }
    
        .titlePic img {
            height: 23em;
        }

        .parallax2 {
            height: 154vh;
        }
    }
    
    
    @media only screen and (min-width:1500px) {
        
    
        .productsBackground {
            left: 0;
    
        }
    
        .productsBackground-5000 {
            left: 36%;
            top: -30.9pc;
        }
    
        .productsBackground-7000 {
            left: 72%;
            top: -61.81pc
        }
    
        .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%;
        }
    
        
        
        .parallax3 {
            height: 110vh;
        }
    
        .prodsSpecs-Grid {
            top: -58pc;
            height: 14em;
        }
    
        .prodsSpecs-Grid li {
            height: 2.3em;
        }

        .sideNav {
            right: 1.5%;
        }
        .sideNav-Text { 
            right: 4%;
        }

        .chartGrid {
            grid-template-columns: auto auto;
            top: 22%;
        }

        .parallax2 {
            height: 100vh;
        }
    }
    
    @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: 40%;
        }
    
        .productsBackground-7000 {
            left: 77.28%;
        }
    
        .productsNames-5000 {
            left: 40%;
        }
    
        .productsNames-7000 {
            left: 77.28%;
        }
    
        .prodsSpecs-Grid {
            top: -57pc;
        }
    
        .titlePic img {
            left: 47%;
            height: auto;
        }

        .titleText-Grid h1 {
            font-size: 4em;
        }
        
        .titleText-Grid p {
            font-size: 1.4em;
        }
    
    }
    
    @media only screen and (min-width:1900px) {
    
    }