/**/
body {
    margin-top: 0%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5%;
    background: #faebd0;
    text-align: justify
    }
p {
    font-size:120%;
	text-indent: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em
	
    }
.first {
	text-indent: 0em;
}
.index {
	text-align: center;
}
.intro {
	text-align: center;
	text-indent: 0em;
}

.quotes {
	margin-left: 30%;
    margin-right: 30%;
	font-style: italic;
	}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%
    }
h2 {
	font-size: 300%;
	font-family: Sorts Mill Goudy, Baskerville Old Face, Baskerville, Garamond, Hoefler Text, 
	Times New Roman, serif; font-size: 300% font-style: normal; font-variant: normal; 
	font-weight: 500; line-height: 26.4px; 
}

h3{
	font-family: Sorts Mill Goudy, Baskerville Old Face, Baskerville, Garamond, Hoefler Text, 
	Times New Roman, serif; font-size: 24px; font-style: normal; font-variant: normal; 
	font-weight: 500; line-height: 26.4px; 
	} 

h4{	margin-top: 0;
	font-family: Sorts Mill Goudy, Baskerville Old Face, Baskerville, Garamond, Hoefler Text, 
	Times New Roman, serif; font-size: 22px; font-style: normal; font-variant: normal; 
	font-weight: 400; line-height: 26.4px; 
	} 
	
p { font-family: Sorts Mill Goudy, Baskerville Old Face, Baskerville, Garamond, Hoefler Text, Times New Roman, 
	serif; font-size: 120%; font-style: normal; font-variant: normal; font-weight: 300; 
	line-height: 20px; 
	}

hr {
    width: 50%;
    text-align: center
    }
	
.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
}
header {
	padding: 0 15px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.column {
	flex: 1;
	border: 1px solid gray;
	border-radius: 25px;
	background: #fff2cc;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

footer {
	padding: 0 15px;
}


@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.foot {
    margin-top: 8%;
	margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    text-indent: -3em;
    font-size: 90%
    }
.r	  {
	margin-top: 1%;
	margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    text-indent: -3em;
    font-size: 90%
    }
.sf	{
	margin-top: 3%;
	font-size: 85%;
	border: 1px solid #903;
    
    height: 0px;
}

a {
	color: #903;
	text-align: center;
	text-decoration: none;
}

.center {
	text-align: center;
}

.dropcap {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 400%;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 1px;
  padding-left: 0px;
}

	/* Footnotes */
.footnote {
 
  font-size: 0.9em;
  text-align: right;
  vertical-align: super;
  font-size: 0.6em;
  text-decoration: none;
  white-space: nowrap;
  
}

.smaller {
	font-size: 90%;
}

.smallest {
	font-size: 80%;
}






/**/