/* http://meyerweb.com/eric/tools/css/reset/ 
		   v2.0 | 20110126
		   License: none (public domain)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	/*	border: 0;*/
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*DEFAULT STYLES*/
/** {
	border: 1px solid red;
}*/

nav {
	padding: 20px 0px;
	background-color: rgb(23, 23, 23, 0.3);
}

nav a {
	font-size: 1.5em;
	padding: 17px 15px;
	text-decoration: none;
	background-color: #393939;
	color: #E6EEF0;
	transition: background 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	font-family: "Playfair Display", serif;
}

nav a:hover {
	background-color: #dedcd8;
	color: #393939;
}

#authorimg {
	width: 80%;
}

#about {
	background-color: #dedcd8;
	color: #393939;
}

#works {
	background-color: #dedcd8;
	color: #393939;
}

#articlepage {
	background-color: #dedcd8;
	color: #393939;
}

body {
	background-color: #dedcd8;
	color: #222738;
}

#wrapper {
	width: 80%;
	margin: 30px auto;
	font-size: 20px;
	background-color: #dedcd8;
}

#author {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 3%;
}

h1 {
	font-size: 2em;
	text-align: center;
	padding: 1%;
	font-family: "Playfair Display", serif;
	border-bottom: 2px solid rgb(23, 23, 23, 0.3);
}

h2 {
	font-family: "Playfair Display", serif;
	margin-top: 10px;
	font-size: 1.5em;
}

.about {
	line-height: 25px;
}

p {
	font-family: Quattrocento, serif;
}

figcaption {
	font-family: Quattrocento, serif;
}

#resources {
	background-color: rgb(23, 23, 23, 0.9);
	color: #dedcd8;
	width: 40%;
	border-radius: 10px;
	padding: 1.5%;
}

footer {
	text-align: center;
}

.citation {
	padding-left: 36px;
	text-indent: -36px;
}

#article {
	line-height: 30px;
	margin: 30px auto;
	width: 75%;
	border-bottom: 5px solid rgb(23, 23, 23, 0.3);
}

#article p {
	background-color: #cbbeb5;
	padding: 2%;
}

#split {
	border-bottom: 5px solid rgb(23, 23, 23, 0.3);
	margin-top: 30px;
}

span {
	text-align: center;
	font-size: 40px;
}

#end {
	background-color: #5d5d5d;
	width: 100%;
}

#outro {
	background-color: #cbbeb5;
	padding: 2%;
	width: 60%;
	margin: auto;
	font-size: 20px;
	border-top: 50px solid #5d5d5d;
	line-height: 30px;
}

#back-to-top {
	text-align: center;
	color: #cbbeb5;
	font-size: 20px;
}

a {
	font-family: Quattrocento, serif;
}

a:link,
a:visited {
	color: #cbbeb5;
	text-decoration: none;
}

a:hover,
a:focus {
	color: lightgrey;
}

/*Scroll stuff*/

/** {
	border: 1px solid red;
}*/

#jessica {
	width: 40%;
}

#science {
	width: 80%;
}

#amy {
	width: 90%;
}

#bride {
	width: 40%;
}

#wild {
	text-align: center;
	width: 90%;
}

#wildcap {
	background-color: #dedcd8;
	width: 150px;
	text-align: center;
	border-bottom: 2px solid salmon;
	padding: 1%;
}

#jennifer {
	width: 20%;
}

#jennifercap {
	background-color: #dedcd8;
	width: 150px;
	text-align: center;
	border-bottom: 2px solid maroon;
	padding: 0.5%;
}

#swan {
	width: 35%;
}

#swancap {
	background-color: #dedcd8;
	width: 150px;
	text-align: center;
	border-bottom: 2px solid darkblue;
	padding: 1%;
}

#taylor {
	width: 85%;
}

#taylorcap {
	width: 150px;
	background-color: #dedcd8;
	text-align: center;
	border-bottom: 2px solid salmon;
	padding: 1%;
}

#cat {
	width: 30%;
}

#catcap {
	width: 150px;
	background-color: #dedcd8;
	text-align: center;
	border-bottom: 2px solid mediumpurple;
	padding: 1%;
}

#dorado {
	width: 50%;
}

#doradocap {
	width: 150px;
	background-color: #dedcd8;
	text-align: center;
	border-bottom: 2px solid maroon;
	padding: 1%;
}

#aladdin {
	width: 25%;
}

#aladdincap {
	width: 140px;
	background-color: #dedcd8;
	text-align: center;
	border-bottom: 2px solid saddlebrown;
	padding: 1%;
}

#hunchback {
	width: 45%;
}

#hunchbackcap {
	width: 160px;
	background-color: #dedcd8;
	text-align: center;
	border-bottom: 2px solid maroon;
	padding: 1%;
}

#scroll {
	position: fixed;
	left: -500px;
	/* Start off-screen to the left */
	top: 25%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll2 {
	position: fixed;
	left: -600px;
	/* Start off-screen to the left */
	top: 75%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll3 {
	position: fixed;
	left: 1250px;
	/* Start off-screen to the right */
	top: 19%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll4 {
	position: fixed;
	left: 1250px;
	/* Start off-screen to the right */
	top: 80%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll5 {
	position: fixed;
	left: 1250px;
	/* Start off-screen to the right */
	top: 45%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll6 {
	position: fixed;
	left: -600px;
	/* Start off-screen to the left */
	top: 30%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll7 {
	position: fixed;
	left: -600px;
	/* Start off-screen to the left */
	top: 78%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll8 {
	position: fixed;
	left: 1250px;
	/* Start off-screen to the right */
	top: 78%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll9 {
	position: fixed;
	left: -600px;
	/* Start off-screen to the left */
	top: 63%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll10 {
	position: fixed;
	left: 1250px;
	/* Start off-screen to the right */
	top: 70%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll11 {
	position: fixed;
	left: -600px;
	/* Start off-screen to the left */
	top: 56%;
	transform: translateY(-50%);
	transition: left 1s ease;
}

#scroll12 {
	position: fixed;
	left: 1250px;
	/* Start off-screen to the right */
	top: 15%;
	transform: translateY(-50%);
	transition: left 1s ease;
}