/********************************/
/*         Navigation CSS       */
/********************************/
.navbar {
    height: 140px;
    border: none;
}
.navbar-default {
    background: transparent;
    z-index: 2;
}
.navbar-default .navbar-nav > li {
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #F6D015;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #e7e7e7;
}
.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand {
    height: 140px;
}
.navbar-brand > img {
    height: 100%;
    padding: 15px;
    width: auto;
}
.navbar-nav {
    margin-top: 30px;
}
.nav > li > a {
    font-size: 28px;
    padding: 30px;
}
.navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

/********************************/
/*       Reusable classes       */
/********************************/
.space2 { margin-top:2px; }
.space3 { margin-top:3px; }
.space4 { margin-top:4px; }
.space5 { margin-top:5px; }
.space7 { margin-top:7px; }
.space10 { margin-top:10px; }
.space15 { margin-top:15px; }
.space17 { margin-top:17px; }
.space20 { margin-top:20px; }
.space25 { margin-top:25px; }
.space30 { margin-top:30px; }
.space35 { margin-top:35px; }
.space40 { margin-top:40px; }
.space50 { margin-top:50px; }
.space80 { margin-top:80px; }
.space90 { margin-top:90px; }

.sidePad15 { padding: 0px 15px; }
.sidePad30 { padding: 0px 30px; }

.display-flex-center {
    display: flex;
    justify-content: center;
}
.display-flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-direction-column {
    flex-direction: column;
}
.align-self-center {
     align-self: center;
}
.align-self-start {
    align-self: flex-start;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

/********************************/
/*       Other custom CSS       */
/********************************/

.header-ribbon i {
    padding: 10px 5px;
}
.header-ribbon a {
    color: #343434;
}
.header-ribbon,
.text-section-container {
    background-color: #F6D015;
}

.banner-container {
    z-index: 1;
    /*display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;*/
    height: 700px;
    padding: 0;
    background: transparent;
    margin-top: -140px;
}
.banner-container img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.title-text {
    background-color: rgba(31, 31, 31, 0.85);
    padding: 20px 35px;
    text-align: center;

    display: inline-block;
    font-size: 3em;
    color: white;
    position: absolute;               /* remove from document flow */
    left: 50%;                        /* center horizontally */
    top: 50%;                         /* center vertically */
    transform: translate(-50%,-50%);
}

.text-section {
    display: flex;
    justify-content: center;
}
.text-section p {
    align-self: center;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 24px;
}

.text-section-2 {
    justify-content: center;
}
.text-section-2 h1 {
    font-weight: bold;
    margin-top: 60px;
}
.text-section-2 p {
    align-self: center;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 19px;
}

.images-container > div > div {
    margin: 80px 0;
}
.images-container img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.highlighted-block {
    background-color: #343434;
    position: relative;
}
.highlighted-block p {
    color: #fff;
    font-size: 24px;
    text-align: left;
}
.highlighted-block h1 {
    margin: 50px 0;
    font-size: 46px;
    color: #fff;
}
.highlighted-block h2 {
    color: #fff;
}
.highlighted-block h3 {
    color: #fff;
}

.highlighted-block-2 {
    background-color: #343434;
    position: relative;
    color: #fff;
}
.highlighted-block-2 p {
    font-size: 24px;
    text-align: left;
}
.highlighted-block-2 h1 {
    margin: 50px 0;
    font-size: 46px;
}
.highlighted-block-2 h2 {
    margin-bottom: 50px;
}
.highlighted-block-2 label {
    margin-bottom: 5px;
    color: #959595;
}

.highlighted-block-2 input.form-control {
    height: 40px;
    color: #959595;
    background-color: #555555;
    border: 1px solid #555555;
    border-radius: 0px;
    font-weight: bold;
    margin-bottom: 15px;
}
.highlighted-block-2 textarea.form-control {
    color: #959595;
    background-color: #555555;
    border: 1px solid #555555;
    border-radius: 0px;
    font-weight: bold;
}
.highlighted-block-2 button {
    background-color: #F6D015;
    border-color: #F6D015;
    border-radius: 0;
    color: #343434;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
}
.highlighted-block-2 a {
    color: #ddd;
}
.highlighted-block-2 a:hover {
    color: #F6D015;
}

.price-block img {
    height: 200px;
    margin: 40px auto;
}
.price-column {
    background-color: #F6D015;
    height: 420px;

    border-left-width: 10px;
    border-style: solid;
    border-color: #fff;
    border-right-width: 10px;
    border-top-width: 0;
    border-bottom-width: 0;
}
.price-column .overlap {
    display: inline-block;
    font-size: 2.6em;
    color: white;
    position: absolute;               /* remove from document flow */
    left: 50%;                        /* center horizontally */
    top: 35.5%;                         /* center vertically */
    transform: translate(-50%,-50%);
}

#map {
    height: 500px;
    width: 100%;
}

