/* Global styles start */
html {
    height: 100%;
}

body {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    height: 100%;
    background: url("../images/grunge-wall.png") #5c5c5c;
}

button::-moz-focus-inner {
    border: 0;
}

a:focus {
    outline: none;
}

/* Override large Bootstrap margin-bottom */
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 3px;
}

/*
 * Add CSS properties to the default "ember-view" class so content
 * stretches all the way to the bottom
 */

.ember-view {
    min-height: 100%;
    height: 100%;
    clear: both;
}

.container {
    background-color: #fff;
    max-width: 900px;
    min-height: 100%;
    margin: 0 auto;
    padding: 12px;
    box-shadow: 12px 0 15px -4px rgba(51, 51, 51, 0.4),
    -12px 0 8px -4px rgba(51, 51, 51, 0.4);

}

.headerClass {
    margin-bottom: 30px;
}

.navClass {
    margin-bottom: 34px;
}

.homepageLinkClass {
    width: 196px;
    height: 140px;
    display: block;
}

.logo {
    background: url('../images/logo.png') no-repeat;
    margin: 0 auto;
    width: 196px;
    height: 140px;
    display: block;
    text-indent: -9999px;
}

.icon {
    font-size: 4em;
    color: #E74856;
}

.features {
    display: inline-block;
}

.centerText {
    text-align: center;
}

.imageBorder {
    border: 2px solid #000;
}

.btn {
    color: #e9e7e7;
    margin-right: 10px;
}

.mainClass {
    min-height: 300px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Override Bootstrap button text hover color */
a.btn:hover {
    color: #C2EEFF;
}

.footerClass {
    margin-top: 20px;
}

/* Global styles end */

/* Home page styles start */

.homepageHeader {
    font-size: 30px;
}

.homePageDiv {
    display: inline-block;
    max-width: 400px;
}

.vertAlign {
    vertical-align: top;
}

.homePageCopy {
    margin-left: 10px;
}

/* Home page styles end */

/* Shared styles for all the pages/templates start */

.pageClass {
    margin-top: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #858585;
}

.pageClass h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c6c6c6;
}

/* Shared styles for all the pages/templates end */

/* About page styles start */

.aboutTagLine {
    text-align: center;
    margin-bottom: 31px;
    font-size: 18px;
}

.aboutImage {
    margin: 0 10px 10px 0;
}

/* About page styles end */

/* Collection page styles start */

.collectionsImage {
    float: left;
    margin: 0 10px 10px 0;
    border: 2px solid #FFF;
}

.collectionArticleClass {
    background-color: #C4E9F5;
    border: 1px solid #000;
    padding: 16px;
    margin-bottom: 20px;
}

/* Collection page styles end */

/* Exhibit page styles start */

.exhibitSection {
    text-align: center;
}

.singleExhibitList {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 0;
}

.singleExhibitListItem {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    width: 230px;
}

.singleExhibitContent {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 12px;
    margin-top: 15px;
    display: inline-block;
    text-align: left;
}

.singleExhibitImage {
    margin-right: 15px;
}

/* Exhibit page styles end */

/* Volunteer page styles start */

.singleEntry {
    margin: 20px 0 35px;
    border: 1px solid #808080;
    background-color: #F0FFFF;
    padding: 10px;
    width: 615px;
}

.btnVolunteerParagraph {
    margin: 10px 0;
}

/* Volunteer page styles end */