:root {
    --prev-percentage: 7%;
    --next-percentage: 0%;
  }
*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
html, body{
    height: 100%;
    width: 100%;
}
body{
    /* background: rgb(211, 230, 250); */
    background: white;
}

/* Top Div */

.topDiv{
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0.5em;
    width: 100%;
    white-space : nowrap;
    /* border: solid 1px red; */
    color: white;
    background: rgb(60, 78, 128);
    box-shadow: 0px 0px 20px black;
}
#logo{
    position: relative;
    z-index: -1;
    width: 2em;
    -webkit-font-smoothing: antialiased;
    image-rendering: optimizeQuality crisp-edges;
    animation: rotar 40s linear infinite;
}
#accountDiv{
    float: right;
    width: 15rem;
    padding: 0.5em;
}
#accountIcon{
    position: relative;
    z-index: -1;
    /* margin-right:  */
    width: 1.5em;
    -webkit-font-smoothing: antialiased;
    image-rendering: optimizeQuality crisp-edges;
}
@keyframes rotar{
    0%{
      transform: rotateZ(0deg);
    }
    100%{
      transform: rotateZ(360deg);
    }
}
#indexTitle{
    color: white;
    font-size: 2em;
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: top;
    /* font-weight: 700; */
    /* font-family: ; */
    animation: fadeIn 1s 1 ease-out;
}
@keyframes fadeIn{
    0%{
        letter-spacing: 0.1em;
    }
}
.accountLink{
    display: inline;
    vertical-align: center;
}
.accountLink > a{
    text-decoration: none;
    color: white;
    padding-right: 1em;
}
#quickLinksBar{
    width: 100%;
    color: white;
    font-size: 1em;
    text-align: center;
    background: rgb(80, 120, 200);
    box-shadow: 0px 0px 20px black;
}
#quickLinksList{
    margin-top: 1em;
    padding: 4em 0 1.2em 0;
}
.quickLink > a{
    text-decoration: none;
    color: white;
}
.quickLink{
    display: inline;
    font-weight: 500;
    padding: 0 0.5em 0 0.6em;
    border-left: lightgray solid 0.1em;
    text-shadow: 0 0 1px rgb(60, 78, 128);
}
.quickLink:hover > a{
    color: rgb(230,230,230);
    text-shadow: 0 2px 2px rgb(60, 78, 128);
}
#firstLink{
    border: none;
    padding-left: 0;
}

/* Sliding Menu */

#slideContainer{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0.4rem;
    /* border: 1px solid black; */
}
#slidingPane{
    width: 1000%;
    position: relative;
    transform: translateX(var(--next-percentage));
    /* border: 1px solid yellow; */
}
.slide{
    display: block;
    width: 8%;
    float: left;
    margin-right: 0.5%;
    /* border: 1px solid blue; */
}
#aboutUs{
    margin-left: 0.96%;
}
#slideContainer button{
    position: absolute;
    z-index: 2;
    top: 50%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 2em;
    cursor: pointer;
    opacity: 0.2;
}
#slideContainer button:hover{
    opacity: 0.8;
    animation: becomeOpaque 1 0.5s;
}
@keyframes becomeOpaque{
    0%{
        opacity: 0.2;
    }
    100%{
        opacity: 0.8;
    }
}
#prev{
    left: 2%;
}
#next{
    right: 2%;
}
@keyframes slide{
    0%{
        transform: translate(var(--prev-percentage));
    }
    10%{
        transform: translateX(var(--prev-percentage));
    }
    100%{
        transform: translateX(var(--next-percentage));
    }
}
#slideSelectDiv{
    position: relative;
    text-align: center;
    /* border: solid 2px black; */
}
.slideSelect{
    display: inline;
    font-size: 2em;
    background: transparent;
    outline: none;
    border: none;
    color: gray;
    font-family: 'Courier New', Courier, monospace;
    /* font-weight: 0; */
    cursor: pointer;
    opacity: 0.5;
}
.slideSelect:hover{
    opacity: 1;
    text-shadow: 0px 0px 1px darkgray;
}

/* 3DPrinting|3DScanning */
.dupDiv.landscape{
    width: 100%;
    margin-top: 3rem;
    white-space : nowrap;
    overflow-x: hidden;
}
.dupDiv.portrait{
    text-align: center;
    width: 100%;
}
.landscape .dup{
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
    min-width: 20rem;
    width: 50%;
    min-height: 93%;
    overflow-y: hidden;
}
.portrait .dup{
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 85%;
}
.portrait #printDiv{
    margin-top: 5rem;
}
#printDiv:hover:not(.zoom) #printImage{
    animation: opacityFadeIn 0.5s 1;
    opacity: 1;
}
#scanDiv:hover:not(.zoom) #scanImage{
    animation: opacityFadeIn 0.5s 1;
    opacity: 1;
}
@keyframes opacityFadeIn{
    0%{
        opacity: 0.55;
    }
    100%{
        opacity: 1;
    }
}
.dup.zoom{
    width: 100%;
}
.zoom > #printImage{
    animation: opacityPrintZoom 1s 1;
    top: -5rem; bottom: 0; left: 0; right: 0;
    opacity: 0.3;
    width: 100vw;
}
@keyframes opacityPrintZoom{
    0%{
        opacity: 1;
        /* width: 75vw; */
        top: -5rem; bottom: 0; left: -15%; right: 0;
    }
    50%{
        top: -5rem; bottom: 0; left: 0; right: 0;
        /* width: 75vw; */
    }
    100%{
        opacity: 0.3;
        /* width: 100vw; */
    }
}
.zoom > #scanImage{
    animation: opacityScanZoom 1s 1;
    top: -5rem; bottom: 0; left: 0; right: 0;
    opacity: 0.3;
    width: 100vw;
}
@keyframes opacityScanZoom{
    0%{
        opacity: 1;
        /* width: 75vw; */
        top: -5rem; bottom: 0; left: 15%; right: 0;
    }
    50%{
        top: -5rem; bottom: 0; left: 0; right: 0;
        /* width: 75vw; */
    }
    100%{
        opacity: 0.3;
        /* width: 100vw; */
    }
}
.dupImage{
    position: absolute;
    z-index: -1;
    width: 200%;
    min-width: 75vw;
    animation: opacityFadeOut 1s 1;
    top: -5rem; bottom: 0; left: -50%; right: 0;
    opacity: 0.55;
    -webkit-font-smoothing: antialiased;
    image-rendering: optimizeQuality crisp-edges;
}
@keyframes opacityFadeOut{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.55;
    }
}
#btnExitZoom{
    position: absolute;
    text-align: center;
    z-index: 1;
    transform: translateX(4rem) translateY(4rem);
    background: transparent;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 16;
    border: 1px black solid;
    opacity: 0.2;
}
#btnExitZoom:hover{
    opacity: 1;
    animation: becomeOpaque 1 0.5s;
}
/* add/remove classes */

.hide{
    display: none!important;
}