/*!
 * Start Bootstrap - Thumbnail Gallery (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.thumb {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}

/* About page tweaks: center the thumbnail and enlarge body text */
.about-thumb {
    text-align: center;
}
.about-thumb .thumbnail {
    display: inline-block;
}
.about-text {
    font-size: 26px;
    line-height: 1.5;
}

/* Navbar header sizes: baseline ~30px, site title slightly larger */
.navbar-brand {
    font-size: 30px;
}
.navbar-brand.site-title {
    font-size: 36px;
    font-weight: 700;
}
/* Smaller sizes on narrow screens */
@media (max-width: 768px) {
    .navbar-brand, .navbar-brand.site-title {
        font-size: 18px;
    }
}