/* Scss Document */
/* Scss Document */
/*Color variables*/
/*Font stack*/
/* Fonts */
@font-face {
  font-family: "Mulish-light";
  src: url("../fonts/Mulish/Mulish-VariableFont_wght.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Mulish-reg";
  src: url("../fonts/Mulish/Mulish-VariableFont_wght.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Mulish-bold";
  src: url("../fonts/Mulish/Mulish-VariableFont_wght.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Work Sans-bold";
  src: url("../fonts/Work_Sans/WorkSans-VariableFont_wght.ttf");
  font-weight: 650;
}
/* Reponsive width variables */
/* CONTACT SECTION */
input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #047CD6;
}

.input-field .prefix.active {
  color: #047CD6;
}

.info-text {
  font-family: "Mulish-light";
  font-size: 17px;
}

.form-row {
  margin-top: 10vh;
}

footer {
  position: relative;
  bottom: -180px;
}

/*# sourceMappingURL=contact.css.map */
