/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * © 2024 MyFonts Inc.
 */

@font-face {
  font-family: 'CallunaRegular';
  src: url('/webFonts/CallunaRegular/font.woff2') format('woff2'),
       url('/webFonts/CallunaRegular/font.woff') format('woff');
  font-weight: 400; /* Normal weight */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CallunaBold';
  src: url('/webFonts/CallunaBold/font.woff2') format('woff2'),
       url('/webFonts/CallunaBold/font.woff') format('woff');
  font-weight: 700; /* Bold weight */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CallunaBoldItalic';
  src: url('/webFonts/CallunaBoldItalic/font.woff2') format('woff2'),
       url('/webFonts/CallunaBoldItalic/font.woff') format('woff');
  font-weight: 700; /* Bold weight */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'CorporateE-Regular';
  src: url('/webFonts/CorporateERegular/font.woff2') format('woff2'),
       url('/webFonts/CorporateERegular/font.woff') format('woff');
  font-weight: 400; /* Normal weight */
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'CallunaRegular', sans-serif;
  font-weight: 400; /* Normal weight */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 80%;
  margin: 0 auto;
}

a {
  color: #C15E33;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#logo {
  margin-top: 2em;
  margin-bottom: 4em;
  float: right;
  width: 100%;
}

#name {
  display: none;
  text-align: center;
}

#message {
  display: none;
  text-align: center;
  margin-top: 3em;
}

#main {
}

footer {
  display: none;
  position: absolute;
  bottom: 0;
  width: 80%;
  border-top: 1px solid #C15E33;
}

footer p {
  text-align: center;
}

#claim {
  display: none;
  font-style: italic;
  text-align: center;
  font-weight: lighter;
}
