body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: inherit;

    font-family: 'Raleway', sans-serif;
    color: inherit;

}
.headers {
    font-weight: 500;
    margin-bottom: 1vh;
    margin-top: 8vh;
    padding-bottom: 2vh;
    border-bottom: dashed 1px #d2d2d28f;
    line-height: 1.2;
}
.jumbotron {
    background-image: url(images/slider02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    text-align: center;
    height: 100vh;
}

.jumbotron:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 37, 40, 0.687);
    z-index: -1;
}

.jumbotron-logo {
    max-width: 200px;
}

.novi-web-button {
    border: solid 2px ghostwhite !important;
    border-radius: 2px;
    line-height: 4em !important;
    background-color: #f65904;
    display: inline-block;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 1.15em;
    text-align: center;
    vertical-align: central;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.novi-web-button:hover {
    border-radius: 5px;
    background-color: #ffab00;
    text-decoration: none;
}

.novi-web-button span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c8";
    margin-right: 5px;
}

.novi-web-button:hover span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px;
}

.logo-wrapper img {
    max-width: 160px;
}
.navbar {

    padding-top: 0px;

}
header .nav a {
    font-weight: 400;
    color: #f65904;
}

.header-info>a {
    float: right;
}

.header-info .small-pad {
    padding-right: 5px;
}

.pull-right {
    float: right !important;
}

.logo-wrapper {
    padding: 0px;
}

.display-5 {
    font-size: 2rem;
    color: ghostwhite;
    text-transform: uppercase;
    font-family: 'Poppins', serif;
    word-spacing: 3px;
    letter-spacing: 2px;
    font-weight: 900;
}
.ponuda-list {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 5vh;
}
.fer-p-info {
    color: ghostwhite;
}
.fer-p-info span {
    margin-right: 10px;
    padding-bottom: 8px;
    border-bottom: dashed 1px #f8f8ff2e;
}
.fer-p-info span a {
    color: #ffc144;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.fer-p-info span a:hover {
    color: #f65904;
    text-decoration: none;
}
.list-wrapper {
    padding: 2vh 0px;
}

.list-wrapper ul {
    list-style: none;
}

.list-wrapper ul li {
    font-size: 1.2rem;
    color: ghostwhite;
    font-family: 'Poppins', sans-serif;
}

.jumbotron button {
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #f65904;
    border-color: #da4e02;
}

.form-text {
    padding: 5vh 0px;
    color: #3a3a3a;
    margin-bottom: 0px;
    font-weight: 400;
}

.form-text>p {
    font-family: 'Raleway', sans-serif;
}

.form-text h2 {
    font-weight: 200;
    color: #848484;
    font-size: 1.7rem;
}
.text {

    margin: 8vh 0 0vh;
}
.contact .form-group>input {
    border-radius: 2px;
    padding: 22px 20px;
}

.custom-file-input {
    border-radius: 2px;
    padding: 22px 20px;
}

.contact button {
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background-color: #f65904;
    border-color: #da4e02;
}

.custom-file-label {
    height: 55px;
    padding: 25px 25px;
    line-height: 1px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    height: 53px;
    padding: 25px 25px;
    line-height: 0px;
    background-color: #ffffff;
    border: 1px solid #f65904;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-label {
    padding: 25px 25px;
    line-height: 1px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f65904;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #da4e02;
}

.custom-file-input:focus~.custom-file-label {
    color: #495057;
    background-color: #fff;
    border-color: #f65904;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #da4e02;
}

.google-map {
    margin-top: 8vh;
}

footer .container {

    margin-top: 5vh;
    margin-bottom: 5vh;

}
.pad-0 {

    padding: 0px !important;
}
.text ul {

    list-style: circle;
    margin-left: 0px;
    padding-left: 15px;
}
.topbar {
    background-color: #375e1f;
    padding: 15px;
    display: none;
}
.separate {

    margin-left: 25px;
}
.footer-info i {

    margin-right: 8px;
}
.footer-info {
    margin: 0;
    margin-top: 3vh;
    box-shadow: inset 0 3px 20px -8px #000;
    padding: 3vh;
}
.close {

    font-size: 2.2rem;

}
.modal-title {
    margin-bottom: 0;
    line-height: 2.2;
    font-family: 'Raleway', sans-serif;

}

.form-check .dropdown-item {

    padding: .3rem 0rem;
    white-space: normal;

}
.form-check a.dropdown-item:first-of-type {
    display: block;
    border-top: dashed 1px #e3e2e2;
    margin-top: 15px;
    clear: both;
    padding: .3rem 0.5rem;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    padding-top: 10px;
}
.form-check .dropdown-item:last-child {
    display: block;
    /* width: 100%; */
    padding: .3rem 0.5rem;

    margin-top: 0px;

     border: 0;
}

.form-check a.dropdown-item:first-of-type .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa !important;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
