body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

nav.navigation {
    background-color: #415c67;
    padding: 10px 10px;
    color: #FFF;
}

nav.navigation ul {
    list-style: none;
    margin: 0;
}

nav.navigation ul li {
    padding: 0 30px;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin: auto;
}

nav.navigation ul li a {
    color: #FFF;
}

nav.navigation ul li a:hover,
nav.navigation ul li a:focus {
    color: #cecece;
}

@media only screen and (min-width: 40em) {
    .top-bar {
        text-align: center;
    }
    ul.center-buttons {
        display: inline-block;
    }
    .logo-nav {
        left: 5px;
        top: -2px;
        position: absolute;
    }
}

.logo-nav {
    height: 50px;
}

.logo {
    max-width: 2rem;
    margin-top: -3px;
    margin-left: 5px;
}

.menu-icon {
    padding-top: 1.2rem;
}

.top-bar.expanded {
    background: #333333;
}

.logo {
    margin-top: .5rem;
}

.circle {
    border: 1px solid #c5c5c5;
    width: 64px;
    height: 64px;
    display: inline-block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: -4em 0 0 -2em;
    position: absolute;
    background-color: #FFF;
    color: #909090;
    line-height: 2em;
}

.circle span {
    font-size: 2em;
}

#price,
#contact,
#gallery {
    padding: 2em 1em;
}

.home {
    padding: 1em;
    background-image: url('../img/nypa_blur.jpg');
    background-size: cover;
}

.home h1 {
    margin-top: 1em;
    font-weight: 400;
    color: #FFF;
}

.home p {
    margin: 3em 0;
    color: #FFF;
}

.home img {
    max-width: 400px;
}

#price {
    border: 1px solid #c5c5c5;
}

#price h3 {
    font-weight: 600;
    font-style: italic;
    color: #414141;
    margin: 2em 0;
}

#contact .italic {
    font-style: italic;
}

#contact .email p {
    font-size: 1.2em;
    display: inline-block;
}

#contact .email span {
    display: inline-block;
    font-size: 2em;
}

#contact .email-text p {
    font-style: italic;
}

#contact h2 {
    margin: 1em;
    color: #FFF;
}

#contact {
    color: #FFF;
    background-image: url('../img/map.png');
    background-size: cover;
}

footer {
    background-color: #415c67;
    padding: 2em 0 0 0;
    position: relative;
}

footer a {
    color: #FFF;
    font-size: 1.5em;
}

footer .fineprint {
    font-size: 0.8em;
}

footer .fineprint a {
    font-size: 0.9em;
}

footer p {}

footer span.typcn {
    margin-top: 0.2em;
    font-size: 1.8em;
}

.clearing-thumbs li {
    height: 7em;
    background-size: cover;
    background-position: center center;
    border: 0.3em solid #cecece;
    margin: 1em;
    position: relative;
}

.clearing-thumbs li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.alert-box {
    margin-bottom: 0!important;
}

form.add {}
