header {
    background: url("../resources/blueprint-background.png") scroll top repeat-x;
    background-size: auto auto;
}

ul {
    font-family: Bitter, Georgia, serif;
    font-size: 1.3em;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: rgba(2, 0, 53, 0.8);
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: rgba(2, 0, 53, 0.9);
}

body {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Bitter, Georgia, serif;
}

ul {
        padding-left: 10%;
}

.header-holder, .avatar {
    display: inline-block;
}

.avatar {
    width: 160px;
    border-radius: 100%;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.header-holder {
    font-family: Bitter, Georgia, serif;
    vertical-align: top;
    padding-left: 30px;
    margin-top: 50px;
    font-size: 1.3em;
}

.section {
    overflow: auto;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
}

.sectiontitle {
    margin-top: 0px; padding-top: 15px; color: white;color: #ffffff; font-size: 40pt;
}

.sectionsubtitle {
    margin: 0px; padding: 0px; color: white;color: #ffffff; font-size: 25pt;
}

.infobox {
    margin: 10px;
    width: 320px;
    height: 150px;
    -moz-box-shadow: 0px 0px 34px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 34px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 34px rgba(255, 255, 255, 0.3);
    padding: 15px;
    border: 1px solid #ccc;
    color: #1c1c1c;
    position: relative;
    background-color: #eef1f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e2e2e2));
    background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 #fff inset;
    margin-top: 15px;
}

.long {
    height: 420px;
}

span.featuredText {
    display: block;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 1.1em;
}

a.featuredLink {
    display: block;
    color: #530000;
    padding: 4px;
}

.linkContainer {
    height: 228px;
    overflow: scroll;
}

.appicon {
    font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 16px; line-height: 1.5; display: inline-block;
    border-radius: 23px;
}

.app-box {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
    max-width: 150px;
}

.apptitle {
    vertical-align: top; display: inline; margin: 0px; padding-top: 10px; font-size: 1em;
}

.button-preview {
    margin-top: 37px !important;
}