@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');

:root {
  --theme-text-font: 'Hind', Arial;
  --theme-headline-font: 'Montserrat', Arial;
}

.header {
  border-bottom: 0px;
}

.header-links a {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.banner hgroup>h1 {
  font-weight: 500;
  font-size: 32px;
}

.banner hgroup>p {
  font-size: 20px;
  font-weight: 400;
}

/* Transform the contact us button to a floating button.*/
.header-links ul > li:last-child {
  font-family: 'Montserrat', Arial;
  font-weight: 400 !important;
  position: fixed;
  font-size: 16px;
  bottom: 24px;
  right: 24px;
  background-color: rgb(255, 191, 0) !important;
  border-radius: 0px;
  padding: 15px 21px !important;
  color: rgb(0, 0, 0) !important;
  text-transform: none;
}