@font-face {
    font-family: 'PxGrotesk';
    src: url('Fonts/PxGrotesk-Regular.woff2') format('woff2'),
         url('Fonts/PxGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align:baseline
}

a {
    text-decoration:none;
    color: #111b1b;
    cursor: alias;
    font-family: 'PxGrotesk', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a:hover {
    text-decoration:underline;
    color: #111b1b;
    cursor: alias;
}


a.list img { display:none; }
a.list:hover img { 
    display:block; 
    max-height: 25vh;
    position: absolute;
    margin-bottom: 30px;
    margin-right: 30px;
    width: auto;
    cursor: alias;
}


body, html {
    background: #ccc;
    overflow: hidden;
    max-width: 100vw;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

body {

    color:#CCCC;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale

}

.back-link {
    animation: fadeIn 40s;
}

#terminal-header  {
    white-space: pre-wrap;
    margin: 30px;
    width: 90vw;
    height: auto;
    color: #111b1b;
    font-family: 'PxGrotesk', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

#back-btn1 {
    height: 15px;
    width: 50px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: absolute;
}

#maya {
    color: darkorchid;
}

#quentin  {
    color: forestgreen;
}


.entry-bg {
    width: 40vw;
    transform: rotate(5deg);
    right: 100px;
    top: -40px;
    position: absolute;
    z-index: 10;
    text-align: center;
}

.slideshow-container {
    width: 45vw;
    right: 30px;
    top: 30px;
    position: absolute;
    animation: fadeIn 10s;
}

#my-slide {
    z-index: 1;
}

.description-text {
    color: #111b1b;
    font-family: 'PxGrotesk', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.prev {
    position: absolute;
    height: 90%;
    top: 0px;
    left: 0px;
    width: 50%;
    z-index: 3;
    cursor: w-resize;
}

.next {
    position: absolute;
    height: 90%;
    top: 0px;
    right: 0px;
    width: 50%;
    z-index: 3;
    cursor: e-resize;
}

@keyframes fadeIn { 
    from { opacity: 0; } 
}

.dot-bg {
    width: 30vw;
    right: -30px;
    top: 425px;
    position: absolute;
    z-index: 10;
    animation: fadeIn 85s;
}

#terminal-header-proposal {
    margin: 30px;
    height: 675px;
    column-width: 300px;
    column-gap: 30px;
    column-fill: auto;
    color: #111b1b;
    font-family: 'PxGrotesk', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.scd-col {
    position: absolute;
    margin-top: -103px;
    margin-left: 90px;
}

.third-col {
    position: absolute;
    margin-top: -103px;
    margin-left: 320px;
}

/* Mobile Devices — No access for this application */

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


}
