html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-size: 100%;
    margin-top: 0px;
    border-top: solid 10px #ff4d4d;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
small,
span {
    font-family: "Khula", sans-serif;
    color: #121212;
}
h1 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0;
    padding-top: 20px;
}
h2 {
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0;
    padding-top: 20px;    

}
h1 a {
    color: #000000;
    text-decoration: none;
}
h1 a:hover {
    color: #ff4d4d;
    text-decoration: none;
}
h3 {
     font-size: 2.2em;
    line-height: 1.5em;
    margin: 10px 0;
    font-weight: 600;
}
h4 {
    font-size: 1.2em;
    line-height: 1.9em;
    margin-bottom: 0.5em;
}
h5 {
    font-size: 1em;
}
nav ul li a {
    font-size: 1.1em;
}
img,
embed,
object,
video {
    max-width: 100%;
}
section {
    float: left;
    margin-bottom: 20px;
}
section ul {
    float: left;
    margin-bottom: 20px;
}
section:first-of-type h1 {
    padding-top: 0;
}
p {
    font-size: 1.1em;
    line-height: 1.8em;
    margin-bottom: 1em;
}
p a {
    text-decoration: underline;
    color: #ff4d4d;
}
p a:hover {
    text-decoration: underline;
    color: #b23434;
}
hr {
    clear: left;
    height: 10px;
    border-width: 2px;
}
strong {
    font-weight: 700;
}
footer {
    width: 100%;
    margin-top: 50px;
}
article {
    float: left;
}
img {
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-property: transform;
    padding: 0;
    margin-bottom: 20px;
    background: #ffffff;
}
a {
    color: #ff4d4d;
}
span.lead a {
    text-decoration: underline;
}
section#work img + p {
    margin-top: -15px;
    text-align: left;
}
section#work p + h3 {
    padding-top: 15px;
}
section#work p a.website + h3 {
    background: yellow;
    padding-top: 20px;
}
section#archive ul {
    padding: 0 20px;
}
section#archive ul li {
    padding: 4px;
    list-style-type: disc;
    font-size: 1.1em;
    line-height: 1.5em;
}
p + h3 {
    margin-top: 20px;
}
header img {
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition-property: transform;
    padding: 0;
    margin: 0;
}
p a.website {
    text-align: right;
    color: #ff4d4d;
    padding: 3px 8px 2px 8px;
    text-decoration: none;
    border-radius: 3px;
    margin: 0;
}
p a.website:hover {
    background: #ff4d4d;
    color: #ffffff;
}
footer {
    background: #000000;
    padding-top: 20px;
}
footer .container {
    padding-top: 0 !important;
}
footer p {
    color: #ffffff;
}
.main-col {
    border-left: solid 1px #efefef;
    padding-left: 30px;
}
@media only screen and (min-width: 240px) {
    .main-col {
        padding-left: 15px;
    }
    .content {
        margin-top: 20px;
    }
    .container .row:first-child {
        margin-top: 0;
    }
    .nav-pills-menu {
        font-family: "Ubuntu", sans-serif;
        font-weight: bold;
    }
    span.lead {
        font-size: 1.5em;
    }
    span.lead a:hover {
        color: #b23434;
    }
    .leftcol h1 {
        text-align: center;
        font-size: 2.7em;
    }
    .leftcol p.intro {
        text-align: center;
        line-height: 22px;
    }
    .leftcol .nav-pills {
        text-align: center;
        margin-top: 10px;
    }
    .leftcol .nav-pills li {
        display: inline-block;
        padding: 0 10px;
    }
    .leftcol .nav-pills li:nth-child(4) {
        display: none;
    }
    .leftcol .nav-pills li:last-child {
        display: none;
    }
    .leftcol .nav-pills li a {
        color: #ff4d4d;
        font-weight: 600;
    }
    .leftcol .nav-pills li a:hover {
        background: none;
        border-radius: 0;
        text-decoration: underline;
    }
    .leftcol .nav-pills li a:focus {
        background: none;
    }
    .leftcol .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .leftcol ul.social {
        margin-top: 20px;
        text-align: center;
    }
    .leftcol ul.social li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        list-style-type: none;
        width: 30px;
    }
    .leftcol ul.social li:last-of-type {
        margin: 0;
        padding-bottom: 10px;
        list-style-type: none;
        padding-right: 0;
    }
    .content img.profile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (min-width: 320px) {
    .content {
        margin-top: 20px;
    }
    .container .row:first-child {
        margin-top: 0;
    }
    .nav-pills-menu {
        font-family: "Ubuntu", sans-serif;
        font-weight: bold;
    }
    span.lead {
        font-size: 1.5em;
    }
    .leftcol h1 {
        text-align: center;
        font-size: 2.7em;
    }
    .leftcol p.intro {
        text-align: center;
        line-height: 22px;
    }
    .leftcol .nav-pills {
        text-align: center;
        margin-top: 10px;
    }
    .leftcol .nav-pills li {
        display: inline-block;
        padding: 0 10px;
    }
    .leftcol .nav-pills li:nth-child(4) {
        display: none;
    }
    .leftcol .nav-pills li:last-child {
        display: none;
    }
    .leftcol .nav-pills li a {
        color: #ff4d4d;
        font-weight: 600;
    }
    .leftcol .nav-pills li a:hover {
        background: none;
        border-radius: 0;
        text-decoration: underline;
        color: #b23434;
    }
    .leftcol .nav-pills li a:focus {
        background: none;
    }
    .leftcol .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .leftcol ul.social {
        margin-top: 20px;
        text-align: center;
    }
    .leftcol ul.social li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        list-style-type: none;
        width: 30px;
    }
    .leftcol ul.social li:last-of-type {
        margin: 0;
        padding-bottom: 10px;
        list-style-type: none;
        padding-right: 0;
    }
    .content img.profile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (min-width: 480px) {
    .main-col {
        padding-left: 15px;
    }
    .content {
        margin-top: 20px;
    }
    .container .row:first-child {
        margin-top: 0;
    }
    .nav-pills-menu {
        font-family: "Ubuntu", sans-serif;
        font-weight: bold;
    }
    span.lead {
        font-size: 1.5em;
    }
    .leftcol h1 {
        text-align: center;
        font-size: 2.7em;
    }
    .leftcol h1 a:hover {
        color: #000000;
    }
    .leftcol p.intro {
        text-align: center;
        line-height: 22px;
    }
    .leftcol .nav-pills {
        text-align: center;
        margin-top: 10px;
    }
    .leftcol .nav-pills li {
        display: inline-block;
        padding: 0 10px;
    }
    .leftcol .nav-pills li:nth-child(4) {
        display: none;
    }
    .leftcol .nav-pills li:last-child {
        display: none;
    }
    .leftcol .nav-pills li a {
        color: #ff4d4d;
        font-weight: 600;
    }
    .leftcol .nav-pills li a:hover {
        background: none;
        border-radius: 0;
        text-decoration: underline;
        color: #b23434;
    }
    .leftcol .nav-pills li a:focus {
        background: none;
    }
    .leftcol .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .leftcol ul.social {
        margin-top: 20px;
        text-align: center;
    }
    .leftcol ul.social li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        list-style-type: none;
        width: 30px;
    }
    .leftcol ul.social li:last-of-type {
        margin: 0;
        padding-bottom: 10px;
        list-style-type: none;
        padding-right: 0;
    }
    .content img.profile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .content {
        margin-top: 50px;
    }
    .main-col {
        padding-left: 30px;
    }
    .container .row:first-child {
        margin-top: 10px;
    }
    span.lead {
        font-size: 2em;
    }
    .leftcol {
        width: 150px;
    }
    .leftcol h1 {
        text-align: left;
        margin-top: 20px;
        font-size: 2em;
    }
    .leftcol p.intro {
        text-align: left;
    }
    .leftcol .nav-pills {
        text-align: left;
        margin-top: 10px;
    }
    .leftcol .nav-pills li {
        display: list-item;
        padding: 0;
    }
    .leftcol .nav-pills li:nth-child(4) {
        display: block;
    }
    .leftcol .nav-pills li:last-child {
        display: block;
    }
    .leftcol .nav-pills li a {
        color: #ff4d4d;
    }
    .leftcol .nav-pills li a:hover {
        background: none;
        border-radius: 0;
        text-decoration: underline;
        color: #b23434;
    }
    .leftcol .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .leftcol ul.social {
        margin-top: 20px;
    }
    .leftcol ul.social li {
        float: left;
        margin: 0;
        margin-right: 10px;
        list-style-type: none;
        width: 30px;
    }
    .leftcol ul.social li:last-of-type {
        float: left;
        margin: 0;
        padding-bottom: 10px;
        list-style-type: none;
        padding-right: 0;
    }
    .leftcol.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: 12px;
    }
    .content img.profile {
        display: block;
        margin-left: 0;
        width: 70%;
    }
    footer p {
        text-align: right;
    }
}
@media only screen and (min-width: 992px) {
    a.active {
        color: #ff4d4d;
    }
    .leftcol {
        width: 200px;
    }
    .leftcol p.intro {
        text-align: left;
    }
    .leftcol .nav-pills {
        margin-top: 10px;
    }
    .leftcol .nav-pills li a {
        color: #ff4d4d;
    }
    .leftcol .nav-pills li a:hover {
        background: none;
        border-radius: 0;
        text-decoration: underline;
    }
    .leftcol .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .leftcol ul.social {
        margin-top: 20px;
    }
    .leftcol ul.social li {
        float: left;
        margin: 0;
        margin-right: 10px;
        list-style-type: none;
        width: 30px;
    }
    .leftcol ul.social li:last-of-type {
        float: left;
        margin: 0;
        padding-bottom: 10px;
        list-style-type: none;
        padding-right: 0;
    }
    .content img.profile {
        margin: 0;
    }
    .leftcol.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1100px;
    }
    .leftcol {
        width: 200px;
    }
    .leftcol h1 {
        font-size: 2em;
    }
    .leftcol .nav-pills {
        margin-top: 10px;
    }
    .leftcol .nav-pills li a {
        color: #ff4d4d;
    }
    .leftcol .nav-pills li a:hover {
        background: none;
        border-radius: 0;
        text-decoration: underline;
        color: #b23434;
    }
    .leftcol .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 5px 0px;
    }
    .leftcol ul.social {
        margin-top: 20px;
    }
    .leftcol ul.social li {
        float: left;
        margin: 0;
        margin-right: 10px;
        list-style-type: none;
        width: 30px;
    }
    .leftcol ul.social li:last-of-type {
        float: left;
        margin: 0;
        padding-bottom: 10px;
        list-style-type: none;
        padding-right: 0;
    }
    .leftcol.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: 12px;
        color: yellow;
    }
}
h1.name {
    font-weight: 900;
}
