@charset "utf-8";
/* CSS Document */


#bruno{
	 display: flex;
  justify-content: center;
  align-items: center;
	
}


h1{ 
   font-family: "Uncial Antiqua", system-ui;
  				font-weight: 400;
			font-style: normal;
			text-align:center;
			margin-top:50px;

background-color:#E9C0FF;
padding:.5em;
text-align:center;
}

h2{
	  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	
}

h3{
	  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	
}

p{
font-family: "Funnel Sans", sans-serif;
 			font-optical-sizing: auto;
  			font-style: normal;
			position:relative;	
	
}

/* unvisited link */
a:link {
  color: #7247ff;
	text-decoration:none;
}

/* visited link */
a:visited {
  color: #483DA4;
}

/* mouse over link */
a:hover {
  color: #17ffff;
	text-decoration:underline;
}

/* selected link */
a:active {
  color: #006fed;
}

body  {
  background-image: url("file:///D|/dre/week_3/sonicbg.gif");
  background-color: #cccccc;
	margin: 0;
}

#wrap{
text-align:left;
max-width:1000px;
min-width:600px;
margin-left:auto;
margin-right:auto;
width:60%;
height:auto;
background-color:#F3EBFF;
padding:20px;
}

		ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#ded0f2;
text-c
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #9646F7;
}
		.nav{
		position:fixed;
		top:0px;
		left:0px;
		width:100%; /*Copy these for a fixed nav bar*/
	}
		
		li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: mediumpurple;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

	.nav{
		position:fixed;
		top:0px;
		left:0px;
		width:100%; /*Copy these for a fixed nav bar*/
	}
		
		#bar{
			justify-content: center;
		}
		
		.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
	
}

footer {
  text-align: center;
  padding: 3px;
  background-color:#877AC2;
  color: white;
}