html {
    overflow-x: hidden;
}

@media (max-width:960px) {
    .glitch-background {
        width: 100%;
        height: 150px;
        background-color: black;
        position: absolute;
    }

    h5.more {
        position: fixed;
        width: 140px;
        bottom: -75px;
    }

    .shape-overlay,
    .page {
        margin-top: 150px !important;
    }

    .half-circle {
        display: none;
    }

    #footer {
        margin-top: 50vh;
    }
}

.full-page {
    min-height: 100vh;
}

.full-fill {
    text-transform: uppercase;
    font-size: 8vh;
    text-align: justify;
    -webkit-text-stroke: 1px black;
    color: white;
}

.full-fill b {
    color: black;
}

h5.more {
    margin-top: 50px;
    width: 120px;
}

h5.more>a {
    color: #666;
    text-decoration: none;
}

h5.more:before {
    background-color: #666;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 8vh;
}

h5.more:before {
    right: 0.5em;
    margin-left: -50%;
}

.glitch-background {
    width: 500px;
    height: 150px;
    background-color: black;
    position: absolute;
}

.back-fill {
    position: fixed;
    z-index: -100;
    height: 90vh;
    width: 55%;
    top: -30vh;
}

.section {
    padding: 25px;
}

.splash-page {
    position: relative;
    top: 0;
    height: 100vh;
}

.page {
    position: relative;
    height: 100vh;
}

.faded {
    color: black;
    opacity: 0.05;
    z-index: -10;
    text-align: center;
    font-weight: bold;
    font-size: 10vh;
}

.exp-time {
    color: black;
    opacity: 0.1;
    z-index: -5;
    text-align: center;
    font-weight: bold;
    font-size: 5vh;
    overflow-wrap: break-word;
}

.bordered {
    border: 1px solid lightgray;
}

.image-cropper {
    width: 35vh;
    height: 35vh;
    position: relative;
    overflow: hidden;
    /*border-radius: 50%;*/
    margin-left: auto;
    margin-right: auto;
}

.profile-pic {
    display: inline;
    margin: 0 auto;
    z-index: 100;
}

.experience-nav>.uk-active>a {
    color: white !important;
    border-color: #FF1744 !important;
    background-color: #FF1744 !important;
}

.scroller span {
    position: fixed;
    bottom: 30px !important;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid black;
    border-radius: 50px;
    box-sizing: border-box;
}

.scroller span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: black;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.uk-switcher img {
    width: 75vh;
    height: auto;
}

.shape-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.exp-carousel {
    position: relative;
}

.exp-cover {
    position: absolute;
    width: 100vh;
    height: auto;
}

.uk-logo>img {
    width: 50px;
}

.btn-more,
.btn-more:hover {
    color: #651FFF;
    text-decoration: none;
}

.learn-more {
    display: block;
    width: 35vh !important;
    height: 35vh !important;
    text-decoration: none !important;
    letter-spacing: 2px;
    padding: 10px;
    /* color: #eee !important;
    border-radius: 50%;
    border: 2px solid #eee; */
    text-align: center;
}

.company-logo {
    width: 75vh;
    height: auto;
    filter: invert(100%);
}

.world-map {
    width: 100vh;
    z-index: -200;
    opacity: 0.1;
}

.shadowed {
    -webkit-filter: drop-shadow(5px 5px 5px #333);
    filter: drop-shadow(5px 5px 5px #333);
}

.tools {
    height: 10vh;
    width: auto;
    object-fit: scale-down;
}

.custom-cursor {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: #000;
    border-radius: 80%;
    /*backface-visibility: hidden;*/
    /*visibility:hidden;*/
    z-index:100;
  }

.social-container {
    position: fixed;
    top: 50%;
    right: 55px;
    z-index: 5;
    height: 150px;
    overflow: hidden;
    transform: translate(0, -50%);
    color: rgba(152, 152, 158, 0.3);
}

.social-container a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.social-container a:hover {
    color: black;
}

.progress-container {
    position: fixed;
    top: 50%;
    left: 55px;
    z-index: 5;
    height: 150px;
    width: 2px;
    background: rgba(152, 152, 158, 0.3);
    overflow: hidden;
    transform: translate(0, -50%);
}

.progress-fill {
    width: 2px;
    background: #000;
    height: 0%;
}

/* Shapes */
.circle {
    height: 5vh;
    width: 5vh;
    background-color: #bbb;
    border-radius: 50%;
}

.circle.top-right {
    position: absolute;
    top: -105px;
    right: 0;
}

.circle.top-left {
    position: absolute;
    left: 0;
    top: 105px;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 43.3px 25px;
    border-color: transparent transparent #F5F5F5 transparent;
}

.square {
    height: 5vh;
    width: 5vh;

    margin-bottom: 75px;
}

.half-circle {
    z-index: -10;
    position: absolute;
    top: -25px;
    width: 25vh;
    height: 50vh;
    right: 0;
    border-bottom-right-radius: 25vh;
    border-top-right-radius: 25vh;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: rotate(20deg);
    /* IE 9 */
    -webkit-transform: rotate(20deg);
    /* Safari prior 9.0 */
    transform: rotate(20deg) !important;
    /* Standard syntax */
}

.frontend-stack {
    width: 60vh;
}

.rectangle-h {
    height: 10px;
    width: 5vh;
    margin-bottom: 35px;
    animation: stretch 2s 0s 1 forwards alternate;
}

.rectangle-v {
    position: absolute;
    top: -105px;
    right: 0;

    height: 10vh;
    width: 10px;

    animation: wiggle 5s 1s infinite ease alternate;
}

.rectangle {
    width: 55%;
    height: 100%;
    margin-bottom: 10vh;
    z-index: -150;

    background: linear-gradient(to left, transparent 50%, #64FFDA 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 2s ease;
}

#backfill:hover .rectangle {
    background-position:left bottom;
}

.rotate-45 {
    -ms-transform: rotate(25deg);
    /* IE 9 */
    -webkit-transform: rotate(25deg);
    /* Safari prior 9.0 */
    transform: rotate(25deg) !important;
    /* Standard syntax */
}

/* Colors */
.black {
    background-color: black;
}

.txt-black {
    color: black !important;
}

.purple {
    background-color: #651FFF;
}

.teal {
    background-color: #64FFDA;
}

.red {
    background-color: #FF1744;
}

.grey {
    background-color: #F5F5F5;
}

/* Animations */
@keyframes stretch {
    0% {
        width: 5vh;
    }

    100% {
        width: 15vh;
    }

}

@keyframes wiggle {
    0% {
        top: -115px;
    }

    25% {
        top: -90px;
    }

    50% {
        top: -104px;
    }

    75% {
        top: -110px;
    }

    100% {
        top: -105px;
    }
}