* {
    font-family: "Segoe UI", Arial;
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    display: table;
    height: 80%;
}

.semantic {
    display: none;
}

#content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

    margin-top: 1em;
}

h1 {
    text-align: center;
    font-size: 38pt;
}

#navigation {
    display: inline-block;
}

ul {
    list-style: none;
    text-align: center;

    margin-top: 2em;

}

ul li {
    display: inline-block;
    padding: 3em;
    float: left;
}

ul li.line-break {
    clear: left;
}

#blog a {
    display: block;
    background-image: url(//static.chrishowie.com/files/3rdparty/Ambox_rewrite_blue.png);

    width: 178px;
    height: 178px;
}

#twitter a {
    display: block;
    background-image: url(//static.chrishowie.com/files/3rdparty/twitter-bird-light-bgs.png);
    background-position: center;

    width: 178px;
    height: 178px;
}

#linkedin a {
    display: block;
    background-image: url(//static.chrishowie.com/files/3rdparty/LI_icon.png);

    width: 178px;
    height: 178px;
}

#github a {
    display: block;
    background-image: url(//static.chrishowie.com/files/3rdparty/github-178.png);

    width: 178px;
    height: 178px;
}

#stackoverflow a {
    display: block;
    background-image: url(//static.chrishowie.com/files/3rdparty/so-178.png);

    width: 178px;
    height: 178px;
}

#steam a {
    display: block;
    background-image: url(//static.chrishowie.com/files/3rdparty/steam-178.png);

    width: 178px;
    height: 178px;
}

a:link, a:visited, a:active, a:hover {
    color: #000;
    text-decoration: none;
}

ul li a span {
    position: relative;
    top: 178px;

    font-size: 24pt;

    display: block;
    color: transparent;

            transition: color 0.25s;
         -o-transition: color 0.25s;
       -moz-transition: color 0.25s;
    -webkit-transition: color 0.25s;
}

ul li#stackoverflow a span {
    font-size: 18pt;
}

ul li a:hover span {
    color: #000;
}

ul li a {
    opacity: 0.6;

            transition: opacity 0.25s;
         -o-transition: opacity 0.25s;
       -moz-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
}

ul li a:hover {
    opacity: 1;
}

