/*
style sheet for digital art page
*/
a{font-family:Lucida Console;
text-align: center;
color: #aaffaa;
}
h1{font-family:Lucida Console;
text-align: center;
color: #ffffff;
font-size:50;
}
h2{font-family:Lucida Console;
text-align: center;
color: #ffffff;
font-size:45;
}
h3{font-family:Lucida Console;
text-align: center;
color: #ffffff;
font-size:40;
}
h4{font-family:Lucida Console;
text-align: center;
color: #ffffff;
font-size:35;
}
h5{font-family:Lucida Console;
textalign: center;
color: #ffffff;
font-size:30;
}
h6{font-family:Lucida Console;
text-align: center;
color: #ffffff;
font-size:20;
}
pre{font-family:Lucida Console;
text-align: left;
color: #ffffff;
font-size:15;
}
body {font-family:Lucida Console;
background: url(design-images/background-image.png) left top repeat;
background-color: 0000ff;
text-align:center;
font-size: 15;
color: #ffffff;
padding: 0;
margin: 0;
}

p {font-family:Lucida Console;
background-color: 000000;
text-align:center;
font-size: 15;
color: #000000;
}
/*navigation bar settings*/
#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none; 
	}
	
#nav li {
	float: left; }

#nav {
position: fixed;
top: 0;
width: 100%;
color: #ffffff;
height: 150px;
text-align: center;
padding-top: 5px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 30px 0px #000000;
-moz-box-shadow: 0px 0px 30px 0px #000000;
box-shadow: 0px 0px 30px 0px #000000;
/* Adds the transparent background */
background-color: rgba(9, 1, 4, 0.8);
color: rgba(9, 1, 4, 0.8);
}
#nav a {
font-size: 9px;
padding-left: 15px;
padding-right: 15px;
color: white;
text-decoration: none;
}


#nav a:hover {
color: grey;
}
/*end navigation bar settings*/

#title{
float:center;
}

table { 
margin: auto;
padding: 3;
}

td{
text-align: center;
}

.button1 {
border-radius: 5px;
border-color: transparent;
background-color: rgba(174, 0, 255, 0.3);
text-align: center;
width:fit-content;
}