/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}button,html,input,select,textarea{color:#fff}html{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}audio,canvas,img,video{vertical-align:middle}


/* 
====================================

Author's custom styles

====================================
*/

body {
    background-color: #0c272e;
    color: #fff;
    font-family: "Roboto Slab", "Arial", sans-serif;
    margin: 0 !important;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #6cbdc9;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #8ad4df;
}

a:visited {
    color: #6290a3;
}

a:focus {
    outline: none;
}

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

h1, h2 {
    font-weight: normal;
}

.header { 
    background-color: #231f20;
    position: relative;
    border-bottom: 1px solid #2c617b;
    box-shadow: 0 0px 10px #000;
    margin-bottom: 50px;
    z-index: 10;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.logo {
    height: 168px;
    margin: -10px 0 20px 20px;
    max-width: 60%;
}

.blog-tag, .tag {
    display: block;
    position: absolute;
    font-size: 0.875em;
    line-height: 1;
    top: 132px;
    width: 10em;
    left: calc(50% - 5em);
    padding: 0.5em 1em;
    border: 2px solid #2c617b;
    background-color: #231f20;
    z-index: 20;
    color: #8ad4df;
}

.buckets {
    float: left;
    width: 100%;
}

.bucket, a.bucket {
    width: 50%;
    height: 80px;
    float: left;
    padding-left: 0;
    border: 1px solid #231f20;
    display: block;
    background-color: #312e2f;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.25s ease;
}


.bucket:hover {
    background-color: #4d4b4c;
}

.bucket:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}


.bucket-content {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}

.bucket [class*="icon-"] {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 5px;
}

.icon-download { background-image: url(https://secure.static.tumblr.com/prnxewq/28Knppui5/download-icon.png); }
.icon-music { background-image: url(http://static.tumblr.com/svtfvsa/qJ7nryjpc/tunes-icon.png); }
.icon-wiki { background-image: url(https://secure.static.tumblr.com/prnxewq/cAbnppui5/icon-wiki.png); }
.icon-backerkit { background-image: url(https://secure.static.tumblr.com/prnxewq/Ov9nq7d0g/icon-backerkit.png); }
.icon-twitter { background-image: url(https://secure.static.tumblr.com/prnxewq/tL8nq7d02/icon-twitter.png); }
.icon-steam { background-image: url(http://static.tumblr.com/svtfvsa/IODntalq7/icon-steam.svg); }
.icon-ask { background-image: url(http://static.tumblr.com/svtfvsa/jChntltzm/icon-ask.png);}

.bucket-text {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: "Advent Pro", sans-serif;
    letter-spacing: 1px;
    font-size: 0.875em;
}

.button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 34px;
    line-height: 28px;
    border: 3px solid #c5543d;
    padding: 0 1em;
    font-size: 0.875em;
    cursor: pointer;
    color: #fff;
    box-shadow: 2px 4px 0 #000;
}

a.button {
    color: #fff;
}

.button:hover {
    border-color: #f9836f;
}

.ask-button {
    margin: 0 0 3em;
}

.ask-container {
    width: 100%;
    text-align: center;
}

.subnav {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #4d4b4c;
    margin: 0;
    width: 12em;
    min-width: 100%;
    padding: 10px;
    box-shadow: 0 5px 4px #000;
}

.bucket:hover .subnav {
    display: block;
}

.subnav-item {
    display: inline-block;
}

.windows, .mac, .linux {
    width: 34px;
    height: 34px;
    background-image: url(http://static.tumblr.com/prnxewq/mhLnppui5/win-mac-lin-icons.png);
    vertical-align: middle;
    margin-right: 5px;
}

.windows {
    background-position: 0 0;
}

.mac {
    background-position: -30px 0;
}
.linux {
    background-position: -60px 0;
}

#steamWidget {
    width: 42em;
    max-width: 90%;
    margin: 0 auto;
}

/*
** For 5 buckets
*/

.bucket:last-child {
    width: 100%;
}

@media screen and (min-width: 720px) {
  .bucket, a.bucket, .bucket:last-child {
    width: 20%;
  }
}

/*
** For 4 buckets
*/

/*@media screen and (min-width: 720px) {
  .bucket, a.bucket {
    width: 25%;
  }
}
*/
/* ** */



@media screen and (min-width: 970px) {
    body {
        font-size: 16px;
    }

    .header {
        height: 150px;
    }

    .logo {
        float: left;
        margin-bottom: 0;
    }

    .blog-tag, .tag {
        width: auto;
    }

    .buckets {
        float: right;
        width: 1000px;
        max-width: 75%;
        height: 100%;
    }

    .bucket, a.bucket {
        padding-left: 1px;
        padding-right: 1px;
        float: left;
        height: 100%;
    }

    .bucket-content {
        padding-left: 20px;
        padding-right: 20px;
    }

}
            