
/* #Site Styles
================================================== */

div.logo-main {
    text-align: center;
}
div.logo-main img {
    margin: 40px 0 50px 0;
}
div.main-content {
    text-align: center;
}
div.main-content h1,
div.main-content p {
    color: #666;
}
p.menu {
    margin-top: 40px;
    margin-bottom: 20px;
}

p.menu a:link,
p.menu a:active,
p.menu a:visited {
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}

div.photo-bar {
    padding: 20px 0;
    background: #eee;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}
div.photo-bar img {
    width: 280px;
    display: inline-block;
    margin: 10px 10px 0 10px;
}
div.photo-bar p {
    color: #999;
    margin: 1em 0 0 0;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1240px) {
    div.photo-bar img {
        width: 200px;
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
    
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
    div.photo-bar img {
        width: 140px;
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
    
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 788px) and (max-width: 979px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 787px) {
    div.photo-bar img {
        width: 260px;
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 787px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

