@charset "UTF-8";
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2023 Schwartzco Inc.
        License: 2304-YYQLHC     
*/
/*@font-face {
  font-family: 'Canela Text Web';
  src: url('../assets/fonts/CanelaText-Regular-Web.woff2') format('woff2'),
       url('../assets/fonts/CanelaText-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

.CanelaText-Regular-Web {
  font-family: 'Canela Text Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}
*/
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Neutraface Text Book by House Industries
 * URL: https://www.myfonts.com/products/book-neutraface-text-421065
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-family: "NeutrafaceTextBook";
  src: url("../assets/fonts/NeutrafaceTextBook/font.woff2") format("woff2"), url("../assets/fonts/NeutrafaceTextBook/font.woff") format("woff");
}
html {
  background-color: #d7d7ca;
  background-image: url("../assets/images/sitebg.png");
  background-position: center;
  background-size: cover;
}
body {
  color: #000;
  background: transparent;
  font-family: "NeutrafaceTextBook" !important;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
main#content {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
a {
  color: #000;
  font-weight: 600;
}
.invisible {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .page-content {
    max-width: 80%;
  }
}
