body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #000000;
    /*    color: #ff0000;*/
    /* color: #871414;*/
    color: #871414;
    font-family: 'OCR A';
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.navbar {
    background-color: #000000;
}

.jumbotron {
    /*background-color: #7d6b6b;*/
    /*background-color: #1d0101;*/
    background-color: #000000;
}

.btn {
    background-color: #871414;
    color: #fff;
    border: #fff;
}

.image-button {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.photoimg {
    max-width: 100%;
    min-width: 300px;
    height: auto;
}
