body {
    font-family: 'PT Sans', sans-serif;
    color: #3E2723;
}

.highlight {
    color: #f4511e;    
}

img {
    max-width: 100%;
}

button {
    border: medium none;
    overflow: visible;
}

#site-title {
    text-align: center;
    background-color: #F5F5F5;
    box-shadow: 0 0 10px #424242;
    margin-bottom: 60px;
}
#site-title img {
    max-height: 100px;
}

footer {
    padding-bottom: 30px;
    overflow: hidden;
}

footer a {
    color: #3E2723;
    text-decoration: underline;
}
footer a:hover,
footer a:active {
    color: #f4511e;
    text-decoration: none;
}

#about {
    background: #F5F5F5;
}

.card {
    box-shadow: 0px 1px 2px #424242;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover; 
    min-height: 100px;
}
a.gallery {
    display: block;
}
a.gallery, 
a.gallery:visited {
    color: #3E2723;
    text-decoration: none;
}

a.gallery:hover, 
a.gallery:active {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.gallery {
    margin-bottom: 30px;
    padding-top: 25%;
}

.gallery .info {
    padding: 15px 15px 5px;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8)); 
    background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8)); 
    background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8)); 
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8));
}

.artwork {
    margin-bottom: 30px;
}

.artwork .info {
    padding: 5px;
}

.artwork h3.title {
    margin: 5px 0;
    font-size: 22px;
}

.artwork .caption .container {
    display: none;
}

#error-404 {
    text-align: center;
}

#error-404 button {
    margin-top: 30px;
}

/**
 * Lightbox
 */
#imagelightbox-loading { display: table; }
#imagelightbox-loading div { display: table-cell; }

#imagelightbox {
    max-height: 80%;
}

#imagelightbox-caption {
    text-align: left;
    background-color: #F5F5F5;
    color: inherit;
    box-shadow: 0 0 10px #424242;
}

#imagelightbox-caption .title {
    font-weight: bold;
    font-size: 18px;
}

#imagelightbox-caption .sold,
#imagelightbox-caption .price {
    float: right;
    margin-top: 5px;
}

#imagelightbox-caption .sold {
    color: #f4511e;
}

.imagelightbox-arrow {
    border-radius: 10px;
}