@charset "UTF-8";
/* CSS Document */

body {
	background:#fefefe url(media/fish.jpg) no-repeat fixed center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-size: cover; 
	font-size: 81.25%;
}

/* the styles for the div tags that divide the pag into sections */
#page {
	width: 760px;
	margin: auto;
	background-color: hsla(1, 0%, 100%, .9);
	border: 3px solid black;
	border-top: none;
	box-shadow:5px 5px 20px 1px#000;
}

header, article, footer {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

header {
	border-bottom: 1px solid gray;
}
article{
	padding-top: 1em;
	padding-left: 0;
}

#sidebar {
	position: sticky;
	width: 10em;
	z-index: 99;
	top:10px;
	float:left;
}

nav ul {
	margin: 0;
	padding-left:0;
	list-style-type: none;
}

nav li{
	padding-bottom: 0.5em;
	background-color: rgb(255, 140, 0);
	width:80%;
	padding:5px;
	margin:5px;
	text-align:center;
	border-radius:5px;
}

#content {
	margin-left: 10em;
	margin-top:0;
}

footer {
	border-top: 1px solid gray;
	padding-bottom: 0.5em;
}
/* the styles for the HTML elements */

h1, h2 {
	color: rgb(255, 140, 0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
	margin-top: 0;
	padding-top: 0.5em;
	text-shadow:1px 1px 0px #000;
}
h2 {
	font-size: 120%;
	text-shadow:1px 1px 0px #000;
}

ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5em;
}

li {
	margin: 0;
	padding:0;
}

a {
	color:mediumBlue;
	list-style-type:none;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed rgb(255, 140, 0);
}
a:hover {
	border-bottom: 1px solid rgb(255, 140, 0);
}

/* the styles for the HTML classes */
.copyright {
	color: gray;
	font-size: 80%;
	text-align: right;
	margin-bottom: 0;
}
p.first {
	margin-top: 0;
}

#bass{
	width:300px;
	position: sticky;
	float:right;
	opacity: 1.0;
	z-index:100;
	bottom:-150px;
	margin-bottom:0;
	margin-right:-100px;
}