html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: Cambria, Georgia, serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 110px 0;
    padding: 70px 0 0 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    border: 0;
}

img { border-width: 0px; }



footer {
    padding: 3rem 0;
    margin-top: 4rem;
    font-size: 85%;
    text-align: center;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 110px;
}

.social {
    font-size: 14pt;    
}

.social a {
    padding: 4px;
}

@media screen and (min-width: 970px) {
    .image-right {
        float: right;
    }
}

.image-right {
    margin: 15px;
    border: 1px solid black;
}

.image-right {
    margin: 0px 15px 15px 15px;
    border: 1px solid black;
}


.portfolio-table th { 
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
    width: 150px;
    font-variant: small-caps;
}

.portfolio-table td {
    padding: 4px 2px;
}

.portfolio-tag {
    display: inline-block;
    padding: 2px 12px;
    margin: 0 5px 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.tag-software {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.tag-opensource {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.tag-firmware {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.tag-hardware {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.tag-design {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}