a {
    color: #FF88BA;
    text-decoration: none;
}

a:visited{
    color: #FF88BA;
}

a:hover{
    color: #FFF;
}

#stage{
    text-align:center;
    padding:50px;
}

h1{
    font-family: 'Leftover Crayon';
    font-size: 48px;
    line-height: 32px;
    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 #FF88BA88;
    border: 2px solid #FF88BA;
}

#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;
}

.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;
    }
}

#quicklinks a:hover{
    color: #FF88BA;
}