.footer-block {
    background-color: #343434;
}
.footer-block p {
    margin: 10px 0;
    color: #fff;
}
.footer-block a {
    color: #ddd;
}
.parallax-window {
    position: relative;
}


/********************************/
/*        Media queries         */
/********************************/

/****     Width > 1200px     ****/
@media screen and (min-width: 1201px){

}

/****     Width <= 1200px     ****/
@media screen and (max-width: 1200px){

}

/****     Width <= 992px      ****/
@media screen and (max-width: 992px){

    .navbar {
        z-index: 1000;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        background-color: #eee;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .nav > li > a {
        font-size: 20px;
        padding: 20px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-brand {
        height: 100px;
    }
    .navbar .container {
        width: 100%;
        padding: 0;
    }
    .navbar .container a {
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar .container button {
        margin-left: 15px;
        margin-right: 50px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        /*background: linear-gradient(to top, rgba(55, 55, 55, 0.75), rgba(55, 55, 55, 0.9), rgba(55, 55, 55, 0.9), rgba(55, 55, 55, 0.75));*/
        background-color: #343434;
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* Collapse navbar END */

    .banner-container {
        height: 500px;
    }
    .title-text {
        font-size: 26px;
    }
    .price-column {
        height: 460px;
    }
    .price-column .overlap {
        font-size: 2.2em;
        width: 80%;
        top: 32.5%;
    }
    #naslovna {
        position: relative;
        z-index: 0;
    }
    .text-section p {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 20px;
    }
    .highlighted-block h1 {
        font-size: 38px;
    }
    .highlighted-block p {
        font-size: 20px;
    }
    .highlighted-block .space80 {
        margin-top: 50px;
    }
    .price-block h1 {
        font-size: 34px;
    }
    .highlighted-block-2 h1 {
        margin: 30px 0;
        font-size: 36px;
    }
    .highlighted-block-2 h2 {
        margin: 30px 0;
        font-size: 30px;
    }
    .highlighted-block-2 p {
        font-size: 19px;
    }
    .highlighted-block-2 .space50 {
        margin-top: 0;
    }
    .text-section-2 h1 {
        font-size: 34px;
        margin-top: 50px;
    }
    .text-section-2 p {
        font-size: 18px;
        padding-top: 20px;
    }
    #ime {
        margin-top: 30px;
    }
}

/****     Width < 768px      ****/
@media screen and (max-width: 767px){
    .title-text {
        font-size: 18px;
        width: 70%;
    }
    .highlighted-block img {
        margin-top: 35px;
    }
    .price-block img {
        height: 200px;
        padding-top: 20px;
    }
    .price-column {
        height: 370px;
    }
    .price-column .overlap {
        top: 31%;
    }
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

}

/****     Width <= 400px      ****/
@media screen and (max-width: 400px){
    .price-column {
        height: 390px;
    }
    .price-column .overlap {
        top: 30%;
    }
}

/****     Width <= 359px      ****/
@media screen and (max-width: 359px){
    .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    .navbar-brand {
        height: 95px;
        padding-left: 0;
        padding-right: 0;
    }
    #naslovna {
        top: -10px;
    }
}
