@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&display=swap');

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
	}

.material-fix { 
	font-variant: normal;
	vertical-align: text-bottom;
	}
	
.icon18 { font-size: 18px; }

body {
	background-color: #efefef;
	color: #00082a;
	color: #403E2F;
	font-family: "Vollkorn", serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	width: 40em;
	max-width: 90%;
	padding: 0;
	margin: 0 auto;
	}	
	
a  {
	font-weight: 500;
	color: inherit;
	text-decoration-color: #eab71f;
	text-underline-offset:0.25em;
	}
	
a[href^="tel"] {
	text-decoration: none;
	}
	
a:hover {
	color: #767676;
	text-decoration-color: #767676;
	}

strong { font-weight: 600; }
	
header, section, footer, figure, cite {
	display: block;
	padding: 0;
	margin: 0;
	}
	
header {
	font-family: "Unica One", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #767676;
	}
	
footer {
	font-size: 14px;
	color: #403E2F;
	}
	
footer a {
	font-weight: 400;
	}
	
header strong {
	color: #403E2F;
	font-weight: 400;
	font-style: normal;
	}
	
.invert {
	color: #FFF;
	background-color: #403E2F;
	padding: 0.125em 0.5em;
	margin: 0 0.25em 0 0;
	border-radius: 0.25em;
	}
	
header {
	margin: 1.5rem auto;
	}
		
footer {
	margin: 6rem auto;
	}

section, figure { margin: 3rem auto; }

div { margin: 0 auto; }
	
h1 {
	font-family: "Unica One", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #767676;
	margin : 1.5em 0;
	}
	
h2 {
	font-family: "Unica One", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #403E2F;
	margin : 1.5em 0;
	}
	
p {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 1em auto;
	padding: 0;
	}
	
blockquote {
	font-size: 14px;
	line-height: 1.25em;
	width:20em;
	max-width: 60%;
	padding: 0;
	margin: 1.5em;
	display: inline-block;
	}
	
cite { 
	font-style: normal;
	line-height: 1.5em;
	margin-top: 0.5em;	
	}
	
cite strong {
	font-weight: 400;
	font-variant: small-caps;
	}
	
ul {
	padding: 0;
	margin: 1.6em;
	}
	
li {
	padding: 0;
	margin: 0.8em 0;
	}
	
img { 
	display: block;
	width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	}
	
.open-in-new { 
	font-size: 0.8em;
	font-variant: normal;
	vertical-align: text-top;
	}

#Squiggle {
	width: 80%;
	margin: 1.5em 0 1.5em -5%;
	padding: 0;
	overflow: hidden;
	}

#Portrait {
	width: 10em;
	margin: 0 1.5em;
	border-radius: 1em;
	display: inline-block;
	}

#Copyright { 
	font-size: 12px;
	font-family: "Unica One", sans-serif;
	margin-top: 3em;
	}
	
#Copyright a { 
	text-decoration: none;
	}
	
@media only screen and (min-width: 960px) {
	
  body { font-size: 18px; }
  header, footer, blockquote { font-size: 16px; }
  h1 { font-size: 27px; }
  h2 { font-size: 18px; }
  .icon18 { font-size: 21px; }
  #Copyright { font-size: 14px; }
}
