/* Font Imports */

@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&family=IM+Fell+English&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@1&display=swap');

/* References */

/* 
font-family: 'IM Fell DW Pica', serif;
font-family: 'IM Fell English', serif;
*/

@media screen and (min-width: 650px) {

html {
	background-color: #0d4315;
	background-image: url("greencurtain.png");
	background-attachment: fixed;
	background-size: 225%;
}

body {
	width: 600px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	color: #f49ac3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
	font-size: 300%;
	line-height: 50%;
}

p {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
}

p.description {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
	font-size: 105%;
	font-style: italic;
	font-weight: normal;
	background-color: #f6b9d5;
	margin-top: -10px;
}

p.links {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 130%;
	background-color: #f49ac3;
}

a {
	color: #0a3410;
}

a:visited {
	color: #1b832b;
}

a:hover {
	color: #b58098;
}

section.choices > div > p {
	color: #0d4315;
	width: 80%;
	padding: 20px;
	border-radius: 20px;
	display: inline-block;
}

/* MOBILE AND SMALL SCREENS */

}

@media screen and (max-width: 650px) {
	
html {
	background-color: #0d4315;
	background-image: url("greencurtain.png");
	background-attachment: fixed;
	background-size: 330%;
}

body {
	width: 100%;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	color: #f49ac3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
	font-size: 300%;
	line-height: 50%;
}

p {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
}

p.description {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
	font-size: 105%;
	font-style: italic;
	font-weight: normal;
	background-color: #f6b9d5;
	margin-top: -10px;
}

p.links {
	font-family: 'IM Fell DW Pica', serif;
	font-family: 'IM Fell English', serif;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 130%;
	background-color: #f49ac3;
}

a {
	color: #0a3410;
}

a:visited {
	color: #1b832b;
}

a:hover {
	color: #b58098;
}

section.choices > div > p {
	color: #0d4315;
	width: 80%;
	padding: 20px;
	border-radius: 20px;
	display: inline-block;
}
	
}