
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
  -moz-font-feature-settings: "liga" 0; /* Ligature fix for Firefox */
}

body {
  font-family: var(--siteFont);
  width: 100%;
  height: 100vh;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 1;
  transition: opacity 0.3s linear;
  background-image:url("/images/bg-pattern.jpg");
}

a {
  text-decoration: none;
}

h1 {
	font-family: 'Museo-300';
	/* color: #000; */
	font-size: 32px;
	line-height: 58px;
	font-weight: normal;
  border-bottom: 2px solid var(--border-color);
  /* margin-top: 2rem; */
  /* padding-bottom: 4px; */
}

h2 {
  border-bottom: 1px solid var(--border-color);
  /* margin-top: 2rem; */
  /* padding-bottom: 2px; */
	/* color:#000; */
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}

p img,
#main-nav img {
  max-width: 100%;
}

hr {
  margin: -1rem 0 1rem;
}
