/* Add here all your css styles (customizations) */
.header-fixed .header.header-fixed-shrink {
    background: #fff;
}

.search-block {
    padding: 40px 0;
}

    .search-block h1 {
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    }

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width:329px;
        margin: 45px 0 0px;
    }
}
.gs-snippet {
    margin-left:10px;
}

li a {
    color:#3498db;
}

.social_email {
    background:url(../img/icons/social/e_mail.png) no-repeat;
}

/*smaller navbar fonts*/
.header .navbar-nav > li > a { font-size:13px; }



.flickr-slideshow-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Ensures it scales down on smaller screens */
}

    .flickr-slideshow-container img {
        width: 100%;
        height: auto; /* Maintains aspect ratio */
        display: block;
    }
