html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  /* Base color*/
  --color-transparent: transparent;
}

.body {
  scroll-behavior: smooth;
}

/***************************************************/
.header-link {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .header-link:hover {
    color: #FF5A28;
  }
}

.button_white {
  background-color: #FFFFFF;
  color: #231A21;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  .button_white:hover {
    background-color: #231A21;
    color: #FFFFFF;
  }
}

/***************************************************/
.button_header {
  background-color: transparent;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  .button_header:hover {
    background-color: #FFFFFF;
    color: #231A21;
  }
}
/***************************************************/
.button_header-white {
  background-color: #FFFFFF;
  color: #231A21;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  .button_header-white:hover {
    background-color: #231A21;
    color: #FFFFFF;
  }
}
/***************************************************/
.button_black {
  background-color: #231A21;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  .button_black:hover {
    background-color: #FFFFFF;
    color: #231A21;
  }
}

/***************************************************/
.footer-link {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .footer-link:hover {
    color: #FF5A28;
  }
}

.footer-email {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .footer-email:hover {
    color: #FF5A28;
  }
}

.social-link {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .social-link:hover {
    opacity: 0.5;
  }
}

/***************************************************/
uc-file-uploader-regular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

uc-simple-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

uc-simple-btn:hover {
  background-color: transparent;
}

uc-simple-btn:hover button{
  background-color: transparent;
}

uc-simple-btn button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  position: absolute;
  width: 100%;
  padding: 0;
  background-color: transparent;
  color: transparent;
}