@charset "utf-8";
/* CSS Document */
html,body{
	padding:0px;
	margin:0 auto ;
	max-width: 1500px;
	
	
}
/* Navigation and footer for every page begins */
.nav {
  background-color: #333;
	overflow:hidden;
	width:100% ;
	height: 50px;
	position:fixed;
	text-align: center;
		max-width: 1500px;
	top: 0;
	
}
.nav a {
	display:inline-block;
	color:antiquewhite;
	text-align: center;
	font-size: 15px;
	padding: 16px  10px;
	text-decoration: none;
}
.nav a:hover {
	background-color: grey;
}
.nav a.active{
	text-decoration: underline;
	text-decoration-color: aliceblue;
	font-size: 18px;
	font-weight: bold;

}
footer {
	background-color:#333;
		width: 100%;
		Height: 150px;
			max-width: 1500px;
}
/* ends */
/* Home Page */
.introPhoto {
	content:url(cross.jpg);
 		align-content: center;
	border-bottom: 1px solid black;
	padding-top:50px;
	width:100%; 
	height: 500px; 
		max-width: 1500px;
}
#homepage {
	padding: 10px;
		max-width: 1500px;
}
/* Ends */
/* Staff Page */
.selection {
Height: 150px;
	width: 100%;
	max-width: 1500px;
	padding-top: 50px;
	text-align: center;
}
#willie {
	padding-top: 50px;
	background-image: url(fbcLogoM.png);
		background-repeat: no-repeat;  
		background-position: 0%;
		background-size: 100% ;
	width: 80px;
	height: 80px ;
	border: 1px solid black;
	margin: 10px;
	display:inline-block;
}
#willie:hover {
	cursor:pointer;
}
#ben {
	padding-top: 50px;
	background-image: url(fbcLogoM.png);
		background-repeat: no-repeat;  
		background-position: 0%;
		background-size: 100% ;
	width: 80px;
	height: 80px ;
	border: 1px solid black;
	margin: 10px;	
	display:inline-block;
}
#ben:hover {
	cursor:pointer;
}
#mike {
	padding-top: 50px;
	background-image: url(fbcLogoM.png);
		background-repeat: no-repeat;  
		background-position: 0%;
		background-size: 100% ;
	width: 80px;
	height: 80px ;
	border: 1px solid black;
	margin: 10px;
	display:inline-block;
}
#mike:hover {
	cursor:pointer;
}
#mary {
	padding-top: 50px;
	background-image: url(fbcLogoM.png);
		background-repeat: no-repeat;  
		background-position: 0%;
		background-size: 100% ;
	width: 80px;
	height: 80px ;
	border: 1px solid black;
	margin: 10px;	
	display:inline-block;
}
#mary:hover {
	cursor:pointer;
}