body {
    background-color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

.container img {
    height: 150px;
    margin: 5px;
    border: 3px solid #fff;
    border-radius: 5px;
}
/* Egret */

.sticky-bar-wrap {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.sticky-section {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 80px;
    z-index: 1;
    transition: all .3s ease-in;
    background: rgba(0, 0, 0, .60);
}

.nav-hold {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 13px;
    z-index: 1;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.site-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    letter-spacing: 1px;
}

.site-name span {
    color: #fff;
    padding: 0 13px;
    font-weight: 400;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 3px;
    font-size: 28px;
/*    line-height: 35px;*/
}

ul.nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus {
    background: none;
}

li.current a,
ul.nav > li > a:hover {
    color: #ccc;
}
/* Custom */

#gallerybox {
    z-index: 2;
}

div.demo-container {
    text-align: justify;
}

/* Andy's customization: center images when screen size is very small */
@media screen and (max-width: 768px) {
    div.demo-container {
        text-align: center;
    }
}