body{
    color: #FFF;
    background-color: #000000;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'AkzidenzGroteskBQ-Light', Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('https://www.icefoxx.info/lib/img/backgrounds/racoonwolfbackground.jpg');
    scrollbar-color: rgba(255,255,255,0.25) rgba(0,0,0,0.2);
    scrollbar-width: thin;
    font-family: 'AkzidenzGroteskBQ-Light';
    text-transform: none;
    font-size:14px;
    user-select: none;
}

#shader{
	width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.6);
	position:fixed;
    height:100%;
    z-index:-1;
}

a {
    color: #FF00BA;
    text-decoration: none;
}

a:visited{
    color: #FF00BA;
}

a:hover{
    color: #FFF;
}

#stage{
    text-align:center;
    padding:50px;
}

h1{
    font-family: 'Road Rage';
    font-size: 48px;
    font-weight: normal;
    text-shadow: 2px 2px #000000;
}

h2{
    font-family: 'AkzidenzGroteskBQ-Cnd';
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
}

h3{
    font-family: 'AkzidenzGroteskBQ-Cnd';
    text-transform: uppercase;
    font-size:24px;
    font-weight: normal;
}

#header{
    border-radius: 20px 20px 0 0;
    background-size: cover;
    background-position: center;
}

#header_dim{
    text-align:center;
    padding:50px 50px 30px 50px;
    border-radius: 20px 20px 0 0;
    background-image: linear-gradient(to bottom, #00000066, #000000EE);
}

#name{
    padding:20px;
    transform: rotate(-6deg);
}

#bio{
    font-size:18px;
    text-shadow: 1px 1px #000000;
}

#gravatar{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0px 0px 50px #FF00BA88;
    border: 2px solid #FF00BA;
}

#content, #footer{
    max-width:750px;
    width:100%;
    display:inline-block;
}

#footer{
    text-align:right;
}

#footer_content{
    padding: 20px;
    font-size:12px;
}

#content{
    text-align:left;
    border-radius: 20px;
    background-color: #00000088;
}

#quicklinks i{
    padding:25px 8px 0 8px;
    font-size:24px;
}

#quicklinks a{
    color: #FFF;
}

#quicklinks a:hover{
    color: #FF00BA;
}

.cat_links{
    margin:0 10px 20px 10px;
}

.cat_head{
    text-align:center;
    background-color: #000000;
    padding:20px;
}

.link_entry{
    text-align:left;
    width:calc(50% - 20px);
    display:inline-block;
    vertical-align:top;
    padding: 20px 10px 20px 0;
    /*background:blue;*/
}

.link_icon{
    display:inline-block;
    width: 70px;
    text-align: center;
    font-size:32px;
    vertical-align: top;
    /*background-color:red;*/
}

.link_text{
    display:inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
}

a .link_comment{
    color: #FFF;
}

.pride_flag{
    vertical-align: middle;
    height: 10px;
    margin-right: 2px;
}


/* MOBILE */
@media only screen and (max-width: 599px) {
    #stage{
        padding:0;
    }
    .link_entry{
        width:calc(100% - 20px);
    }

    #header, #header_dim, #content{
        border-radius: 0;
    }

    #header_dim{
        padding:50px 30px 30px 30px;
    }
}