@font-face {
  font-family: 'gt-walsheim-bold';
  src: url('../fonts/gt-walsheim-bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-light';
  src: url('../fonts/gt-walsheim-light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-medium';
  src: url('../fonts/gt-walsheim-medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-regular';
  src: url('../fonts/gt-walsheim-regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-thin';
  src: url('../fonts/gt-walsheim-thin.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-ultra-bold';
  src: url('../fonts/gt-walsheim-ultra-bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-ultra-light';
  src: url('../fonts/gt-walsheim-ultra-light.ttf');
  font-weight: normal;
  font-style: normal;
}
/** Site colours **/
/**Brand colors**/
/** Media Queries **/
.button {
  background-color: rgba(213, 219, 81, 0.2);
  border-bottom: 1px solid #d5db51;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
  font-family: 'gt-walsheim-bold';
}
.button img {
  margin-left: 20px;
  margin-top: -5px;
}
.dark-button {
  color: #ffffff;
  padding: 20px;
}
.dark-button img {
  margin-left: 20px;
  margin-top: -5px;
}
.dark-lemon-button {
  background-color: rgba(213, 219, 81, 0.61);
  border-bottom: 1px solid #a6ac2a;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #1b1d27 #ffffff;
}
.dark-lemon-button img {
  margin-left: 20px;
  margin-top: -5px;
}
* {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  color: #1B1D28;
  font-family: 'gt-walsheim-regular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: #ffffff;
  width: 100%;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: 'gt-walsheim-bold', Helvetica, Arial, sans-serif;
  margin: 0;
}
a {
  text-decoration: none;
}
* input,
* textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
}
a {
  text-decoration: none !important;
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 400;
}
ul,
li {
  padding: 0;
  margin: 0;
}
