@import "https://fonts.googleapis.com/css?family=Archivo+Narrow";

html {
    background-color: inherit;
    min-height: 100vh;
}

.lead {
    font-size: 1.4em;
    line-height: 1.3;
}

.clear {
    clear: both;
}

body {
    font-family: "Helvetica", "Arial", sans-serif;
    min-height: 100vh;
    position: relative;
    padding-bottom: 8rem;
}

.primary-content {
}

h1, h2, h3, h4, h5 {
    font-family: 'Archivo Narrow', 'Arial', sans-serif;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

h2 ~ h4 {
    padding-top: 0;
    margin-top: -6px;
}

h5 {
    text-transform: none;
}

h4 ~ h5 {
    padding-top: 0;
    margin-top: -6px;
}

h5 ~ p {
    padding-bottom: 1rem;
}

.panel-body p {
    padding-top: 0;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

p img.pull-left, p img.pull-right {
    margin: 0rem 1rem;

}

li {
    margin-bottom: 0.4em;
}

li p {
    padding: 0;
}

.nav ul {
    list-style: none;
}

.navbar {
    margin-bottom: 1rem;
    min-height: initial;
    border-radius: 0px;
}

.navbar-nav {
    float: none;
    margin-left: 15px;
}

.navbar-toggle {
    color: white;
}

.navbar .nav {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar li {
    margin: 0;
}

.navbar a {
    font-weight: normal;
    text-decoration: none;
}

.navbar .navbar-collapse {
    padding-left: 0;
    max-height: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.navbar.detached {
    border: thin solid black;
    border-radius: 1rem;
    margin: auto;
    width: auto;
    display: inline-block;
}

.detached-wrap {
    text-align: center;
}

.navbar.nav-top {
    border-top-color: transparent;
    margin-top: -1rem;
}

.nav-right {
    text-align: right;
}

.nav-right li, .nav-left li {
    margin-bottom: 0.2rem;
}

.top {
    font-family: 'Archivo Narrow', 'Arial', sans-serif;
    background: none;
    font-size: 3.5rem;
    line-height: 1.0;
    border: none;
    padding: 2rem;
    margin-bottom: 1rem;
}

.top .course {
    margin-top: 1rem;
}

.top .course a.course-number {
    font-size: 4rem;
    line-height: 4.2rem;
    display: block;
    font-weight: bold;
}

.top .course a.course-title {
    font-size: 2rem;
    line-height: 2.2rem;
    display: block;
    font-weight: bold;
}

.top .course a, .top a.course {
    text-decoration: none !important;
}

.top a,
.top a:link,
.top a:hover,
.top a:active,
.top a:visited
{
    text-decoration: none !important;
}

.top .pull-title-left a,
.top .pull-title-right a,
.top .pull-title-center a {
    text-decoration: none !important;
}

code, pre {
    font-family: monospace;
    color: #222;
    background-color: #eee;
    padding: 1px 4px;
}

sub, sup {
    font-size: 0.75em;
}

sup a, sub a {
    text-decoration: none !important;
}

a.btn {
    text-decoration: none !important;
    color: white !important;
}

a.btn.btn-default {
    color: black !important;
}

.btn-purdue {
    color: black !important;
    background-color: #b1810b;
}

.btn-huge {
  font-size: 2.0rem;
}

.center {
    text-align: center;
}

.footer {
    margin-top: 1rem;
    padding: 16px 0;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    height: 7rem;
}

.footer p a {
    color: white !important;
}

.footer .motto img {
    max-height: 4rem;
    width: auto;
    display: block;
    margin: auto;
    border: none;
}

.footer.course .motto img {
    max-height: 3rem;
}

.footer p.copyright {
    color: white;
    font-size: 0.8rem;
}

.footer.course p.copyright {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.panel.panel-content {
    padding: 0.5rem 1rem;
    margin-top: .5rem;
    color: black;
}

ul.nav-tabs {
    padding-bottom: 0px;
}

.pull-center {
    text-align: center;
}

.pull-title-center {
    text-align: center;
}

.pull-title-left {
    text-align: left;
    float: left;
}

.pull-title-right {
    text-align: right;
    float: right;
}

.sidebar {
    width: 228px;
}

.affix-top{
        position: static;
}

.mw60 {
    max-width: 60%;
}

.mw50 {
    max-width: 50%;
}

.mw40 {
    max-width: 40%;
}

.mw49 {
    max-width: 49%;
}

.mw30 {
    max-width: 30%;
}

.mw100 {
    max-width: 100%;
}

.aside {
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    background-color: white;
    border: thin solid #eee;
    border-radius: 4px;
    padding: 0.5rem;
}

.aside.pull-right {
    margin-left: 1.5rem;
}

.aside.pull-left {
    margin-right: 1.5rem;
}

dl {
    width: 100%;
    overflow: hidden;
}

dl dt {
    float: left;
    width: 33%;
    clear: both;
    padding: 0;
    padding-bottom: 3px;
    position: relative;
}

dl dd {
    float: right;
    width: 66%;
    padding: 0;
    padding-bottom: 3px;
    margin-left: 0;
}

@media(max-width: 992px) {

    .sidebar {
        width: auto;
    }
    .nav-left li, .nav-right li {
        margin-bottom: 0.4rem;
    }
    .nav-left, .nav-right {
        text-align: center;
    }
}
@media(max-width: 768px) {
    body {
        padding-bottom: 10rem;
        line-height: 1.6;
    }

    .sidebar {
        width: auto;
    }
    .pull-title-left {
        display: block;
        text-align: center;
        float: none;
        margin: auto;
        margin-bottom: 1rem;
    }

    .pull-title-right {
        display: block;
        text-align: center;
        float: none;
        margin: auto;
        margin-bottom: 1rem;
    }

    .footer.course {
        height: 9rem;
    }

    .nav-right, .nav-left {
        text-align: center !important;
    }

    .mw50, .mw40, .mw30 {
        max-width: 100%;
    }

    .aside {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


