@keyframes rainbow {
    20% {
        filter:hue-rotate(0deg)
        blur(.75px);
    }
    100% {
        filter:hue-rotate(360deg)
        blur(100px);
    }
}

@keyframes fuck {
    to {
        transform: translate(1vw, 1vh);
    }
}

@keyframes moveface {
    20% {
        left:-25vw;
    }
    100% {
        left:0;
    }
}

@keyframes rainbowgradient {
    to {
        filter: hue-rotate(360deg);
    }

}

@font-face {
    font-family: 'bangaloreregular';
    src: url('fonts/bangalor-webfont.woff2') format('woff2'),
         url('fonts/bangalor-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    width:100vw;
    height:100vh;
    margin:0;
    overflow:hidden;
    background-color:#101524;
    background-image:url("images/textures/gravel.png");
    cursor:url("images/cursors/cactus.png"), auto;
    font-family:"bangaloreregular", monospace;
    text-transform: uppercase;
}

#logo_div {
    position:absolute;
    top:2vh;
    left:2vw;
    right:50vw;
    bottom:2vh;
}

#logo_div {
    opacity:.75;
    filter:blur(.75px)
    saturate(1.75)
    brightness(1.75)
    drop-shadow(10px 10px 4px rgba(62, 241, 241, 0.4))
    drop-shadow(-10px 10px 4px rgba(30, 157, 99, .4))
    drop-shadow(-10px -10px 4px rgba(216, 216, 137, 0.4))
    drop-shadow(10px -10px 4px rgba(199, 98, 190, 0.4));
    pointer-events:none;
}

#logo_img {
    position:fixed;
    left:0;
    height:95vh;
    width:auto;
    animation: rainbow 10s infinite;
    animation-direction:alternate-reverse;
}

#logo_text {
    position:fixed;
    left:20vw;
    top:37vh;
    bottom:5vh;
    width:40vw;
    transform:rotate(-10deg);
    animation: rainbow 10s infinite;
    animation-direction:alternate;
}

#nav_div {
    position:absolute;
    text-align:right;
    width:100vw;
    top:0;
    left:0;
    right:0;
    bottom:95vh;
    background-color:#bd006b;
    background-image:url("images/textures/boxes.png");
    height:6vh;
    font-size:3.7vw;
    -webkit-text-stroke:2px #bd006b;
}

#nav_div a:hover {
    color:transparent;
    -webkit-text-stroke:.5vmin black;
}

#nav_div i {
    position: relative;
    font-size:3vmin;
    top:-1vh;
    right:1.5vw;
    filter: drop-shadow(3px 3px 0 black);
}

.content {
    position:absolute;
    text-align:left;
    background-color:#0e4a52;
    background-image:url("images/textures/boxes.png");
    height:auto;
    bottom:auto;
    left:64vw;
    right:1.5vw;
    padding-left:1vw;
    box-shadow:.5vh .5vh #bd006b93,
                .8vh .8vh rgba(255, 255, 255, 0.384);
}

.content a {
    display:block;
    margin-top:2vh;
    margin-bottom:2vh;
    text-decoration:none;
    color: black;
    font-size:1.5vw;
    background: -webkit-linear-gradient(#bd006b, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .25s;
}

.content p {
    display:block;
    margin-top:2vh;
    margin-bottom:2vh;
    font-size:1.5vw;
    background: -webkit-linear-gradient(#fffb23, rgb(231, 59, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbowgradient 3s infinite;
}

h1 {
    text-align:right;
    font-size:6vmin;
    margin:0;
    -webkit-text-stroke: 3px #0e4a52;
}

.content a:hover {
    background:none;
    -webkit-text-fill-color:black;
    cursor:url("images/cursors/cactus_2.png"), auto;
}

#portfolio_div {
    top:10vh;
    bottom:45vh;
}

#contact_div {
    bottom:5vh;
    top:80vh;
}

#rates_div {
    top:58vh;
    bottom:23vh;
}

#pointer_finger {
    z-index:1;
    animation: fuck .6s infinite;
    animation-direction: alternate;
}

#me_div img {
    position:absolute;
    left:-25vw;
    top:6vh;
    height:auto;
    width:25vw;
    animation: moveface 10s infinite;
    animation-direction: alternate-reverse;
}

#bottom_margin {
    display:none;
}

@media only screen and (max-width: 600px) {

    @keyframes fuck {
        to {
            transform: translate(1vw, .3vh);
        }
    }
    
    @keyframes moveface {
        20% {
            left:-80vw;
        }
        100% {
            left:0;
        }
    }

    body {
        overflow-y:scroll;
    }
    
    #nav_div {
        height:5vh;
        text-align:left;
        padding-left:5vw;
        padding-right:5vw;
        padding-top:2vh;
        -webkit-text-stroke:0;
    }

    .content {
        left:3vw;
        right:3vw;
        width:85vw;
        padding-left:2vw;
        padding-right:2vw;
        hyphens:auto;
        height:auto;
    }

    .content a {
        font-size:4vw;
    }

    .content p {
        font-size:4vw;
    }

    #portfolio_div {
        top:80vh;
        bottom:auto;
    }
    #rates_div {
        top:120vh;
        bottom:auto;
        height:auto;
    }
    #contact_div {
        top:140vh;
        bottom:auto;
        height:auto;
    }

    #me_div img {
        position:absolute;
        top:7vh;
        width:auto;
        height:60vh;
        bottom:60vh;
    }

    #logo_img {
        position:absolute;
        width:70vw;
        top:10vh;
        left:15vw;
        right:10vw;
        height:auto;
    }

    #logo_text {
        position:absolute;
        top:62vh;
        left:15vw;
        right:10vw;
        width:70vw;
    }

    h1 {
        -webkit-text-stroke:1px #0e4a52;
        margin-right:3vw;
        font-size:8vmin;
    }

    #logo_div {
        position:static;
    }

    #bottom_margin {
        position:absolute;
        display:block;
        bottom:0vh;
        top:155vh;
    }
}