/* Modern stylesheet for Apex Bar */

@import url(//fonts.googleapis.com/css?family=Oleo+Script:400,700|Bevan:400|Bitter:400,700|Playfair+Display+SC);

/* Base styles */
body {
    font-family: 'Bitter', 'Georgia', serif;
    color: #f0f0f0;
    background-color: #1a1a1a;
    padding-bottom: 40px;
}

h1 {
    font-family: 'Bitter', 'Georgia', serif;
}

h2, h3, h4 {
    font-family: 'Bitter', 'Georgia', serif;
    color: #ffffff;
}

/* Navbar brand */
.navbar-brand {
    font-family: 'Bevan', 'Garamond', serif;
    font-size: 2rem;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Footer */
footer {
    padding-top: 40px;
    color: #5a5a5a;
}

/* Hero image section */
.hero-section {
    position: relative;
    margin-top: 1rem;
}

.hero-section img {
    max-height: 500px;
    object-fit: cover;
}

.hero-caption {
    text-shadow: 0.1em 0.1em 0.2em black;
}

/* Marketing section */
.marketing h2 {
    font-weight: normal;
    color: #ffffff;
}

.marketing a {
    color: #0d6efd;
}

.marketing a:hover {
    color: #0a58ca;
}

/* Text utilities */
.white {
    color: #ffffff;
}

.grey {
    color: #999999;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 1.5rem;
    }

    .hero-section img {
        max-height: 300px;
    }

    .hero-caption h1 {
        font-size: 1.5rem;
    }

    .hero-caption p {
        font-size: 1rem;
    }
}
