@charset "UTF-8";

@font-face {
	font-family: 'dividers';
	src: url('../fonts/honeymoon-webfont.woff2') format('woff2'),
			 url('../fonts/honeymoon-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


/* Animation for spinners */
.spinner {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-moz-transform: rotate(359deg);-o-transform: rotate(359deg);-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-webkit-keyframes spin {
	0% {-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-moz-transform: rotate(359deg);-o-transform: rotate(359deg);-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-o-keyframes spin {
	0% {-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-moz-transform: rotate(359deg);-o-transform: rotate(359deg);-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-ms-keyframes spin {
	0% {-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-moz-transform: rotate(359deg);-o-transform: rotate(359deg);-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
@keyframes spin {
	0% {-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-moz-transform: rotate(359deg);-o-transform: rotate(359deg);-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}

/* vertically center align an element 
   parent el requires static height */
.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.flip {
  -ms-transform: rotate(-180deg); 
  -webkit-transform: rotate(-180deg); 
  transform: rotate(-180deg);
  -webkit-transition: 0.2s ease-in-out; 
  transition: 0.2s ease-in-out;
}


/* =======================================================================================

		Icons & Fonts:

			Custom fonts: https://fonts.google.com/
			Google cdn: https://fonts.googleapis.com/css?family=Bitter|Work+Sans:300

			Icon font library: https://fontawesome.com/icons?d=gallery&m=free
			Fontawesome cdn: https://use.fontawesome.com/releases/v5.4.2/css/all.css
			
		Google Fonts:
			
			
		Simple Animation:
		
			transition: all 0.3s cubic-bezier(0.49, -0.57, 0.58, 1.8) 0s;			
			transition: all 0.2s ease-in-out;
			
			expanding boxes:
			
				-webkit-transition: all 100ms ease-in;
				-webkit-transform: scale(1); 
				transition: all 100ms ease-in;
				transform: scale(1);  
			
		Misc:
		
			https://internetingishard.com/html-and-css/flexbox/
			https://nostrongbeliefs.com/flexbox-vertical-ordering/

		Vertical centering non-flex:
		
			{
				position: relative;
				top: 50%;
				-webkit-transform: perspective(1px) translateY(-50%);
				-ms-transform: perspective(1px) translateY(-50%);
				transform: perspective(1px) translateY(-50%);
			}

colors (also have palettes in @library_template/)
https://htmlcolorcodes.com/color-chart/

qr codes:
https://www.qr-code-generator.com/free-generator/?ut_source=google_c&ut_medium=cpc&ut_campaign=en_top_kw&ut_content=qr_generator_exact&ut_term=make%20a%20qr%20code_e&gclid=EAIaIQobChMIjbSQkLiZ7QIVQ77ACh32pgzZEAAYASAAEgJdwPD_BwE

free photos:
https://unsplash.com/
https://images.superfamous.com/
https://nos.twnsnd.co/
https://htmlcolorcodes.com/resources/ultimate-guide-to-free-stock-photos/

flex set:
----------------------------------
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;


				
======================================================================================= */

html {
	scroll-behavior: smooth; 
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

body {
	font-family: 'Alef', Tahoma, sans-serif;
 	color: #543C00; /* 615643; 543C00*/
	background: #D5C6AA url(../img/patterns/bg-carta.jpg) 0 0 repeat-y;
  background-size: cover;
  background-attachment: fixed;
}



/* =======================================================================================
		Section Header
		Notes: border color: #A07F53
======================================================================================= */

header {
  padding: 0 0 16px 0;
  text-align: center;
}

header > div { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

header figure { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;

	overflow: hidden !important;

	margin: 0 auto 18px;
	width: 144px;
	height: 144px;
	border: 4px dotted #554E3B;
	border-radius: 50%;
}

header figure img {
	position: relative;
	top: -16px;
	width: 170.7px;
	height: auto;
}

.line {
	display: block;
	margin: 0 30px 0 24px;
	width: auto;
	font-family: 'dividers';
	font-size: 6rem;
	line-height: 0.7em;
	text-align: center;
	color: #A01607;
}

.line.divider {
	font-size: 12rem;
	margin: 44px auto 32px;
  line-height: .5em;
}

.line.divider2 {
	font-size: 10rem;
	margin: 0 auto;
  line-height: 1em;
}

hgroup {
	padding: 4px 0;
	font-size: 0.9rem;
	border-top: 1px solid #A01607;
	border-bottom: 1px solid #A01607;
}

hgroup p {
	margin-bottom: 4px;
	text-align: center;
}

hgroup p:last-child {
	margin-bottom: 0; 
}

hgroup > div { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;

	padding: 10px;
	line-height: 1em;
	border-top: 1px solid #A01607;
	border-bottom: 1px solid #A01607;
}

h1, h2, h3 {
	font-family: 'Almendra SC', Palatino Linotype, Book Antiqua, Palatino, serif;
}

hgroup > div b {
	font-weight: 300;
}

header h1 {
	font-size: 4.5rem;
	line-height: 1;
	color: #A01607;
}

header h1 span {
	font-size: 1.7rem;
	font-style: italic;
}

header h1 a>sup {
	font-size: 1rem; 
	top: -1rem;
}

header h1 a:hover {
	text-decoration: none;
}

header #headerimg {
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 44px;
	text-align: center;
}	

header #headerimg img {
	width: 100%;
	height: auto;
}	

.subhdr {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #543C00;
	text-align: center;
	text-indent: 0;
}

.small {
	font-size: 0.8rem;
	color: #A01607;
}

.date {
	text-align: right;
}

/* =======================================================================================
		Navigation
		Notes:
======================================================================================= */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FCE1A2;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

		.hamburger--spin .hamburger-inner {
			transition-duration: 0.22s;
			transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
			.hamburger--spin .hamburger-inner::before {
				transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
			.hamburger--spin .hamburger-inner::after {
				transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
		
		.hamburger--spin.is-active .hamburger-inner {
			transform: rotate(225deg);
			transition-delay: 0.12s;
			transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
			.hamburger--spin.is-active .hamburger-inner::before {
				top: 0;
				opacity: 0;
				transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
			.hamburger--spin.is-active .hamburger-inner::after {
				bottom: 0;
				transform: rotate(-90deg);
				transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

#navicon, #navup {
	position: fixed;
	top: 7px;
	right: 7px;
	z-index: 99999;
}

#navup {
	font-size: 32px;
	color: #FCE1A2;
}

body.print #navup {
	display: block;
}

body.print #navicon {
	display: none;
}

body nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding: 20px 0;
	height: auto;
	background: rgba(0,0,0,0.8);
	box-shadow: 0 3px 7px rgba(0,0,0,0.7);
}

nav > div {
	padding: 10px 32px;
}

nav h4 {
	font-size: 1.2rem;
	color: #A2792E;
}

.nav {

	/*
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
	*/

	color: #fff;

	height: auto;
	margin: 0 0 32px;
	padding: 0 32px;

	column-count: 2;
}

.list {
	display: block;

	height: auto;
	padding: 0 32px;
}

.list li {
	margin-bottom: 20px;
}

.nav a, #toc h4 a, .list a {
	font-size: 1.1rem;
	color: #FCE1A2;
}

#toc { color: #fff; }



/* =======================================================================================
		Global Typography
		Notes:
======================================================================================= */

a {
  color: #A01607;
  text-decoration: none;
	border-bottom: 1px dotted #A01607;
}

a:hover {
  border-bottom: 1px solid #A01607;
}

figure a { 
	border-bottom: none;
}

figure a:hover {
  border-bottom: none;
}

a.notelink:hover {
  text-decoration: none;
}


.note {
	font-size: 0.8rem;
	font-style: italic;
}

.bold {
	font-weight: 700;
}

ol.decimal li {
	margin-bottom: 20px;
}

blockquote {
	clear: both;
	position: relative;
	margin: 0 auto 32px;
	padding: 10px;
	width: 80%;
	color: #075563;
	border-left: 3px dotted #554E3B; /* A01607; */ 
}

blockquote:before {
	content: '\201F';
	font-family: 'Times New Roman';
	font-size: 5rem;
	position: absolute;
	left: -45px;
	top: 50%;
	margin: -20px 0 0;
	width: 30px;
	height: 30px;
	line-height:1; 
	color: #A01607;
}

blockquote p {
	position: relative;
	font-style: italic;
	text-indent: 0;
}

blockquote.nosrc {
	margin-bottom: 32px;
}

p.quote-source {
	margin: 0 auto 32px;
	width: 85%;
	text-indent: 0;
	text-align: right;
	font-size: 0.8rem;
	color: #A01607;
}

blockquote p.firstpara:before {
	content: '"'; /* \201C */
	/*
	position: absolute;
  left: -.7em;
	*/
	font-size: 2em;
	line-height: 1em;
	color: #A01607;
}

blockquote p.lastpara:after {
	content: '"'; /* \201D */
	/*
	position: absolute;
	margin-left: 2px;
	margin-top: 4px;
	*/
	font-size: 2em;
	line-height: 0.5em;
	color: #A01607;
}

blockquote.anthony {
	clear: both;
	position: relative;
	margin: 0 auto 20px;
	padding: 10px;
	width: 95%;
	border: 1px solid #A6432A;
	color: #A6432A;
	background: rgba(169,169,169,0.1);
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

blockquote p:last-child {
	margin-bottom: 0;
}

.button {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #A6432A;
}


/* =======================================================================================
		Global Structure / Pages
		Notes:
======================================================================================= */

#page {
  margin: 0 auto;
	padding: 24px 0 12px;
  max-width: 1040px;
  height: 100%;
	min-height: 100vh;
}

section {
	margin: 0 0 12px;
	padding: 16px;

  border-radius: 3px;
  background: rgba(244,244,244,0.4) url(../img/patterns/retina-background-image.jpg) 0 0 repeat;

	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);

	/*
	background: #FFEEC7 url(../img/patterns/natural-paper.png) 0 0 repeat;
  -webkit-box-shadow: inset 0 17px 177px 0 rgba(244,201,134,0.9), 0 0 12px rgba(0,0,0,0.7);
  box-shadow: inset 0 17px 177px 0 rgba(244,201,134,0.9), 0 0 12px rgba(0,0,0,0.7);
	*/ 
}

article {
	position: relative;
	padding: 0;
	width: 100%; 
	border: 2px dotted #3E2106;

}

article div.content {
	padding: 24px;
}	

article h2 {
	margin-bottom: 32px;
	font-size: 1.7rem;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
	border-bottom: 1px solid #543C00;
}

article h2 > span:first-child {
	width: 80%;
}
article h2 > span:last-child {
	width: 10%;
}

article h2 > span:last-child {
	text-align: right;
}

article h3 {
	margin-bottom: 4px;
	font-size: 1.4rem; 
}

article h4 {
	margin-bottom: 4px;
	font-size: 1.1rem;
	text-align: left;
}

h5 {
	font-weight: 700;
}

figcaption {
	font-size: 0.8rem;
	text-align: left;
}

figcaption h4 {
	margin-bottom: 4px;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 700;
}

article figure {
	display: block;
	margin: 0 auto 44px;
	padding: 4px;
	width: 100%;
	max-width: 840px;
}

.max180 {
	max-width: 180px;
	margin-bottom: 24px;
}

.max280 {
	max-width: 280px;
	margin-bottom: 24px;
}

article figure img {
	display: inline-block;
	padding: 4px;
	width: 100%;
	height: auto;
	border: 1px solid #A01607;
}

figure img.noborder, figure.noborder img {
	border: none;
}	

article figure.right {
	display: block;
	float: right;
	margin: 0 0 12px 20px;
	padding: 0;
	width: 100%;
	max-width: 240px;
}


.cover { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;

	min-height: 100vh;
}

.cover figure.front img {
	width: 520px;
	height: auto;
}


/* =======================================================================================
		Global Elements
		Notes:
======================================================================================= */

p {
	margin-bottom: 20px;
	text-align: justify; 
}

p.droppara, #notes p, .noindent {
	text-indent: 0;
}

#notes h2 {
	text-align: center;
}

p.droppara:first-letter {
  padding: 0;
  margin: -4px 7px 0 0;
  
	font-family: 'Almendra SC', Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: 300;
  font-size: 4rem;
  float: left;
  line-height: 1;
	color: #A01607;
}


.endbox { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
	padding: 0;
	width: 200px;
	line-height: 0.9em;
	border: 2px solid #4D4635;
}

.ent {
	font-size: 3rem;
	line-height: 1em;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.sig {
	font-style: italic;
	font-size: 0.9rem;
}

hr {
	display: block;
	margin: 64px 0 44px;
	border: none;
	border-top: 1px solid #554E3B;
	background: transparent; 
}



dl {
	margin: 0 32px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 20px;
}



/* =======================================================================================
		Footer
		Notes:
======================================================================================= */

footer {
  padding: 4px 0 20px;
  font-size: 0.9rem;
  text-align: center;
}

footer#articlefooter {
	text-align: left;
}

footer a {
  text-decoration: none;
	color: #A6432A;
}

footer a i {
	padding: 4px;
	font-size: 1.2rem;
}

footer h3 {
	font-size: 1.2rem;
}

#footer p {
  text-indent: 0;
}

#ssdl-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -68px 0 0 -60px; 
	display: block;
	padding: 0;
	width: 120px; 
	height: auto;
}

#al-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -104px 0 0 -98px; /* -84px 0 0 -72.5px; */
	display: block;
	padding: 0;
	width: 200px; /* 145px; */
	height: auto;
}

#ssdl-logo img, #al-logo img {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;	
	border: none;
}

#al-logo figcaption {
	padding-top: 5px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #ECF0F1;
}



/* =======================================================================================
		svg
======================================================================================= */

#roundtext, #roundtext2 {
	position: relative; 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;

	/* cursor: pointer; */
	margin: 0 auto;
	width: 40%;
	height: auto;
	background: transparent; /* url(../img/logos/loa-logo-brn.png) 50% 45% no-repeat; */
	background-size: 35%;
}

/*
#roundtext {
	transform: scale(1.5);
}
*/

#roundtext2 {
	transform: scale(1.8);
}
	

