/*
Student Name: Jasmine Artis
Date: 04/28/24
File Name: styles.css
*/

/* CSS Reset */
body, header, nav, main, footer, img, div, h1, ul {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Style rules for body content */
body {
	background-color: #000000;
	font-family: "PT Mono", monospace;
	font-style: normal;
}

/* Style rules for header content */
header {
	display: block;
	margin: 0.25em;
	padding: 2%;
}

header h1 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

header a {
	color: #ffffff;
	text-decoration: none;
}

/* Style rules for navigation area */
nav {
	background-color: #4a4a4a;
	padding: 1%;
	margin-bottom: 1%;
}

nav ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
}

nav li {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
}

nav li a {
	color: #ffffff;
	display: block;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
}


/* Style rules for main content */
#main {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
box-shadow: 0px 0px 15px #ffffff; 
	display: block;
	margin: 2em;
	padding: 2%;
}

main {
	align-items: center;
	display: flex;
	flex-direction: column;
}

main h2,
main h3 {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
}

main p {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

#warning {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
	box-shadow: 0px 0px 15px #ffffff; 
	display: block;
	margin: 2em;
	padding: 2%;
}

#warning h2 {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
}

#warning h3 {
	color: #ffffff;
	font-size: 1em;
	text-align: center;
}

#warning ul {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#warning li p {
	color: #ffffff;
	font-size: 20px;
	text-align: left;
}

#intro {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
	box-shadow: 0px 0px 15px #ffffff; 
	display: block;
	margin: 2em;
	padding: 2%;
}

#intro p {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

#why {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
	box-shadow: 0px 0px 15px #ffffff; 
	display: block;
	margin: 2em;
	padding: 2%;
}

#why p {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

.mainchar h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.suppchar h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.enemy h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.boss h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#download {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
	box-shadow: 0px 0px 15px #ffffff; 
	display: block;
	margin: 2em;
	padding: 2%;
}

#download h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#downloadbutt {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
  box-shadow: 0px 0px 15px #ffffff; 
	display: block;
  padding: 10px;
	width: fit-content
}

#downloadbutt h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#downloadbutt h2 a {
	color: #ffffff;
	text-decoration: none;
}

#contact {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
  box-shadow: 0px 0px 15px #ffffff; 
	display: block;
	margin: 2em;
	padding: 2%;
}

#contact h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#contact h3 {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#contact p {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

.email-link {
	background-color: #808080;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	text-decoration: none;
	width: fit-content;
}

/* Style rules for images*/

div#hero {
	display: flex;
	justify-content: center;
}

#hero img {
	align-items: center;
	margin: 20px;
	width: calc(100% - 40px);
}

.sprite {
	background-color: #4a4a4a;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
	box-shadow: 0px 0px 15px #ffffff; 
	margin: 20px 40px;
	padding: 2%;
	width: calc(100% - 80px);
}

.sprite .images {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Style rules for footer content */
footer p {
	color: #808080;
	font-size: 15px;
	padding: 0 1em;
	text-align: center;
}

footer p a {
	color: #808080;
	text-decoration: none;
}


/* Style rules for mobile viewport */

/* Style rules for header content */ 
header {
	background-color: #000000;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

/* Style rules for navigation area */
nav {
	background-color: #4a4a4a;
	padding: 1%;
	margin-bottom: 1%;
}

nav ul {
	list-style-type: none;
	text-align: center;
}

nav li {
	border-top: 1px solid #ffffff;
	font-size: 20px;
}

nav li a {
	color: #ffffff;
	display: block;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
}

div#form {
	align-items: center;
	background-color: #4a4a4a;
	border: solid 2px #fff;
	box-shadow: 0px 0px 15px #ffffff;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin: 2em;
	padding: 20px;
}

form {
	align-items: center;
	display: flex;
	flex-direction: column;
}

form .checkbox.option {
	display: flex;
}

input#questions {
	width: 100%;
}

/* Media Query for Mobile Viewport */
@media screen and (max-width: 768px) {

	header a {
		font-size: 36px;
	}

	nav ul {
		display: flex;
		flex-direction: column;
	}
  
	nav a {
		font-size: 18px;
	}

	main h2 {
		font-size: 20px !important;
	}

	main p {
		font-size: 16px !important;
	}
  
	#warning ul p {
		padding: 0px 20px;
	}

}