@charset "utf-8";
/* CSS Document */

#welcome{
	width
}

html,body {
  height:100%;
  min-height:100%;
  margin:0;
}
body {
  display:flex;
  align-items:center;
  justify-content:center;
  background-image:url("bruno_bg.jpg");
  background-size:cover;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 180px;
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}


		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;
	
}

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;
}

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: #bda8ff;
}

/* mouse over link */
a:hover {
  color: #17ffff;
	text-decoration:underline;
}

/* selected link */
a:active {
  color: #006fed;
}

#bruno{
text-align:left;
max-width:1000px;
min-width:600px;
margin-left:auto;
margin-right:auto;
width:60%;
height:auto;
background-color:#F3EBFF;
padding:20px;
}