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

* {
    box-sizing:border-box
}

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

.container1 {
    max-width: 100%;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    top:-4pc; 
    margin-bottom:-4%
}

.wrapper {
    max-width: 100%;
    height: auto;
}

.parallax1 {
    height: 118vh;
    background: black;
    background-image: radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 5px), radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 5px), radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 5px), radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 5px);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
    /*
    background: rgb(238,174,174);
    background: linear-gradient(180deg, rgba(20,20,20,1) 0%, rgba(9,71,121,1) 50%, rgba(20,20,20,1) 100%);
    */
}

.parallax2 {
    height: 100vh;
    background: black;
    background-image: radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 5px), radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 5px), radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 5px), radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 5px);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
    overflow: hidden;
    padding-top: 1%;
    /*
    background: rgb(238,174,174);
    background: linear-gradient(180deg, rgba(20,20,20,1) 0%, rgba(9,71,121,1) 50%, rgba(20,20,20,1) 100%);
    */
}

.parallax3 {
    height: 100vh;
    background: black;
    background-image: radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 5px), radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 5px), radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 5px), radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 5px);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
    padding-top: 1%;
}

.whiteBackground {
    background: rgba(255,255,255, 0.7);
    height: 128vh;
    width: 60%;
    margin: auto;
    border-radius: 14px;
}

/*NAVBAR*/

#navbar {
    position: fixed;
    top: -1pc;
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 5;
    /*
    background: rgb(238,174,174);
    background: radial-gradient(circle, rgba(238,174,174,1) 0%, rgba(148,187,233,1) 100%);
    */
}

#headerPic {
    display: block;
    text-align: center;
    padding-bottom: 26px
}

#navItems li {
    list-style: none;
    padding-left: 2%;
    padding-right: 2%;
}

#navItems {
    display: flex;
    justify-content: center;
}

#navItems li > a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}

#navItems li > a:hover {
    color: lightgrey;
}


/*SIDEBAR*/
.sideBar {
    position: fixed;
    height: auto;
    width: auto;
    top: 10.5%;
    right: 0.5%;
    z-index: 5;
}

.sideBar > li {
    list-style: none;
    padding-bottom: 120%;
}

.sideBar > li > a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
}

.sideBar-Text {
    position: fixed;
    display: none;
    top: 11.2%;
    right: 1.8%;
    z-index: 5;
}

.sideBar-Text > li {
    list-style: none;
    padding-bottom: 36%;
}

.sideBar-Text > li > a {
    color: white;
    text-decoration: none;
}

.sideBar:hover  + .sideBar-Text {
    display: inline-block;
}


.sideBar > li > a :active ::before{
    background-color: #f5f5f5;
    border-radius: 50%;
    
}

/*
.titleGrid {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    width: auto;
    gap: 10%;
    top: 24%;
    justify-content: center;
}

.titleGrid span {
    height: auto;
    width: auto;
}


.titleGrid span > img {
    image-rendering: pixelated;
}


.titleGrid span > h1 {
    font-size: 5.5em;
    text-align: center;
    color: white;
}
*/

/*TITLE AREA*/

.title {
    position: relative;
    font-size: 3em;
    text-align: center;
    color: white;
    top: 26%;
    width: 99%;
    margin: auto;
    display: block;
}

.titleImage {
    position: relative;
    width: auto;
    height: 46em;
    image-rendering: pixelated;
    top: 2%;
}

.titleImage img {
    width: 100%;
}


/*PRODUCTS AREA*/

.prodHeading {
    text-align: center;
    font-size: 3.5em;
    color: white;
    display: flex;
    justify-content: center;
    padding-bottom: 2%;
    font-weight: 600;
}

.productsGrid {
    display: grid;
    grid-template-columns: auto auto auto;
    position: relative;
    gap: 2%;
    padding: 2%;

}

.productsGrid > .area {
    padding: 2%;
    background-color: white;
    border-radius: 7px;
    height: auto;
}

.productsTitle {
    font-size: 1.6em;
    text-align: center;
    padding-bottom: 2%;
    font-weight: 600;
}

.prodPics img {
    width: 35em;
    image-rendering: pixelated;
}


.details ul {
    text-align: center;
}

.details ul > hr {
    width: 54%;
}

.details ul > li {
    font-size: 1.2em;
    list-style: none;
    padding-bottom: 3%;
}

.prodPics7000 img {
    height: 7em;
    width: 35em;
    image-rendering: pixelated;
    position: relative;
}

.details7000 ul {
    text-align: center;
    position: relative;
}

.details7000 ul > hr {
    width: 54%;
    position: relative;
}

.details7000 ul > li {
    font-size: 1.2em;
    list-style: none;
    padding-bottom: 3%;
}

