/* Color Keys
Black: black
Dark Gray: #545454
Light Gray: #aaaaaa
Gold: #ffbd59
*/

html {
	scroll-behavior: smooth;
}

/* MAIN BODY */
body {
	font-family: "consolas";
	color: #ffbd59;
	background: url("FP_BG_02.png");
	background-repeat: none;
	background-size: cover;
}

footer {
	width: 100%;
	height: 50px;
	position: relative;
	top: 25;
	left: 0;
	bottom: 75;
	padding-bottom: 50px;
}


div p {
	text-align: center;
	font-size: 16px;
}
div h2 {
	text-align: center;
	font-size: 32px;
}

.title {
	color: #ffbd59;
	text-align: center;
	font-weight: bolder;
	letter-spacing: 1px;
	margin: 0px auto 0px auto;
    padding: 15px 10px 15px 0px;
    font-size: 75px;
}

.keypad {
	margin: 0% auto 5% auto;
	color: black;
}


.action {
	border-radius: 20px;
	display: inline-block;
	background-color: #aaaaaa;
	color: black;
	padding: 2px 30px 2px 30px;
}

div.narration div.action {
	margin: auto;
	text-decoration: none;
}

div.narration div.action ul {
	font-size: 16px;
	text-decoration: none;
}

.narration {
	background-color: black;
	margin: 0% 20% 0% 20%;
    padding: 15px 10px 15px 0px;
	border-radius: 50px;
}

.justified {
	text-align: justify;
	margin: 0% 5% 5% 5%;
}

.restart {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

nav.restart div.adv {
	border-radius: 20px;
	display: inline-block;
	background-color: #ffbd59;
	color: black;
	padding: 2px 10px 2px 10px;
	width: 100%;
	max-width: 200px;
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
}

nav.restart div.chpt{
	border-radius: 20px;
	display: inline-block;
	background-color: #ffbd59;
	color: black;
	padding: 2px 10px 2px 10px;
	width: 100%;
	max-width: 200px;
	margin-left: 5%;
	margin-right: 5%;
}

div.adv p {
	color: black;
	font-size: 20px;
}

div.chpt p {
	color: black;
	font-size: 20px;
}


div.adv p:hover {
	color: black;
	font-size: 20px;
	font-style: italic;
}

div.chpt p:hover {
	color: black;
	font-size: 20px;
	font-style: italic;
}


/* HAMBURGER MENU */
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 40px;
  left: 20px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #ffbd59;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -20px;
}
.menu__btn > span::after {
  content: '';
  top: 20px;
}
.menu__box {
  overflow: scroll;
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: black;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 20% 24px;
  color: #ffbd59;
  font-family: 'Consolas';
  font-size: 300%;
  font-weight: bolder;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #545454;
}

/* COMMENT SECTION IN CONTACT */
.comments {
	width: 500px; 
	height: 75px; 
	min-width: 200px; 
	min-height: 50px; 
	max-width: 500px; 
	max-height: 100px;
	background-color: #aaaaaa;
}
.comments::placeholder {
	color: #545454;
	font-style: italic;
}

/*

Potential Form

<div class="contact-form-container">
    <h2>Sign Up to Volunteer</h2>
        <form action="mailto:momar5@emich.edu?subject=Choose%20Your%20Own%20Adventure!" method="post" enctype="text/plain">
    
			<label for="name">Name:</label><br>
				<input type="text" id="name" name="name" required="">
			<br>
			<br>
			<label for="contact">Contact Information (Phone Number or Address):</label>
			<br>
				<input type="text" id="contact" name="contact" required="">
			<br>
			<br>
			<label for="email">Email Address:</label>
			<br>
				<input type="email" id="email" name="email" required="">
			<br>
			<br>
			<label>How'd you like the adventure?</label><br>
				<input type="checkbox" id="tree-planting" name="opportunities" value="Tree Planting">
					<label for="tree-planting">Tree Planting (Nov. 20)</label>
			<br>
				<input type="checkbox" id="invasive-removal" name="opportunities" value="Invasive Removal">
					<label for="invasive-removal">Invasive Removal (Nov. 21)</label>
			<br>
				<input type="checkbox" id="trail-cleanup" name="opportunities" value="Trail Cleanup">
					<label for="trail-cleanup">Trail Cleanup (Nov. 22)</label>
			<br>
				<input type="checkbox" id="seed-collecting" name="opportunities" value="Seed Collecting">
					<label for="seed-collecting">Seed Collecting (Nov. 23)</label>
			<br>
				<input type="checkbox" id="trail-run" name="opportunities" value="Trail Run">
					<label for="trail-run">Trail Run (Nov. 24)</label>
			<br>
			<br>
            <input type="submit" value="Submit">
        </form>
</div>




.contact-form-container {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid black;
    border-radius: 10px;
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.contact-form-container input[type="text"], .contact-form-container input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

*/

input[type="submit"] {
	border: 1px solid #ffbd59;
	background: #ffbd59;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
	font-family: "consolas";
	font-weight: bold;
	font-size: 16px;
}

input[type="submit"]:hover {
	border: 1px solid #ffbd59;
	background: #ffbd59;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
	font-family: "consolas";
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

label {
	font-family: "consolas";
	color: #ffbd59;
	font-size: 16px;
}