/* @override 
	https://clients.formatpublish.com/printnest/css.php?* */


	
/* @group Base Styles */

/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1.25em /*20*/;
  line-height: 1.45 /*29*/;
}

* {
	box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* @end */

/* @group Print Nest */

/* ==========================================================================
  Print Nest custom styles
  Author: Kalon Edser | www.kalonedser.com
  Modified: 27 Aug 2025
   ========================================================================== */

body {
	margin: 0;
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	text-wrap: balance;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-style: normal;
}

h3 {
	font-weight: 400;
}

p {
	font-size: 1em;
	margin: 1.45em 0;
}

.wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 500px;
	text-align: center;
	padding: 0 18px;
}

.linklist {
	display: flex;
	justify-content: center;
	gap: 5%;
	padding: 0;
	margin: 20% auto;
	list-style: none;
}

.linklist a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -999em;
}

.linklist a:hover {
	opacity: .6;
}

li.link-facebook a {
	background: url('/images/3.svg') no-repeat left top;
}

li.link-instagram a {
	background: url('/images/2.svg') no-repeat left top;
}


/* @group Header */

.site-header .container .inner {
	display: flex;
	justify-content: space-between;
	align-items:  center;
}

.site-logo {
	margin: 20% auto 20% auto;
	width: 100%;
	max-width: 60%;

}

.site-logo img {
	width: 100%;
	border-radius: 100% 100%;
}

.site-logo a:hover img {
	filter: invert(100%);
	opacity: .6;
	background: #FFF;
}

/* @end */
/* @group Contact Us / form */

.contact-us .article-excerpt .inner {
	padding: 0;
	margin: 1.75em 0;
}


.comConnectForm {
	margin: 0;
	width: 100%;
}

.comConnectForm p {
	margin: .5em 0;
}

.comConnectForm label {
	display: none!important;
}

.comConnectForm input.comText,
.comConnectForm input.comEmail,
.comConnectForm textarea {
	width: 100%;
	border: none;
	text-align: left;
	padding: 0.5em;
	margin: 0;
	color: #000;
	font-size: 1em;
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
	border: 1px solid #000;
	text-align: center;
}

.comConnectForm textarea {
	height: 9em;
}

.comConnectForm ::placeholder {
	color: #ababab;
	text-align: center;
	font-style: italic;
}

.comSubmit {
	background: #000;
	color: #fff;
	border: none;
	font-size: 1em;
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	font-variation-settings:
	  "wdth" 100;
	cursor: pointer;
	margin: 0;
	padding: .4em .8em;
	letter-spacing: .06em;
	border:  1px solid #000;
}

.comSubmit:hover {
	opacity: .6;
}

.comThanks {
	font-style: italic;
}

.phone-mail {
	position: absolute;
}

/* @end */
/* @group Footer */

.site-footer {
	margin-top: 25%;
}

/* @end */
/* @end */
/* @group Helper classes */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* @end */
/* @group Responsive */

@media only screen and (min-width: 1440px) {

	body {
		font-size: 1.1em;
	}

}

 
@media only screen and (max-width: 960px) {
	
	body {
		font-size: 0.9em /*18*/;
	}
	
}


@media only screen and (max-width: 380px) {
	
	body {
		font-size: 0.8em /*16*/;
	}
	
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* @end */
/* @group Print */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

/*  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }*/

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
  
	body {
		font-size: 0.9em /*18*/;
	}
  
}

/* @end */