@charset "UTF-8";
/* CSS Document */



body {
	background-color: #dcdbdb;
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-align: left;
	height: 100%;
	width: 100%;
}

.container {
  margin: 0px 0px 0px 0px;
  width: 100%;
  padding: 0px 0px 0px 0px;

}

	.header {
  margin: 0px 0px 0px 0px;
  width: 100%;
  max-height: 150px;
  padding: 18px 0px 12px 20px;
  background: #87431e;
  text-align: left;
  border-bottom: solid 3px;
  border-top: solid 3px;
  border-color: #723418;
  display: flex;
}

.bottomBar{
	height: 50px;
	width: 100%;
	float:none;
}

	.footer {
  width: 100%;
  background: #87431e;
  text-align: left;
  border-bottom: solid 3px;
  border-top: solid 3px;
  border-color: #723418;
}
	
	.bcscLogo {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  flex: 0 25%;
  // border: 2px solid;

		
  
}
	.bcscSlogan {
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 0px;
  text-align: center;
  vertical-align: top;
  flex: 1;
  // border: 2px solid;
  
}
		.headerBottom {
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 10px;
  padding: 0px;
  background: #87431e;
  text-align: left;
}
	.headerLinks{
		font-family: "Copperplate", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-weight: bold;
		color: white;
		position: relative;
		margin: 60px 0px 0px 0px;
		
	}
	
	.mains {
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  padding: 24px 40px 0px 20px;
		height:100%;
  text-align: left;
  border-top: solid 3px;
  border-color: #C4C4C4;
  //display: flex;
}

	.mains02 {
  margin: 0px 0px 0px 0px;
  max-width: 92%;
  padding: 0px 40px 12px 0px;
  text-align: left;
  display: flex;
  
}

	.mains02 .m01{
  		flex: 50%;
		text-align:left;
		//border: 2px solid;
  
}
	.mains02 .m02{
  		flex: 50%;
		text-align:left;
		//border: 2px solid;
  
}


	.mainsAbout {
  margin: 0px 0px 0px 0px;
  max-width: 92%;
  padding: 24px 40px 12px 20px;
  text-align: left;
  border-top: solid 3px;
  border-color: #C4C4C4;
  //display: flex;
}

.mains img {
	margin-right: 30px;
	margin-bottom: 20px;
}

.mains02 img {
	margin-right: 30px;
	margin-bottom: 20px;
	width: 85%;
}

.mains p img {
	
	margin-bottom: 20px;
}

.mainsAbout img {
	margin-right: 30px;
	margin-bottom: 20px;
}

	.mainsGold {
  margin: 0px 0px 0px 20px;
  max-width: 100%;
  padding: 0px 40px 12px 20px;
  text-align: left;
	height: 100%;
  
}

.mainsGold img {
	margin-right: 12px;
	margin-bottom: 20px;
	max-height:250px;
	float:left;
}

.subhead{
	 font-size: 32px;
  font-weight: bold;
  margin: 0px 0px 8px 15px;
	font-family: "Copperplate", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #87431e;
}
.lead {
  font-size: 16px;
  font-weight: 200;
  margin: 0px 0px 20px 20px;
}

.leadWide {
  font-size: 16px;
  font-weight: 200;
  margin: 0px 0px 20px 20px;
	//padding-right:100px;
	max-width:80%;
}

	.roundImg{
		border: 2px solid #723418;
		border-radius: 20px;
	}
	.lead .roundImg{
		margin-bottom: 12px;
		
	}

a {
  color: #87431e;
  font-weight: bold;
  text-decoration:none;
}
a:hover {
  color: #e5b52c;
  font-weight: bold;
  text-decoration:none;
}
a:visited {
  color: #87431e;
  font-weight: bold;
  text-decoration:none;
}
 .headerLinks a{
  color: #e5b52c;
  font-weight: bold;
  text-decoration:none;
	 padding: 5px;
}
 .headerLinks a:hover{
  color: #dcdbdb;
  font-weight: bold;
  text-decoration:none;
	 background-color: #723418;
	 border-radius:10px;
	 padding:5px;

}