.navbar-inner,
.navbar-header {
    min-height: 70px !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > a {
    line-height: 40px;
    font-size: 20px;
}

.splash > p {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    width: 60%;
}

.btn-oval {
    width: 70%;
    height: 80px;
    text-align: center;
    padding: 5px 0;
    font-size: 50px;
    line-height: 1.42;
    border-radius: 50px;
    color: white;
    background-color: crimson;
}

.btn-snd-oval {
    width: 60%;
    height: 45px;
    text-align: center;
    padding: 5px 0;
    margin: 2px;
    font-size: 25px;
    line-height: 1.42;
    border-radius: 50px;
    color: black;
    background-color: #cccccc;
}

.blurb {
    text-align: center;
}

.footer-color {
    background-color: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 50px;
}

body {
    padding-top: 70px;
    font-size: 16px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
   font-size: 20px;
}

.container {
    max-width: 900px;
}

article {
    padding: 20px;
}


/* When highlighted code blocks are too wide, they */
/* wrap -- resulting in the line numbers column's */
/* rows not lining up with the code rows. Prevent */
/* wrapping. */
pre {
    white-space: pre;
    width: inherit;
}

.linenodiv pre {
    margin-right: 1px;
}

.source pre {
    margin-left: 1px;
}
