
body {
    overflow-y:scroll;
}

pre {
    /* Used in the tgarle code part */
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.welcome {
    padding-top: 20px;
    text-align: justify;
}

.page-header {
    padding-bottom: 5px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.jumbodiv {
    background-color: #5F5E66;
}

.block {
    height: 350px;
    text-align:right;
}

.jumbotron {
    margin-bottom: 0;
    height: 350px;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    background-color: #5F5E66;
    background: var(--bg-image) no-repeat center center;
    width: 100%;
    top:0;
    left:0;
    /* z-index: -1; */
}

img.dave {
    position: relative;
    top: 50px;
    border-width: 1px;
    border-color: #000000;
    border-style: dashed;
}

.bs-callout {
    padding: 100px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 10px;
    border-radius: 7px;
}

.bs-callout2 {
    padding: 20px;
    padding-top: 5px;
    margin: 20px 0;
    border: 1px solid #eee;

}

.bs-callout h2 {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h2 {
    color: #777;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-summary {
    border-left-color: #B95D40;
}

.bs-callout-experience {
    border-left-color: #5F5E66;
}

.bs-callout-education {
    border-left-color: #94837D;
}

.bs-callout-skills {
    border-left-color: #A79EA0;
}

.bs-callout-outer {
    border-left-color: #000000;
}

span.cv-name {
    color: #778899;
}

div.cv-name {
    color: #2f4f4f;
    text-align: right;
    border-bottom-style: solid;
}

.cv {
    color: #2f4f4f;
    text-align: right;
    font-style: italic;
}

table.cv-table {
    empty-cells: show;
    width: 100%;
}

td.right {
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;

}

td.left {
    text-align: right;
    vertical-align: top;
    width: 18%;
}


td.cv-cell-bar {
    background-color: #0062cc;
    height: 33%;
}

td.cv-cell-header {
    padding-left: 15px;
    color: #0062cc;
}

td.cv-cell-bar-white {
    height: 33%;
}

.jobtitle {
    font-weight: bold;
}

.company-name {
    font-style: italic;
}

.qualification {
    font-weight: bold;
}

.institute {
    font-style: italic;
}