.prodButton {
    position: relative;
    background-color: #191970;
    height: 2em;
    width: 16%;
    margin: auto;
    border-radius: 11px;
}

.prodButton:hover {
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
}

.prodButton a {
    position: relative;
    right: -5%;
    top: 15%;
    color: white;
    text-decoration: none;
    text-align: center;
}


.prodButton7000 {
    position: relative;
    background-color: #191970;
    height: 2em;
    width: 16%;
    margin: auto;
    border-radius: 11px;
}

.prodButton7000:hover {
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
}

.prodButton7000 a {
    position: relative;
    right: -5%;
    top: 15%;
    color: white;
    text-decoration: none;
    text-align: center;
}



/*OTHER PRODUCTS AREA*/
/*CLASSES WITH 1 ARE ASSOCIATED WITH 1ST AREA OF GRID ETC.. ETC..*/

.othersTitle {
    font-size: 3em;
    display: flex;
    justify-content: center;
    color: white;
    font-weight: 600;
    padding-bottom: 3%;
}

.othersGrid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10%;
    justify-content: center;
}

.othersGrid > .area1 {
    height: auto;
    width: 19em;
    background-color: white;
    border-radius: 10px;
    padding-top: 5%;
    text-align: center;
}

.othersGrid-Title {
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 8%;
}

.othersGrid-Title a {
    text-decoration: none;
    color: black;
}

.othersGrid-Title a:hover {
    background-color: #191970;
    color: white;
    border-radius: 6px;
    padding: 1%;
    transition: .2s;
}


/*V2K SECTION*/
.othersPics1 a > img {
    position: relative;
    image-rendering: pixelated;
    padding-bottom: 2%;
    top: 2.5pc;
    height: 3em;
}

.othersPics1 a > :hover {
    background-color: #191970;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
}

.specs1 {
    position: relative;
    top: 2.5pc;
}

.hr1 {
    top: 2.5pc;
    position: relative;
    width: 15em;
}


.specsList1  {
    position: relative;
    top: 2.5pc;
    left: -9%;
}

.specsList1 li {
    list-style: none;
    padding-bottom: 6%;
}

.learnMore1 {
    position: relative;
    top: 2.5pc;
}

.learnMore1 a {
    text-decoration: none;
    background-color: #191970;
    color: white;
    padding: 3%;
    border-radius: 11px;
}

.learnMore1 :hover {
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
    }
    

/*END*/


/*V6k/V8K SECTION*/
.othersPics2 a > img {
    position: relative;
    image-rendering: pixelated;
    padding-bottom: 2%;
}

.othersPics2 a :hover {
    background-color: #191970;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
}

.specs2 {
    position: relative;
}

.hr2 {
    position: relative;
    width: 15em;
}

.specsList2  {
    position: relative;
    left: -9%;
}

.specsList2 li {
    list-style: none;
    padding-bottom: 5%;
}

.learnMore2 {
    padding-bottom: 15%;
}

.learnMore2 a {
    text-decoration: none;
    background-color: #191970;
    color: white;
    padding: 3%;
    border-radius: 11px;
}

.learnMore2 :hover {
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
    }
    
/*END*/


/*V6140 SECTION*/
.othersPics3 a > img {
    position: relative;
    image-rendering: pixelated;
    padding-bottom: 2%;
    top:3pc;
}

.othersPics3 a :hover {
    background-color: #191970;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
}

.specs3 {
    position: relative;
    top:3pc;
}

.hr3 {
    top: 3pc;
    position: relative;
    width: 15em;
}

.specsList3  {
    position: relative;
    top: 3pc;
    left: -9%;
}

.specsList3 li {
    list-style: none;
    padding-bottom: 5%;
}

.learnMore3 {
    position: relative;
    top: 3pc;
}

.learnMore3 a {
    text-decoration: none;
    background-color: #191970;
    color: white;
    padding: 3%;
    border-radius: 11px;
}

.learnMore3 :hover {
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
    }
    

/*END*/



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 13% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: auto;
    border-radius: 11px;
  }
  
  .modalGrid {
    display: grid;
    grid-template-columns: auto auto;
    height: auto;
    width: 84%;
    gap: 5%;
  }

.modalGrid div {
    height: auto;
    width: auto;
}

.modalGrid div > img {
    height: 18em;
    width: 52em;
    float: right;
    image-rendering: pixelated;
}

.modalTitle {
    font-size: 2em;
    font-weight: 600;
}

.modalSpecs {
    font-size: 1em;
    margin: 0;
    padding: 14px;

}

.modalSpecs li {
    padding-bottom: 1.5%;
}



    /*V3000 MODAL DATA*/

  /* The Close Button */
  .close1 {
    color: #aaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
  }
  
  .close1:hover,
  .close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }




    /*V5000 MODAL DATA*/

    /* The Close Button */
    .close2 {
        color: #aaa;
        float: right;
        font-size: 36px;
        font-weight: bold;
      }
      
      .close2:hover,
      .close2:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }





    /*V7000 MODAL DATA*/

    /* The Close Button */
  .close3 {
    color: #aaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
  }
  
  .close3:hover,
  .close3:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

