/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body .ac-button--filled-dark {
  /* background-color: pink; */
}

body form input[type=email], 
body form input[type=number], 
body form input[type=password], 
body form input[type=search], 
body form input[type=tel], 
body form input[type=text], 
body form select, 
body form textarea {
  background-color: transparent;
}

body header .ac-header {
  background: #ffc50d;
}


body .footer {
  background: #3a3a3a;
}

body .footer h6 {
  color: #1be49b;
}

body .footer .ac-icon-box__img {
  filter: contrast(0);
}


