@font-face {
  font-family: 'Garet-Book';
  font-style: normal;
  font-weight: normal;
  src: local('Garet-Book'), local('Garet-Book'), url('font/Garet-Book.woff') format('woff');
}

@font-face {
  font-family: 'Garet-Heavy';
  font-style: normal;
  font-weight: bolder;
  src: local('Garet-Heavy'), local('Garet-Heavy'), url('font/Garet-Book.woff') format('woff');
}

body {
  font-family: -apple-system, "Garet-Book", system-ui, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

.heading {
  font-family: 'Garet-Heavy', Arial;
  color: #EEE;
  font-weight: 300;
  font-size: 9vw;
}



html {
  font-size: 1.0em;
  font-family: -apple-system, "Garet-Book", system-ui, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;

}


h1 {
  text-shadow: 2px 2px 3px #aaa;
  background: url("../images/h1.png") no-repeat left center;
  background-size: contain;
  font-family: 'Garet-Heavy', Arial;
  color: #b07e4a;
  padding-left: 90px;
  font-size: clamp(1.8em, 2.8vw, 3em);
}

h2 {
  text-shadow: 2px 2px 3px #aaa;
  color: #b07e4a;
  font-size: clamp(1.5em, 2.8vw, 2.5em);
s}

.z-background {
  background-position: right top;
  background-repeat: no-repeat;
}

.highlight {
  color: #b07e4a;
  font-size: 16px;
  font-weight: bolder;
  background-color: #e4d8e6;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.button-z {
  background-color: #ffffff;
  color: #b07e4a;
  border-color: #b07e4a;
  text-decoration: none;
}

.button-z:hover {
  background-color: #b07e4a;
  color: #ffffff;
}

a.button-z:link {
  text-decoration: none;
}

a:link,
a:hover,
a:visited {
  /*color: #663366;*/
}



.dropdown-toggle::before {
  border-color: #ffffff;
}


@media screen and (min-width: 0px) {

  html,
  body,
  input,
  select,
  textarea,
  .select-input,
  .prepend {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 576px) {

  html,
  body,
  input,
  select,
  textarea,
  .select-input,
  .prepend {
    font-size: 1.0em;
  }
}

@media screen and (min-width: 768px) {

  html,
  body,
  input,
  select,
  textarea,
  .select-input,
  .prepend {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 992px) {

  html,
  body,
  input,
  select,
  textarea,
  .select-input,
  .prepend {
    font-size: 1.1em;
  }
}