/*Plava boja: #024bc8;*/

#header.header3.sticky .header-area {
    border: 1px solid #808080;
}

.buttonCustom {
    color: #323031;
    font-size: 30px;
    overflow: hidden;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 35px;
    padding-left: 0;
    text-align: left;
}

.zutaSlova {
    color: #ffc857 !important;
}

.buttonCustom:focus {
    outline: none;
    text-decoration: none;
}

.buttonCustom:active {
    outline: none;
}

.buttonCustom:active:focus {
    outline: none;
    text-decoration: none;
}

.buttonCustom:hover {
    outline: none;
    text-decoration: none;
}

#aboutUs {
    scroll-margin-top: 200px;
}

#ourServices {
    scroll-margin-top: 200px;
}

.form_group > input {
    border: none;
    border-bottom: 1px solid #a5a5a6;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 20px;
}

.form_group > input:active:focus {
    outline: none;
    text-decoration: none;
}

.form_group:active:focus {
    outline: none;
    text-decoration: none;
}

.form_group:focus-visible {
    outline: none;
    text-decoration: none;
}

.form_group > input:focus-visible {
    outline: none;
    text-decoration: none;
}


@media only screen and (max-width: 1000px) {
  .buttonCustom {
      font-size: 24px;
  }

  #header.header3.sticky .header-area {
	margin: 0px 1px;
  }

  .headingCenter {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
    .marginaTelefonBrojac {
      margin-top: 20px;
    }

    .footer-area .f-logo {
        margin: 0 0 30px;
    }
}