header.container {
    padding: 70px 2.0rem;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(40, 40, 40, 0.85);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    background: url(../images/bg-small.jpg) fixed;
    background-size: cover;
}

div.header {
    /* background-image: url("bg.jpg"); */
    /* background-size: cover; */
    /* background-position: bottom; */
}

div.header p {
    text-align: center;
}

p.header-line1 {
    font-size: 15px;
    font-weight: 300;
}

span.grey {
    color: #e2e2e2;
    font-weight: 100;
}

span.small {
    font-size: 50%;
}

p.header-line2 {
    font-size: 63px;
    font-weight: 500;
    text-align: center;
}

p.header-line3 {
    font-size: 25px;
    text-align: justify !important;
}

p.header-line4 {
    padding-top: 30px;
}

a.header-savjetnici-btn {
    margin-bottom: 30px;
    color: #fff;
    padding: 13px 40px;
    border: 2px solid #fff;
}

div.footer {
    background-color: #252525;
    color: #eeeeee;
    font-weight: 200;
    font-size: 12px;
    padding: 17px 0;
}

a {
    text-decoration: none;
    color: #00b4ff;
}

main.wrapper p {
    font-weight: 200;
}

main.wrapper p span.bold {
    font-weight: 400;
}

main.wrapper p span.bold2 {
    font-weight: 700;
    color: #fff;
}

main.wrapper,
main.savjetnik-wrapper {
    padding: 2.0rem 0rem;
}

main.savjetnik-wrapper {
    position: relative;
}

div.mobile-number {
    display: none;
    width: 100%;
    padding: 4px;
    background-color: rgba(7, 167, 20, 1);
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

div.desktop-number {
    width: 100%;
    padding: 4px;
    background-color: rgba(7, 167, 20, 1);
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

div.savjetnik-box-content {
    padding: 10px 15px;
    color: #000;
    font-weight: 200;
    text-align: right;
    position: relative;
}

span.savjetnik-box-content-name {
    font-size: 20px;
    display: block;
    font-weight: 600;
}

span.small2 {
    font-size: 70%;
    font-weight: 700;
}

span.savjetnik-box-content-status {
    color: #00940c;
    font-size: 14px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

span.savjetnik-box-content-spec {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    /* width: 60%; */
    padding-left: 25%;
}

img.avatar {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -50px;
    border-radius: 100px;
    border: 2px solid #fff;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

p.box-text {
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

div.savjetnik-box {
    width: 100%;
    /* background-image: url("box-bg.jpg"); */
    /* background-size: cover; */
    border: 1px solid #d6d6d6;
    background-color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}

div.savjetnik-number-status {
    padding: 7px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    width: 75%;
    line-height: 30px;
    margin: 0 auto 7px;
    border-radius: 5px;
    background-color: #00940c;
}

div.savjetnik-box:hover {
    border-color: rgb(117, 117, 117);
}

img.avatar-big {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -100px;
    border-radius: 150px;
    border: 3px solid #fff;
    object-fit: cover;
    width: 200px;
    height: 200px;
}

p.savjetnik-name {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

div.savjetnik-details {
    margin-top: 100px;
    min-height: 200px;
}

div.savjetnik-details p.savjetnik-spec {
    text-align: center;
    text-transform: uppercase;
}

div.savjetnik-details p.description {
    text-align: justify;
}

div.details-number {
    margin: auto;
    text-align: center;
    /* color: #606c76; */
    color: #fff;
    background-color: rgba(7, 167, 20, 1);
    padding: 5px 10px;
    width: 500px;
    font-size: 30px;
}

div.header-details {
    padding-bottom: 70px;
}

.navbar {
    /* margin-bottom: 10px; */
  }

  .navbar ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: center;
      overflow: hidden;
      background-color: #91cdff;
  }

  .navbar li {
      display: inline-block;
      margin-bottom: 0;
  }

  .navbar li a {
      display: block;
      color: #000;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
  }

  .navbar li a:hover {
      background-color: rgba(255, 255, 255, 0.6);
  }

div.navbar ul li.hamburger {
    display: none;
}

div.navbar ul li.hamburger a {
    background-color: transparent;
}

span.green-more {
    color: #00940c;
    font-weight: bold;
}

@media only screen and (max-width: 1000px) {
    header.container {
        padding: 30px 2.0rem;
    }

    div.desktop-number {
        font-size: 17px;
    }

    div.footer {
        margin-bottom: 56px;
    }

    div.navbar ul li.hamburger {
        display: block;
    }

    div.navbar ul li.item {
        display: none;
    }

    div.navbar ul.responsive li.item {
        display: block;
    }

    body {
        margin-top: 35px;
    }

    div.header p {
        /* font-size: 4vw; */
        text-align: center;
    }

    p.header-line1 {
        font-size: 15px;
    }

    p.header-line2 {
        font-size: 50px;
    }

    p.header-line3 {
        font-size: 20px;
    }

    div.mobile-number {
        display: block !important;
    }

    /* div.desktop-number {
        display: none !important;
    } */

    div.header-details {
        padding-bottom: 70px;
    }

    div.details-number {
        font-size: 25px;
    }
}

@media only screen and (max-width: 550px) {
    header.container {
        padding: 30px 10px;
    }

    body {
        margin-top: 60px;
    }

    div.header p {
        /* font-size: 4vw; */
        text-align: center;
    }

    p.header-line1 {
        font-size: 10px;
    }

    p.header-line2 {
        font-size: 30px;
    }

    p.header-line3 {
        font-size: 17px;
    }

    a.header-savjetnici-btn {
        font-size: 13px;
    }

    div.mobile-number {
        display: block !important;
        line-height: 23px;
    }

    /* div.desktop-number {
        display: none !important;
    } */

    span.savjetnik-box-content-name {
        font-size: 17px;
    }

    span.savjetnik-box-content-status {
        font-size: 13px;
    }

    span.savjetnik-box-content-spec {
        font-size: 11px;
        padding-left: 30%;
        text-transform: uppercase;
    }

    div.savjetnik-number-status {
        font-size: 18px;
    }

    div.details-number {
        width: 100%;
        font-size: 25px;
    }

    img.avatar {
        left: 16px;
        margin-top: -42px;
        width: 84px;
        height: 84px;
    }
}

@media only screen and (max-width: 375px) {
    a.header-savjetnici-btn {
        display: inline-block;
        margin-bottom: 15px;
    }

    p.header-line4 {
        padding-top: 10px;
        margin-bottom: 0;
    }

    div.savjetnik-box-content {
        text-align: center;
    }

    img.avatar {
        left: 50%;
        margin-top: 0;
        margin-left: -42px;
        position: relative;
        display: block;
    }

    span.savjetnik-box-content-spec {
        text-align: center;
        padding-left: 0;
    }
}

a[href^="tel"] {
    color: #fff;
}

img.phone-icon {
    width: 25px !important;
    margin-bottom: -4px;
}

  h1 {
      text-align: center;
      font-size: 30px;
      font-weight: bold;
  }


  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }


div.hamburger-inner,
div.hamburger-inner::before,
div.hamburger-inner::after {
    background-color: #fff;
}

div.hamburger {
    padding: 4px;
}

div.navbar span.text {
    margin-bottom: 5px;
    display: block;
}

.green {
    color: rgba(7, 167, 20, 1);
}

div.footer div.savjetnik-number-bell.active {
    color: rgba(7, 167, 20, 1);
}
