/* Brajevic Custom Styles */

body {
    /* Move down content because we have a fixed navbar that is 50px tall */
    padding-top: 0;
    padding-bottom: 20px;
}

body,
p,
div {
    font-family: Martel, Garamond, Times New Roman, serif;
}

.centered {
    text-align: center;
}

.menu,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant SC', Garamond, serif;
}

h1.logo {
    background-image: urL("../images/brajevic_logo@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 215px 112px;
    text-indent: -10000px;
    height: 108px;
    color: #fff;
    margin: 0;
    padding: 0;
}

nav.navbar.shrink h1.logo {
    background-image: urL("../images/brajevic_logo_horizontal_h50px.png");
    background-position: left;
    height: 50px;
    margin: 0;
    padding: 0;
}

nav.brajevic-thin {
    display: none;
    background-color: #336699;
}

nav.brajevic-thin div.menu {
    margin-top: 6px;
}

.logo-horizontal {
    font-family: 'Cormorant SC', Garamond, serif;
    color: #fff;
    font-size: 24px;
    display: inline-block;
}

h2.title {
    font-weight: bold;
    font-size: 3em;
}

img.portrait {
    float: right;
    padding: 0 0 16px 16px;
}

.thin {
    font-weight: 300;
}

.band {
    margin: 0;
    padding: 0;
}

.band-alt {
    background-color: #e0e0e0;
}

.google-maps {
    position: relative;
    padding-bottom: 33%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.band.hero {
    /* background-image: url("../images/split_03_web.jpg"); */
    background-color: #336699;
    background-size: cover;
    background-position: 50% 15%;
    color: #fff;
    height: 516px;
}

.band.hero .container {
    z-index: 3;
}

.band.hero h1 {
    background-position: left;
    margin: 16px;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul.dash > li:before {
    display: inline-block;
    content: "—";
    width: 1.5em;
    margin-left: -1em;
}

.kontakti a {
    font-weight: bold;
}

div.menu {
    color: #fff;
    font-size: 22px;
    margin-left: 20px;
}

div.menu a {
    color: #fff;
    margin-right: 1.25em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

div.big-screen-nav {
    display: none;
}

@media (min-width: 768px) {
    div.big-screen-nav {
        display: block;
    }
}

#nav-map
{
    height: 516px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

#nav-info{
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.overlay-up
{
    background-color: rgba(51,102,153, 0.6);
}

.overlay-down
{
    background-color: rgba(51,102,153, 0.8);
}