/* ccs style sheet for Riverleaves website 
Designed by Courtney Lambert, formerly Riojas.
Date: 04/27/2022*/
body {
	font-family: Arial, "Times New Roman", sans-serif;
	background-color: black;
	color: white;
	white-spacing: prewrap; /* To allow the page to wrap the text for smaller screens and browsers */
	margin-left: 10%;
	margin-right: 10%;
	}

#logo {
	text-align: center;
	display: block;
	margin: auto;
	width: 80%;
	height: 100%;
}

#header {
	text-align: center;
	font-weight: bold;
	text-shadow: 5px 5px 4px grey;
	padding-bottom: 0px;
}

#color {
	background-color: hsla(15, 63%, 26%, 0.3);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#header h2 {
	text-shadow: none;
}

#greeting {
	text-align: center;
	width: 100%;
	padding: 10px;
}

nav {
	display: block;
	padding-top: 10px;
	margin-left: 20%;
	margin-right: 10%;
}

nav img {
	float: left;	
	margin: 5px;
	border: 4px inset white;
	width: 20%;
}

nav img:hover {
	border: 4px outset yellow;
}

#backButton {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 26.66%;
}

#backButton div {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 3px solid white;
	background-color: black;
	border-radius: 10%;
	
}

#backButton div:hover {
	border: 3px outset #AA421D;
	background-color: #AA421D;
	/*font-weight: bold;*/
}

/*This is for the art page*/
#art {border-spacing: 5px;
	border-collapse: nocollapse;
	border: none;
	width: 75%;
	height: 100%;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#artpic {
	width: 50%;
	height: 50%;

	}

/*END of ART PAGE*/


/*This is for the writing navigation page */
.writingnavpic {
	border: 0px solid white;
	padding: 5px;
	width: 50%;
	}

.navwriting {
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	padding: 5px;
	width: 45%;
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* END of WRITING NAV PAGE */

/* This is for the Computer Page */
#compnav {
	table-layout: fixed;
	width: 100%;
	border-spacing: 5px;
	border-collapse: nocollapse;
	border: none;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	}

#title {
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	text-shadow: 5px 8px 5px grey;
	border-spacing: 10px;
	border: none;
	}	

#comptitle {
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid white;
	}
	

/* END of COMPUTER PAGE */


/* This is for the Voice Acting Page */
.voicebox {
	padding-top: 20px;
	padding-bottom: 0px;	
}

.voicenav {
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	padding: 0px;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.VA{
	border: none;
	padding: 10px;

}
h3.VAtitle {
	font-weight: bold;
	padding: 10px;
	}
#VAcontent {
	padding: none;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

/* END of MUSIC PAGE */

/*div#back-button {
	text-align: center;
}

div#back-button a{
		text-decoration: none;
}*/


#foot {
	border-spacing: 5px;	
	border-collapse: collapse;
	border: 0px solid white;
	padding: 7px;
	}

hr {
	border: 4px solid #AA421D;
	width: 80%;
}

footer .footer {
	clear: both;
}

.footer {
	border-collapse: collapse;	
	border: none;	
	padding-top: 10px;
	margin-top: 10px;
	width: 40%;
	height: 20%;
	font-size: small;
	}

a:link {color: white}
a:visited {color: grey}
a:hover {color: yellow}