/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
h1 {
	border-left: 5px solid #981e32;
	padding: 3%;
	font-size: 400px;
	border-bottom: 0;
}

p {
	font-size: 17px;
}

.paragraphHeading {
	font-weight: bold;
	font-size: 20px;
}

.intro {
	margin-bottom: 10%;
}

button {
	font-weight: bold;
	display: inline;
	background-color: red;
	padding: 4% 6%;
	border-radius: 5px;
	border: 0;
	border-collapse: collapse;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	margin-bottom: 3%;
}

button:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,1);
}

button a {
	text-decoration: none;
	border: 0;
}

.openText {
	padding: 3%;
}

.openText h3 {
	font-weight: bold;
	letter-spacing: 0;
}

.learningObjective {
	padding-bottom: 5px;
	margin-top: .25px;
	margin-bottom: .25px;
}

.learningObjective p {
	font-weight: bold;
	font-size: 17px;
}

.learningObjective ol {
	padding-top: 0;
	font-size: 17px;
}

table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	border-spacing: 2px;
	width: 100%;
	text-align: left;
}

th {
	background-color: #981e32;
	color: white;
	text-align: left;
}

th, td {
	text-align: left;
	border-left: 1px solid rgba(94,106,113,.1);
	border-bottom: 1px solid rgba(94,106,113,.1);
	font-style: normal;
}

.module {
	margin-top: .25px;
	margin-bottom: .25px;
	text-align: left;
	font-size: 17px;
}

.module ul {
	margin-top: 5%;
	margin-left: 10%;
	font-size: 17px;
	font-style: normal;
}

.module ul li {
	padding-bottom: 3px;
	font-size: 17px;
	font-style: normal;
}

.glossary ul li {
	display: grid;
	grid-template-columns: 30% 30%;
	border-bottom: 1px solid grey;
}

.defHeight {
	height: 150px;
}

.question {
	margin-top: 15px;
	margin-bottom: 10%;
	font-size: 17px;
}