
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


header {
	margin-top: 20px;
	margin-bottom: 120px;
}


h1 {
	font-family:"raleway";
	font-size: 55px;
	font-weight: bold; 
	margin-bottom: 50px;
	color: darkslategray;
	line-height: 1.2;
}

#l1{color:crimson;}
#l2{color:darkorange;}
#l3{color:green;}
#l4{color: mediumblue;}
#l5{color:blueviolet;}
#l6{color:crimson;}
#l7{color:darkorange;}
#l8{color:green;}
#l9{color: mediumblue;}
#l10{color:blueviolet;}


body{
	font-family: "public sans";
	font-size: 18px;
	line-height: 1.8;
	max-width: 120ch;
	padding: 80px;
	margin-bottom: 5px;
	color: darkslategray;
	background-color: aliceblue;
}


em{ 
	font-style: italic;
}

a{
	font-weight: 550;
	text-decoration: underline;
}

a:hover{
	color: darkslategray;
}

h2{
	font-family: "raleway";
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	color:darkslategray;
}

h3{
	font-family: "raleway";
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

p{
	max-width: 65ch;
	margin-bottom: 20px;
}

footer{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 120px;
	margin-bottom: -30px;
	line-height: 0.5;
	color: gray;
}

.author-info{
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 0.5;
	color:gray;
}

.column {
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 60px;
	margin-bottom: 50px;
}

.col-head {
	position: sticky;
	width: 100%;
	left: 30px;
	top: 30px;
}

.column h2 {
	margin-top: 8px;
	position: sticky;
	width: 100%;
	left: 30px;
	top: 30px;
}

.column h3{
	margin-top: 25px;
	position: sticky;
	width: 100%;
	left: 30px;
	top: 30px;
}

.content {
	margin-top: 15px;
}


#top {
	font-family: "raleway";
	font-size: 18px;
	background-color: darkslategray;
	color: aliceblue;
	padding: 15px;
	position: fixed;
	right: 3vw;
	bottom: 5vh;
	border-radius: 30px;
	text-decoration: none;
}

#top:hover{
	background-color:crimson;
}

#reading-response {
	font-family: "raleway";
	font-size: 18px;
	border: 2px solid darkslategray;
	background-color: aliceblue;
	color: darkslategray;
	padding: 15px;
	position: fixed;
	right: 3vw;
	bottom: 11.5vh;
	border-radius: 30px;
	text-decoration: none;
}

#reading-response:hover{
	border:2px solid crimson;
	color:crimson;
}


#response{
	border-top: 2px dotted darkslategray;
	padding-top: 40px;
	color: darkslategray;
}


#black{
	color: black;
}

#white{
	color: darkgray;
}

#yellow{
	color: goldenrod;
}

#orange{
	color: darkorange;
}

#red{
	color: crimson;
}

#green{
	color: green;
}

#blue{
	color: mediumblue;
}

#purple{
	color: blueviolet;
}