svg { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

path {
  fill: transparent; 
}

text {
  /* fill: #9b59b6; */
	fill: #ECF0F1;
}

#roundtext text {
	fill: #2B0100;
}

#roundtext2 text {
	fill: #ECF0F1;
}

textPath {
	font-size: 28px; 
}

#roundtext2 textPath {
	font-size: 28px; /* 28px; */
}

rect {
	margin: 0 auto;
}





/* =======================================================================================
		Mobile First Media Queries
		Notes: Typically associate MQs with their relative components/styles
======================================================================================= */

/* mobile styles should be the defaults i.e. "mobile first" */

/* mobile 2 - up to 379px */
@media (min-width: 380px) {
  
}

/* tablet - 380px to 599px */
@media (min-width: 600px) {
  
}

/* desktop  - 600px to 819px */
@media (min-width: 820px) {
  
}

/* desktop 2 - 820px to 1039px */
@media (min-width: 1040px) {
  
}


/* =======================================================================================
		Bulletproof Original Colors
======================================================================================= */

.swatches-col {
	width: auto;
}


.pallete-item {
	float: left;
	margin: 0 0 20px 20px;
	width: 140px;
}
.palette {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.214;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
}
.palette dt, .palette dd {
	line-height: 1.429;
}
.palette dt {
	display: block;
	font-weight: bold;
	opacity: 0.8;
}
.palette dd {
	font-weight: 300;
	margin-left: 0;
	opacity: 0.8;
}
.palette-turquoise {
	background-color: #1abc9c;
}
.palette-green-sea {
	background-color: #16a085;
}
.palette-emerald {
	background-color: #2ecc71;
}
.palette-nephritis {
	background-color: #27ae60;
}
.palette-peter-river {
	background-color: #3498db;
}
.palette-belize-hole {
	background-color: #2980b9;
}
.palette-amethyst {
	background-color: #9b59b6;
}
.palette-wisteria {
	background-color: #8e44ad;
}
.palette-wet-asphalt {
	background-color: #34495e;
}
.palette-midnight-blue {
	background-color: #2c3e50;
}
.palette-sun-flower {
	background-color: #f1c40f;
}
.palette-orange {
	background-color: #f39c12;
}
.palette-carrot {
	background-color: #e67e22;
}
.palette-pumpkin {
	background-color: #d35400;
}
.palette-alizarin {
	background-color: #A01607;
}
.palette-pomegranate {
	background-color: #c0392b;
}
.palette-clouds {
	background-color: #ecf0f1;
}
.palette-silver {
	background-color: #bdc3c7;
}
.palette-concrete {
	background-color: #95a5a6;
}
.palette-asbestos {
	background-color: #7f8c8d;
}
.palette-clouds {
	color: #bdc3c7;
}
.palette-paragraph {
	color: #7f8c8d;
	font-size: 12px;
	line-height: 17px;
}
.palette-paragraph span {
	color: #bdc3c7;
}
.palette-headline {
	color: #7f8c8d;
	font-size: 13px;
	font-weight: 700;
	margin-top: -3px;
}

