@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

body {
    background: #f5f3f0;
    font-family: 'Source Sans Pro', Helvetica, serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2c2b2a;
}

li {
    margin-bottom: 5px;
    line-height: 30px;
}

header {
    padding: 0 0 10px;
    margin-bottom: 30px;
    background: #4f2a64;
    border-bottom: 10px solid #da9345;

}

h1 {
    font-family: 'Source Sans Pro', Helvetica, Arial, serif;
    padding-top: 30px;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #ffb055;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
    font-size: 56px;
    line-height: 48px;
    margin: 0;
}

h1#logo {
    font-size: 24px;
    line-height: 36px;
}

h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro';
    color: #5d2e78;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 15px 0;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

p {
    margin: 5px 0 20px;
}

.right {
    text-align: right;
}

ul {
    margin-bottom: 20px;
}

a:link, a:visited, a:active {
    color: #2b818c;
}

a:hover {
    text-decoration: none;
    color: #1d716d;
}

input[type="email"] {
    font-family: 'Source Sans Pro', Georgia, serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-color: #c0c0c0 #cfcfcf #ddd;
    box-shadow: none;
    color: #666;
}

input[type="email"]:focus {
    border-color: #666;
    box-shadow: none;
}

input:focus:invalid:focus {
    border-color: #d66;
    box-shadow: none;
    color: #666;
}

code {
    border: none;
    background: transparent;
    color: #0086b3;
    font-size: 0.8em;
}

pre {
    padding:0;
    border-color: #ded1ae;
}

pre code {
    border: none;
    line-height: 1.9em;
    font-size: 1em;
}


form p {
    margin-bottom: 5px;
}

button {
    background: #360745;
    color: #fff;
    font-family: 'Source Sans Pro', Georgia, serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    padding: 8px 12px;
}

.navbar-inner {
    background: #340746;
    border-bottom: none;
}

.navbar-static-top .navbar-inner {
    box-shadow: none;
}

.navbar .brand {
    line-height: 22px;
    font-family: 'Source Sans Pro', Helvetica, Arial, serif;
    font-size: 24px;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: #ffc078;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}

.navbar .brand img {
    height: 27px;
}

.navbar .nav > li {
    margin-bottom: 0;
}

.navbar .nav > li > a {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    line-height: 25px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
    padding: 11px 15px;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
}

.navbar .nav > li.active > a {
    background: rgba(0, 0, 0, 0.2);
    text-shadow: rgba(0, 0, 0, 0.7) 0 -1px 0;
    /* box-shadow: rgba(0,0,0,0.7) 0 3px 3px inset; */
    color: #fff;
}

.navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus {
    background: rgba(0, 0, 0, 0.2);
    text-shadow: rgba(0, 0, 0, 0.7) 0 -1px 0;
    color: #fff;
}

footer .footer-inner {
    border-top: 1px solid #dcd9d5;
    padding-top: 15px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;

}

article.blogpost {
    padding-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #dcd9d5;
}

.gist {
    margin-left: -150px;
    margin-right: -150px;
}


article.blogpost:first-child {
    border-top: none;
    padding-top: 0;
}

.disabled {
    color: #73706b;
}

code {
    white-space: normal;
    word-break: break-word;
}

h6.meta {
    color: #73706b;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: right;
    margin-top: 12px;
    text-shadow: #fff 0 1px 0;
}

.coursebox {
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
}

.coursebox h2 {
    margin-bottom: 5px;
}

hr {
    border-top-color: #dcd9d5;
    border-bottom-color: #fff;
}

.centred {
    text-align: center;
}

.feature-headshot {
    margin: 25px 15px 25px;
    height: 64px;
    border-radius: 35px;
    border: 3px solid #da9345;
}

.feature-icon {
    margin: 15px 15px 25px;
    height: 96px;
    border-radius: 35px;
    border: 3px solid #fff;
}

blockquote {
    border-left-color: #DCD9D5;
}

blockquote p {
    margin-bottom: 15px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.span4.bordered, .span3.bordered, .span10.bordered {
    border-top: 1px solid #dcd9d5;
    padding-top: 10px;
}

.span10.bordered {
    padding-top: 30px;
}

img.bordered {
    border: 5px solid #fff;
}

.container.break {
    margin-top: 30px;
}

.progress {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
    border: 1px solid #dcd9d5;
    margin: 20px 0 0;
    border-radius: 0;
    height: 40px;
}

.progress .bar {
    border: none;
    box-shadow: none;
    /* border-top: 2px solid rgba(255,255,255,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.1); */
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 38px;
    overflow-x: hidden;
    text-align: right;
    padding: 0 2px;
    height: 40px;
}

.progress .bar + .bar {
    box-shadow: none;
    border-left: 1px solid #fff;
}

#chart {
    max-width: 100%;
}

.table td, .table th {
    border: none;
    padding: 4px 0;
}

.table .right {
    text-align: right;

}

.table .right.border {
    padding-right: 4px;
    border-right: 1px solid #dcd9d5;
}

.table thead th, .table thead td {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #dcd9d5;
}


abbr[title] {
    border-bottom: none;
}

@media (max-width: 767px) {
    body {
        padding: 0;

    }

    .gist {
        margin-left: 0;
        margin-right: 0;
    }

    header {
        padding: 0 0 10px;
    }

    .container {
        padding: 0 15px;
    }

    nav .container {
        padding: 0;
    }

    .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-static-top .navbar-inner {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0;
        font-size: 18px;
        line-height: 26px;
    }

    header {
        padding: 0 0 10px;
    }

    #logo {
        font-size: 72px;
        line-height: 62px;
    }

    .navbar .brand img {
        height: 20px;
        padding-top: 3px;
    }

    .navbar .nav > li > a {
        font-size: 16px;
    }

    .container {
        padding: 0 15px;
    }

    nav .container {
        padding: 0;
    }

}