/*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 {
        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 QUERIES*/
@media only screen and (min-width:100px) {
    
    .container1 {
        margin-bottom:-14%
    }

    .title {
        font-size: 1.75em;
    }

    .titleImage {
        top: 22%;
    }

    .parallax2 {
        height: 193vh;
    }

    .sideBar-Text {
        right: 5.8%;
    }

    .productsGrid {
        grid-template-columns: auto;
        left: 9%;
    }

    .area {
        width: 25em;
    }

    .prodPics img {
        height: 7em;
        width: 23.5em;
    }

    .prodPics7000 img {
        height: 5em;
        width: 23.5em;
    }


    .prodButton {
        width: 24%;
    }

    .prodButton7000 {
        width: 24%;
    }

    .modalGrid div > img {
        height: 6.75em;
        width: 20em;
    }

    .modalGrid div > .v7000 {
        height: 4.5em;
    }
    

    .modalGrid {
        grid-template-columns: auto;
    }

    .othersGrid {
        grid-template-columns: auto;
    }

    .parallax3 {
        height: 190vh;
    }

    .othersTitle {
        padding-bottom: 9%;
    }

    .othersGrid > .area1 {
        height: 29em;
    }

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

@media only screen and (min-width:600px) {
    .modalGrid div > img {
        height: 8.5em;
        width: 25em;
    }

    .productsGrid {
        left: 19%;
    }

    .sideBar-Text {
        right: 4.8%;
    }

    .modalGrid div > .v7000 {
        height: 6em;
    }
}

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

    .title {
        font-size: 2.5em;
    }

    .titleImage {
        top: 17%;
    }

    .productsGrid {
        left: 25%;
    }
}


@media only screen and (min-width:800px) { 
    .modalGrid div > img {
        height: 9.5em;
        width: 30em;
    }

    .modalGrid div > .v7000 {
        height: 6.5em;
    }

    .productsGrid {
        left: 26%;
    }

}

@media only screen and (min-width:900px) {
    
    .parallax2 {
        height: 138vh;
    }

    .productsGrid {
        grid-template-columns: auto auto;
        left: 0;
    }

    .modalGrid div > img {
        height: 14em;
        width: 40em;
    }


    .modalGrid div > .v7000 {
        height: 8em;
    }

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

    
    }

@media only screen and (min-width:1100px) {
    .othersGrid {
        grid-template-columns: auto auto auto;
    }

    .parallax3 {
        height: 100vh;
    }

    .othersTitle {
        padding-bottom: 3%;
    }

    .othersGrid > .area1 {
        height: auto;
    }

    .modalGrid div > .v7000 {
        height: 8em;
    }
    
}

@media only screen and (min-width:1200px) {
    .productsGrid {
        left: 8%;
    }

    .sideBar-Text {
        right: 2.8%;
    }
}

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

    .title {
        font-size: 3em;
    }

    .titleImage {
        top: 11%;
    }
}

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

    .parallax2 {
        height: 100vh;
    }

    .productsGrid {
        grid-template-columns: auto auto auto;
        left: 2%;
    }

.prodPics7000 img  {
    top: 2pc;
}

.details7000 ul {
    top: 2pc;
}

    .prodButton7000 {
        top: 2pc;
    }
}

@media only screen and (min-width:1500px) {
    .modalGrid div > img {
        height: 17em;
        width: 52em;
    }

    .modalGrid div > .v7000 {
        height: 11em;
    }
    

    .modalGrid {
        grid-template-columns: auto auto;
    }
}

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

    .titleImage {
        top: 2%;
    }


    .productsGrid {
        left: 3.5%;
    }


}

@media only screen and (min-width:1620px) {
    .container1 {
        margin-bottom:-4%
    }
}

@media only screen and (min-width:1700px) {
    .productsGrid {
        left: 5%;
    }
    
}

@media only screen and (min-width:1900px) {
    .prodButton {
        text-align: revert;
        width: 16%;
    }

    .prodButton7000 {
        text-align: revert;
        width: 16%;
        top: 4pc;
    }

    .area {
        width: auto;
    }

    .sideBar-Text {
        right: 1.8%;
    }

    .prodPics img {
        height: 12em;
        width: 35em;
    }

    .prodPics7000 img {
        height: 8em;
        width: 35em;
        top: 4pc;
    
    }

    .details7000 ul {
        top: 4pc;
    }

    .productsGrid {
        left: 0;
    }

    .modalGrid div > .v7000 {
        height: 11em;
    }
    
}

/*KEYFRAMES*/

