@charset "UTF-8";
@font-face{
	font-family: Pulpa;
	src: url("fonts/Pulpa-Regular.otf")
}
@font-face{
	font-family: Pulpa;
	src: url("fonts/Pulpa-Bold.otf");
	font-weight: bold;
}
@font-face{
	font-family: Pulpa;
	src: url("fonts/Pulpa-Italic.otf");
	font-style: italic;
}
@font-face{
	font-family: Pulpa-ExtraItalic;
	src: url("fonts/Pulpa-ExtraItalic.otf");
	font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
}
span { font-variant: small-caps;}
span2 { font-family: Pulpa-Italic;}
html {
	background-color: #f2e9e4;
	border-width: 0;
}
.container {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	height: auto;}
.full-width {
  width: 100%;
  align-content: center;
  height: auto;
}
.div-2 {
	object-fit: scale-down;
  width: 100%;
  align-content: center;
	height:auto;
	margin: auto;
	overflow:hidden;
}
.div-3 {
  width: 100%;
  align-content: center;
  height: auto;
	margin-top: 40px;
	margin-bottom: 0;
	overflow:hidden;
}
body {
	color: #6a3449;
}

.tt{
	margin-top:2em;
}
p {
	margin-bottom: 0;
}
p span { font-variant: small-caps; letter-spacing:0.05em }
p + p {
	margin-top: 0;
	text-indent: 1.5em;
}
p.columns {
	text-indent: none;
	font-style: italic;
	columns: 3 auto;
	column-width: 160px;
}
p.li {
	list-style-type: disc;
	font-style: italic;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
  border: 2px solid #6a3449;
  background-color: transparent;
  padding: 12px 18px;
  margin-top: 20px;
  border-radius: 6px;
  text-align: center;
  font-family: Pulpa;
  font-variant: small-caps;
  letter-spacing:0.05em;
  color: #6a3449;
  display: inline-block;
  font-size: 18px;
}
h2 {font-style: normal;
	font-family: Pulpa;
	font-weight: bold;
	padding-left: 1.2rem; /* Creates space in the margin */
	text-indent: -1.2rem;
}
h2 span { font-variant: small-caps; letter-spacing:0.05em }
h3 {
	margin-top: 2em;
}
h4 {
	margin-top: 0;
	font-family: Pulpa-ExtraItalic;
}
i {
	font-style: normal;
	font-family: Pulpa-ExtraItalic;
}
body a:link {
	color: #e79285;
	text-decoration: none;
}
body a:visited {
	color: #e79285;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}
body a:id {
	text-decoration: none;
	pointer-events: none;
}
.footer {
	margin-top: 60px;
	margin-bottom: 60px;
}
::selection {
  background: #e79285; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #e79285; /* Gecko Browsers */
}
/* Desktop */
@media screen and (min-width:768px) and (max-width:1200px){
.sample {
  outline: none;
  font-family: "Pulpa";
  margin-left: -1em;
  margin-right: -1.5em;
  margin-top: 20px;
  font-size: 40px;
  line-height: 48px;
}
.sample2 {
  outline: none;
  font-family: "Pulpa";
  font-weight: bold;
  margin-left: -1em;
  margin-right: -1.5em;
  margin-top: 20px;
  font-size: 40px;
  line-height: 48px;
}
.sample3 {
  outline: none;
  font-family: "Pulpa";
  font-style: italic;
  margin-left: -1em;
  margin-right: -1.5em;
  margin-top: 20px;
  font-size: 40px;
  line-height: 48px;
}
.sample4 {
  outline: none;
  font-family: "Pulpa-ExtraItalic";
  margin-left: -1em;
  margin-right: -1.5em;
  margin-top: 20px;
  font-size: 40px;
  line-height: 48px;
}
body p {
	font-family: Pulpa;
	line-height: 1.65;
	font-size: 18px;
}
.container {
	width: 90%;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	height: auto;}

.footer {	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
}
.header {
	font-size: 48px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	font-family: Pulpa;}
h2 {margin-left:-1em;
	margin-right:-2em;
	font-size:36px;
	}
h3 {	
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	}
h4 {	
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa-ExtraItalic;
	}
}

/* iPads */
@media screen and (max-width:767px) and (min-width:481px){	
.sample {
  outline: none;
  font-family: Pulpa;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 42px;
  line-height: 120%;
	}
.sample2 {
  outline: none;
  font-family: "Pulpa";
  font-weight: bold;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 42px;
  line-height: 120%;
}
.sample3 {
  outline: none;
  font-family: "Pulpa";
  font-style: italic;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 42px;
  line-height: 120%;
}
.sample4 {
  outline: none;
  font-family: Pulpa-ExtraItalic;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 42px;
  line-height: 120%;
}
body p {
	font-family: Pulpa;
	line-height: 1.65;
	font-size: 18px;
}
.container {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 440px;
	width: 90vw;
}
.footer {	
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
}
.header {
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	font-family: Pulpa;
}
h2 {margin-left:0em;
	margin-right:0em;
	font-size:30px;
	}
h3 {	
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
h4 {	
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa-ExtraItalic;
	}
}
@media (max-width:480px){
.sample {
  outline: none;
  font-family: Pulpa;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 36px;
  line-height: 120%;
}
.sample2 {
  outline: none;
  font-family: "Pulpa";
  font-weight: bold;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 36px;
  line-height: 120%;
}
.sample3 {
  outline: none;
  font-family: "Pulpa";
  font-style: italic;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 36px;
  line-height: 120%;
}
.sample4 {
  outline: none;
  font-family: "Pulpa-ExtraItalic";
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 20px;
  font-size: 36px;
  line-height: 120%;
}
	body p {
	font-family: Pulpa;
	line-height: 1.65;
	font-size: 16px;
}
.container {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 400px;
	width: 90vw;
}
.footer {	
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
}
.header {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	font-family: Pulpa;
}
h2 {margin-left:0em;
	margin-right: 0em;
	font-size:24px;
	}
h3 {	
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
h4 {	
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa-ExtraItalic;
	}
}

@media screen and (min-width:1201px){
.sample {
  outline: none;
  font-family: "Pulpa";
  margin-left: -2em;
  margin-right: -4.25em;
  margin-top: 20px;
  font-size: 60px;
  line-height: 110%;
}
.sample2 {
  outline: none;
  font-family: "Pulpa";
  font-weight: bold;
  margin-left: -2em;
  margin-right: -4.25em;
  margin-top: 20px;
  font-size: 60px;
  line-height: 110%;
}
.sample3 {
  outline: none;
  font-family: "Pulpa";
  font-style: italic;
  margin-left: -2em;
  margin-right: -4.25em;
  margin-top: 20px;
  font-size: 60px;
  line-height: 110%;
}
.sample4 {
  outline: none;
  font-family: "Pulpa-ExtraItalic";
  margin-left: -2em;
  margin-right: -4.25em;
  margin-top: 20px;
  font-size: 60px;
  line-height: 110%;
}
	body p {
	font-family: Pulpa;
	line-height: 1.65;
	font-size: 20px;
}
.container {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 700px;
	width: 90vw;
}

.footer {	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
}
.header {
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	font-family: Pulpa;}
h2 {margin-left:-1em;
	margin-right: -4em;
	font-size:36px;
	}
h3 {	
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}	
h4 {	
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-family: Pulpa-ExtraItalic;
	}
}
