

h1 {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 30px;
	width: 100%;
	color: white;
	align-items: center;
	justify-content: center;
	
}

h2 {
	font-size: 30px;
	width: 100%;
	background-color: white;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}

h3 {
	font-size: 16px;
	width: 100%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	width: 100%;
	color: white;
	padding-bottom: 50px;
	align-items: center;
	justify-content: center;
}

img {
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.coverImage {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	
}

label { /*These are for the radio choice buttons.*/
	display: none;
	background-color: #DA966A;
	width: 350px;
	display: flex;
	font-size: 24px;
	font-family: "Inconsolata", monospace;
	
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 14px 12 px;
	border: 5px solid white;
	border-radius: 25px;
	border-style: double;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

/* the following all control the various buttons*/

button.next {
	background-color: #cea665;
	/*display: none;*/
	margin-top: 15px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
	cursor: pointer;
}

button.random {
	background-color: #cea665;
	/*display: none;*/
	margin-top: 30px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
	cursor: pointer;
}

button.home {
	background-color: #cea665;
	display: none;
	margin-top: 15px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
	cursor: pointer;
}

button.reset {
	background-color: #cea665;
	display: none;
	margin-top: 15px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
	cursor: pointer;
}

button.history {
	background-color: #cea665;
	/*display: none;*/
	margin-top: 15px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
	cursor: pointer;
	display: none;
}


/* IDs */

.storytext {
	font-size: 18px;
	width: 350px;
	height: 400px;
	background-color: black;
	margin-bottom: 5px;
	padding: 10px 10px;
	overflow: auto;
	border-style: outset;
	border-color: white;
}

.diarytext {
	font-size: 18px;
	width: 350px;
	height: 300px;
	background-color: black;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px 10px;
	overflow: auto;
	border-style: outset;
	border-color: white;
}

#ui {
	width: 300px;
	font-size: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*Skill Bars*/

.container {
  width: 10%; /* Full width */
  background-color: #ddd; /* Grey background */
}

.skills {
  text-align: right; /* Right-align text */
  padding-top: 10px; /* Add top padding */
  padding-bottom: 10px; /* Add bottom padding */
  color: white; /* White text color */
  background-color: #04AA6D; /* green skill color*/
}

.html {
	width: 90%; 
	
	}

.css {width: 80%; background-color: #2196F3;} /* Blue */
.js {width: 65%; background-color: #f44336;} /* Red */
.php {width: 60%; background-color: #808080;} /* Dark Grey */
	
	
/* Classes */

#content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	display: none;
}

#home {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}

#start {
	
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	
}

button.start {
	background-color: #cea665;
	/*display: none;*/
	margin-top: 15px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
}

button.load {
	background-color: #cea665;
	/*display: none;*/
	margin-top: 15px;
	color: #463822;
	font-family: "Inconsolata", monospace;
	font-size: 30px;
}

body {
	background-color: black;
	font-size: 18px;
	color: white;
	font-family: "Inconsolata", monospace;
}

@media only screen and (min-width: 600px) {
	
body {
	
background-color: black;
	
	
}

h1 {
	
	font-size: 30px;
	
}

img {
	
	width: 300px;
}

.storytext {
	
	font-size: 20px;
	width: 900px;
	height: 350px;
	
}

.diarytext {
	
	font-size: 20px;
	width: 900px;
	height: 300px;
	
}

button.start {
	
	font-size: 30px;
	
}

button.load {
	
	font-size: 30px;
	
}

button.start {
	
	font-size: 30px;
	
}

button.next {
	
	font-size: 30px;
	
}

button.random {
	
	font-size: 30px;
	
}

label {
	width: 800px;
	font-size: 24px;
	
}

#ui {
	width: 800px;
	font-size: 18px;
}
  
  
}