

/* some of this CSS needs tidying up, the names of the classes are botched in some cases */

kbd {
    white-space: nowrap;
}

.headerImage {
    width: 90%;
}

.skillBox {
    text-align: center;
    vertical-align: middle;

    font-size: 2em;
    font-weight: bold;

    height: 4em;
    line-height: 4em;

    width: 100%;

}

@media(max-width: 768px) {
    .skillBox {
        width: 100%;
        font-size:2em;
    }

    .paddedCell {
        margin-bottom: 1em;
    }
}

.skillBoxExtra {
    font-size: 0.5em;
    position: absolute;
    bottom: 0em;
    line-height: 0.5em;
    padding: 0.5em;
    display: block;
    width: 100%;
}

.skillBoxExtra a {
    text-decoration: none;
    color: #fff;
}

.sectionHeader {
    display: inline-block;
    padding: 0.2em;
}

.bg-offwhite {
    background-color: #eee;
}

.bg-orange {
    background-color: #FFC107;
    color: white;
}

.bg-green {
    background-color: #4CAF50;
    color: white;
}

.bg-yellow {
    background-color: #673AB7;
    color: white;
}

.bg-blue {
    background-color: #3F51B5;
    color: white;
}

.bg-forestgreen {
    background-color: forestgreen;
}


.bg-goog-amber-100 {
    background-color: #CFD8DC;
}

.center-contents {
    text-align: center;
}

.color-black {
    color: black;
}

.img-wrapper {
    position: relative;
    margin: 0 auto;
    display: table;
}

.img-wrapper .label {
    position: absolute;
    bottom: 10%;
    left: 30%;
    z-index: 100;
}

.label-lg {
    font-size: 1.5em;
}

.text-decoration-none {
    text-decoration: none;
}

.navbar-inverse .navbar-header a.active {
    color: #fff;
}

.margin-bottom-none {
    margin-bottom: 0;
}


.codesnippet {
    background-color: #DDD;
    color: #4B77BD;
    padding: 2px;
}


.directive {
    background-color: #DCEBF5;
    color: #000;
    padding: 10px;
}

/* helpHint stuff */
.helpHint {
    position:absolute;
    z-index: 1000;
    background-color: #4B77BD;
    padding: 1em;
}

.helpHint, .helpHint a {
    color: #fff;
}

.helpHint a {
    text-decoration: underline;
}

.helpHint p:first-child  {
    font-weight: bold;
}

/* blog stuff */
.blogPosts {
    font-size: 1.2em;
}

.blog-post h4 {
    color: #673AB7; /* this would be another nice place to use LESS or SASS as I want this color to reflect that used in another style */
    font-weight: bold;
    margin-top: 1em;
}

.code {
    font-size: 0.8em;
}

.blogHotLinks {
}