body {
  background-color: lightslategray;
  font-family: calibri;
}
/* h1 {
  color: blue; 
}*/
 header {
	 display: flex;
	/* flex-direction: row;
	flex-wrap: wrap; */


 }
.menu1 {
  width: 50%;
}
.menu1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #111111;
}
.menu1 li {
  float: left;
}
.menu1 li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
.menu1 li a:hover {
  background-color: #333333;
}

.logo {
	margin: 10PX 0 10px 0;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width:100%;
  max-height:100%;
	justify-content: center;
	
}
.menu2 {
  width: 50%;}
.menu2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #111111;
}

.menu2 li {
  float: right;
}

.menu2 li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.menu2 li a:hover {
  background-color: #333333;
}
.menu3 {
  width: 100%;}
.menu3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #111111;
}

.menu3 li {
  float: centre;
}

.menu3 li {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

/* .menu3 li a:hover {
  background-color: #333333;
} */
.about {
  
max-width: 100%;
max-height: 800px;
border-radius: 15px;
background-color: #44444444;
margin: 40px 40px 40px 40px;

}
.UC {
  margin: 10PX 0 10px 0;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width:100%;
  max-height:100%;
  justify-content: center;
}
.about h1,h2 {
  
  font-family: 'Italianno', cursive;
  font-size: 100px;
  display:inline;

  padding-left: 20px;

}
.about h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 60px;
  color: blue;
  
}

.about p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: larger;
  padding-left: 20px;

}