﻿@import url(http://fonts.googleapis.com/css?family=Antic+Slab);

html, body {
    height: 100%;
}


body {
    padding-top: 20px;
}

h1 {
    font-family: 'Antic Slab', serif;
    font-size: 80px;
    color: #DDCCEE;
}

.img-portrait {
    display: inline-block;
    width: 230px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
    border-width: 3px; /* defaults to medium */
    border-color: #DDCCEE; /* defaults to color (literally, the color property) */
    border-style: solid;
}

    .img-portrait img {
        width: 320px;
        height: 400px;
        margin: -8px 0 0 -80px;
    }

.lead {
    color: #DDCCEE;
}


header h2 {
    text-transform: uppercase;
}

aside {
    margin: 0 20px 20px 0;
}

.container-full, .container-full-bottom {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background-color: #110022;
    background-image: url(/images/bg.png);
    color: #eee;
    overflow: hidden;
    padding-top: 7%;
}

#masterhead {
    margin-bottom: 15px;
}

.container-full-bottom {
    min-height: 20%;
    height: 20%;
}

.container-full a {
    color: #efefef;
    text-decoration: none;
}

.fa.fa-arrow-right.tribble:before {
    content: "\f061\f061\f061";
}

.table-col {
    display: table;
    height: 300px;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

section.container {
    padding-top: 1%;
    padding-bottom: 1%;
}

.stack {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
}

.icon-circle {
    position: relative;
    padding-top: 0;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: #322441;
}

.stack-icon {
    line-height: inherit;
    padding-top: 0.05em;
    padding-top: 0;
    margin-top: 5px;
}

.stack-icon, .icon-circle {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #DDCCEE;
    font-size: 70px;
}

.circle {
    width: 100px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
	vertical-align: top;
}

    .circle strong {
        position: absolute;
        top: 21px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 1.2em;
    }

    .circle span {
        display: block;
        font-weight: bold;
        margin-top: 12px;
    }


.sticker {
    -webkit-box-shadow: 1px 2px 2px 1px #BBB;
    -moz-box-shadow: 1px 2px 2px 1px #BBB;
    box-shadow: 1px 2px 2px 1px #BBB;
    margin: 30px 30px 0 0;
}

    .sticker.t1 {
        -ms-transform: rotate(16deg); /* IE 9 */
        -webkit-transform: rotate(16deg); /* Chrome, Safari, Opera */
        transform: rotate(16deg);
    }

    .sticker.t2 {
        -ms-transform: rotate(-11deg); /* IE 9 */
        -webkit-transform: rotate(-11deg); /* Chrome, Safari, Opera */
        transform: rotate(-11deg);
    }


.fa.big {
    font-size: 2.5em;
}

.fa.verybig {
    font-size: 8em;
}


a .glyphicon.glyphicon-link {
    margin-right: 3px;
}
