.body{
	background-color:#ccccff;

}

.headermain{
	font-family: Bookman Old Style;
	font-size:40px;
	color:#334195;
	border: 3px solid #334195;
	border-style: double;
	
}

.text{
	width: 450px;
	height: 3px;
	font-family: Bookman Old Style;
	font-size:20px;
	color:#334195;
  
}

.picture1{
	margin:15;
	
}

.picture2{
	margin:15;
}


#navbar{	
  background-color: #647AA3;
  list-style-type: none;
  margin-left:22%;
  padding: 0;
}

#navbar a{
  background-color: #647AA3;
  color: white;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  float:left;
  font-weight:500;
  font-family:lucida handwriting;
  font-size:14pt;  
  text-decoration:none;
}

#navbar a:hover {
  background-color: #95B2B0;
  color: #f5f5f5;
}
#navbar a:active {
  background-color: #95B2B0;
  color: #f5f5f5;
}

/* Style all font awesome icons */


.fa {
  padding: 20px;
  font-size: 50%;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

.fa-instagram{
  background: #647AA3;
  color: white;
}

