/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Corbel, Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    /*background-color: #c0c0c0;*/
    background-color: #eeeeee;
    /*background-color: #ddd;*/
}

.navbar {
    background-color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    /*background-color: #eee;*/
}

/*body > .container {*/
/*!*padding: 60px 15px 0;*!*/
/*padding: 60px 0;*/
/*}*/
body > .container {
    padding-bottom: 0;
    margin-bottom: 0;
}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container-fluid {
    padding-top: 15px;
}

code {
    font-size: 80%;
}

.centered-block {
    margin: auto;
    max-width: 800px;
}

.col-md-4 {
    margin-bottom: 15px;
}

.photo-index {
    display: block;
    max-width: 600px;
    /*max-height: 600px;*/
    width: auto;
    /*height: auto;*/
}

.photo-nav {
    display: block;
    padding-top: 1.5em;
    /*margin-top: 1.5em;*/
    padding-bottom: .5em;
    display: block;
    width: 100%;
}

.photo-nav .right {
    float: right;
    text-transform: lowercase;
}

.photo-nav .left {
    float: left;
    text-transform: lowercase;
}

.photo-nav a {
    text-decoration: none;
    font-weight: bold;
}

.photo-container {
    display: block;
    width: 96vw;
    height: 80vh;
    text-align: center;
}

.photo-container img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.copyright {
    float: right;
}

.photo-caption {
    display: block;
    /*max-width: 600px;*/
    width: auto;
    padding-top: 1em;
    font-size: larger;
    text-align: left;
}

.photo-caption-large {
    display: block;
    max-width: 100%;
    width: auto \9; /* ie8 */
    padding-top: 1em;
    font-size: larger;
    /*height: auto;*/
}

.photo-date {
    margin-top: 2em;
    float: right;
    font-size: smaller;
    font-style: italic;
}

.photo-title {
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

img.grande {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}