body {
/*  padding-top: 50px;*/
    font-size: 1rem;
}
.footer {
    margin-top: 21px;
}
.btn-space-top {
    margin-top: 5px;
}
.btn-space-left {
    margin-left: 5px;
}
.btn-space-right {
    margin-right: 5px;
}
dl.row dd {
    margin-bottom: 2px;
}
.avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
blockquote {
    border-left: 5px solid #ecf0f1;
    padding: 10.5px 21px;
}
.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ecf0f1;
    border-left: 0;
    text-align: right;
}
.auto-scale {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.jumbotron {
    background-image: url(jumbotron-bg.png);
    background-repeat: repeat-x;
    background-color: #f9f9f9;
    position: relative;
    z-index: -1;
}
.jumbotron > .img {
    background-image: url(jumbotron-stack.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    /* height: 241px; */
    height: 100%;
    width: 241px;
    z-index: -2;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
    dt {
        text-align: right;
    }
    .jumbotron h1 {
        font-size: 4rem;
    }
    .jumbotron p {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
}
