/* WJMB Alumni Association - Site Styles */

body {
    padding-top: 106px;
}

/* ---- Headings ---- */
h1, h3 {
    color: maroon;
}

h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ---- Navbar ---- */
.navbar {
    min-height: 100px;
}

.logo-brand {
    height: auto;
    padding: 6px 15px;
    line-height: normal;
}

.logo-brand img {
    height: 88px;
}

.navbar-nav > li > a {
    padding-top: 38px;
    padding-bottom: 38px;
}

.navbar-toggle {
    margin-top: 32px;
}

.site-address {
    font-size: 0.82em;
    line-height: 1.5;
    padding-top: 28px;
    color: #9d9d9d;
}

.site-address a {
    color: #ccc;
}

.site-address a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ---- Content ---- */
.body-content {
    padding-top: 20px;
}

address {
    margin-bottom: 10px;
}

ul.list-nobullet {
    list-style: none;
    padding-left: 0;
}

img.img-rounded {
    border-radius: 4px;
    margin: 6px 6px 6px 0;
    max-width: 100%;
}

blockquote {
    font-size: 0.95em;
    border-left: 4px solid #ccc;
    padding: 10px 20px;
    margin: 10px 0 20px;
    color: #555;
}

/* ---- Footer ---- */
footer {
    margin-top: 20px;
    padding: 10px 0 20px;
    color: #666;
    font-size: 0.9em;
}

footer a {
    color: #777;
}

footer a:hover {
    color: maroon;
}

/* ---- Gallery ---- */
.gallery-placeholder {
    background: #f9f9f9;
    border: 1px dashed #ccc;
    padding: 30px;
    text-align: center;
    color: #888;
    border-radius: 4px;
    margin-bottom: 15px;
}
