/*
 * Custom CSS styles go here.
 */

div.toc {
    margin-bottom: 40px;
}
.toctitle {
    font-size: 30px;
    font-weight: 500;
}

img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}

hr {
    text-align: center;
    width: 100px;
}
footer {
    margin-bottom: 50px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /*margin-top: 48px;*/
  margin-bottom: 10.5px;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 20px;
  margin-bottom: 10.5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.splash-img {
    width:  300px;
    height: 300px;
}

h1.jumbo {
    font-size: 64px;
}

h1.jumbojumbo {
    font-size: 78px;
}

a.index-btn {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-default {
    background-color: #000;
    border-color: #000;
}

div.v300 {
    height: 300px;
}

div.v200 {
    height: 200px;
}

div.v150 {
    height: 150px;
}

div.v50 {
    height: 50px;
}
div.v20 {
    height: 20px;
}

hr {
    text-align: center;
    width: 100px;
}
