<style>* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    position: fixed;
    font-family: Trebuchet MS;
    background: black;
    user-select: none;
    margin: 0;
    padding: 0;
}

main {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
}

article {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1250px;
}

#perspective {
    width: 0;
    height: 0;
    transform-style: preserve-3d;
    transform: translate3d(-500px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

#perspective.reset {
    transition: transform 1s ease-in-out;
}

#grid {
    margin: -500px;
    width: 1000px;
    height: 1000px;
    opacity: 0.7;
    transform: rotateX(90deg);
}

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-thumb {
    border-right: solid 5px #222;
    background: #5f5f5f;
}

.thumb {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.a1 {
    transform: translate3d(780px, 0px, 40px);
    width: 1280px;
    height: 720px;
    margin-left: -640px;
    margin-top: -360px;
    cursor: pointer;
}

.a2 {
    transform: translate3d(1490px, 460px, -2030px);
    height: 900px;
    width: 600px;
    margin-left: -300px;
    margin-top: -450px;
}

.a3 {
    transform: translate3d(1760px, -300px, -880px);
    height: 850px;
    width: 1280px;
    margin-left: -640px;
    margin-top: -425px;
}

.b1 {
    transform: translate3d(3050px, 500px, -1810px);
    width: 1280px;
    height: 770px;
    margin-left: -640px;
    margin-top: -385px;
}

.b2 {
    transform: translate3d(3000px, 110px, -160px);
    width: 1280px;
    height: 720px;
    margin-left: -640px;
    margin-top: -360px;
    cursor: pointer;
}

.b3 {
    transform: translate3d(4230px, -170px, -350px);
    height: 700px;
    width: 700px;
    margin-left: -350px;
    margin-top: -350px;
}

.c1 {
    transform: translate3d(4550px, 440px, -550px);
    width: 500px;
    height: 380px;
    margin-left: -250px;
    margin-top: -190px;
}

.c2 {
    transform: translate3d(5110px, -330px, -770px);
    width: 890px;
    height: 500px;
    margin-left: -445px;
    margin-top: -250px;
    opacity: 0.9;
}

.c3 {
    transform: translate3d(5670px, -410px, 0px);
    color: white;
    width: 480px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.d1 {
    transform: translate3d(4930px, 10px, -220px);
    color: white;
    width: 650px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    opacity: 0.7;
    text-align: right;
}

.d2, .d3 {
    color: white;
    margin-left: 557px;
    margin-top: 368px;
    width: 100px;
    cursor: pointer;
}

.d2:hover, .d3:hover {
    text-decoration: underline;
}

.d2 {
    transform: translate3d(780px, 0px, 40px);
    width: 290px;
    margin-left: 376px;
}

.d3 {
    transform: translate3d(3000px, 110px, -160px);
    width: 200px;
    margin-left: 499px;
}

.logo {
    margin-left: 40px;
    margin-bottom: 40px;
    bottom: 0;
    position: fixed;
    z-index: 100;
    display: none;
}

span {
    font-weight: bold;
}

p.project_title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-size: 3vh;
    font-weight: bold;
    margin: 0;
}

.mail {
    color: white;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    position: fixed;
    margin-right: 25px;
    margin-top: 20px;
    z-index: 100000;
    cursor: pointer;
    display: none;
}

.thumb.title {
    transform: translate3d(-400px, -500px, 0px);
    color: white;
    background-color: black;
    width: 457px;
    padding: 60px 60px 60px 60px;
    font-weight: 600;
    font-size: 35px;
    border: 4px solid white;
}

.sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background-color: rgba(0, 18, 56, 0.87);
    color: white;
    font-size: 20px;
    font-size: 18px;
    overflow-y: scroll;
    text-align: justify;
    display: none;
    cursor: url('../img/cursor_close.png'), pointer;
}

.project_description {
    padding: 60px;
    vertical-align: middle;
}

.progress {
    height: 5px;
    background-color: white;
    position: fixed;
    bottom: 0;
}

svg#Layer_1 {
    -webkit-filter: drop-shadow( 2px 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow( 2px 1px 2px rgba(0, 0, 0, 0.3));
    width: 15vw;
    height: auto;
}

.proj {}

.loader {
    height: 30px;
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    z-index: 10000000;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 3vh;
}

.loader_text {
    display: inline;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: white;
    display: inline;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a.visited {
    white;
}

a.weblink:hover {
    text-decoration: underline;
}

p {
    margin: 0;
}

</style>
