/* ===================================================== GENERAL ======================================================= */ 

html, body
{
    overflow: hidden !important;
}

#web-wrapper
{
    overflow: hidden !important;
}

[desktop]
{
   display: none !important; 
}

[mobile]
{
   display: block; 
}

/* ================================================== NAVIGATION BAR =================================================== */

/* :::::::::::::::::::::::::::::::: General ::::::::::::::::::::::::::::::::: */

.ground
{
    width: 100% !important;
    height: 280px !important;
    
    background: none !important;
}

/* ::::::::::::::::::::::::::::: Navigation Bar ::::::::::::::::::::::::::::: */

#navbar-container /**/
{
    position: fixed;
    z-index: 9;
    
    width: 90%;
    height: 102px;
    top: 1%;
    left: 2%;
}

#navbar-switch
{
    position: absolute;
    
    width: 20%;
    height: 0px;
    padding-top: 20%;
    top: 0px;
    left: 0px;
    
    border-radius: 50%;
    
    background-image: url(../img/general/navbar/nav_switch.png);
    background-size: 100%;
}

#navbar-buttons /**/
{
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
    width: 80%;
    height: 0px;
    padding-top: 2%;
    
    opacity: 0;
}

.navbar-bt /**/
{
    position: relative;
    overflow: hidden;
    float: left;
    
    width: 25%;
    height: 0px;
    padding-top: 25%;
    margin-right: 0px;
    
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    
    perspective: 500px;
    
    border-radius: 50%;
}

.navbar-bt .side-one
{
    position: absolute;
    
    width: 100%;
    height: 100%;
    top: 0%;
    
    transform: rotateX(90deg);
}

.navbar-bt .side-two
{
    position: absolute;
    
    width: 100%;
    height: 100%;
    top: 0%;
    
    transform: rotateX(180deg);
}

.navbar-bt .side-mask
{
    overflow: hidden;
    position: absolute;
    
    width: 100%;
    height: 50%;
    bottom: 0px;
}

.navbar-bt .side-ctn
{
    position: absolute;
    
    width: 100%;
    height: 200%;
    bottom: 0px;
    
    border-radius: 50%;
}

.navbar-bt .side-one .side-ctn
{
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 51%;
}

/* ::::::::::::::::::::::::::::::: Home Page :::::::::::::::::::::::::::::::: */

#page-home h1
{
    color: #f2f2f2;
    text-align: center;
}

#web-title
{
    
    margin-top: -25%;
    font-family: 'NeueAachenPro-Medium';
    font-size: 2.2em;
}

#web-subtitle
{
    font-family: 'NeueAachenPro-Thin';
    font-size: 1em;
}

#mobile-msg
{
    position: relative;
    
    width: 90%;
    margin: 20px auto;
    
    font-family: 'NeueAachenPro-Book';
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    
    z-index: 3;
}

#mobile-linkedin a
{
    position: relative;
    display: block;
    
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px;
    
    text-decoration: none;
    font-family: 'NeueAachenPro-Medium';
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    
    z-index: 3
}

/* :::::::::::::::::::::::::::::: Skills Page ::::::::::::::::::::::::::::::: */

.ground[role="skills"]
{
    height: 70% !important;
    top: 150px !important;
    
    background-color: #d75324;
    
    box-sizing: border-box;
}

#skills-holder
{
    overflow-x: scroll;
    justify-content: flex-start;
}

.skill-card
{
    margin: 10px;
}

.gemstone
{
    display: none;
}

#skills-spaceship-holder
{
    display: none;
}

#flames-holder
{
    bottom: 0px;
}

/* ::::::::::::::::::::::::::::::: Works Page ::::::::::::::::::::::::::::::: */

#works-container
{
    overflow-y: scroll;
    width: 90%;
    height: 70% !important;
}

#works-wrapper
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
    width: 100%;
}

.item
{
    position: relative;
    
    width: 160px;
    height: 127px;
    margin: 10px auto;
    
    text-align: center;
    color: #663c83;
    
    background-image: url(../img/works/item_bg.png);
    
    cursor: url(../img/general/cursor_hover.png), auto;
}

.item:hover
{
    color: #a02cf0;
}

.item a
{
    display: block;
    position: absolute;
    
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.item.p
{
    margin-top: 35px !important;
    margin-bottom: 0px !important;
    
    opacity: 0;
}

.item .icon
{
    overflow: hidden;
    width: 57px;
    height: 57px;
    margin: 10px auto;
    
    border-radius: 50%;
}

.item .icon img
{
    margin: -5px 0px 0px -5px;
}

.item .title
{
    margin: 8px 0px 6px 0px;
    font-size: 1.2em;
    font-family: 'NeueAachenPro-Medium'
}

.item .info
{
    
}

.item .type
{
    position: absolute;
    overflow: hidden;
    
    width: 100%;
    height: 0px;
    bottom: 0px;
    
    color: #e2e2e2;
    line-height: 30px;
    
    background-color: rgba(0,0,0,0.3);
}

.item:hover .type
{
    height: 0px;
    bottom: 0px;
}

/* ::::::::::::::::::::::::::::::: Hire Page ::::::::::::::::::::::::::::::: */

#player-holder
{
    position: absolute;
    
    width: 195px;
    bottom: 150px;
    left: 25%;
}