﻿#container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#masthead {
	width: auto;
	height: auto;
	margin: 0;
	margin-bottom: 20px;
	overflow: auto;
	
	}
#heading {
	overflow:auto;
	text-align: center;	
}

@font-face {
   font-family: "futura";
   src: url(fonts/Urbanist-Light.ttf);
}

#heading h1 {
	font-family: "futura";
	margin-top: 40px;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 36pt;
	text-align: center;

}
#heading h2 {
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 12px;
	color: #cd8e33;
	font-size: 15pt;
	text-align: center;
	text-transform: uppercase;
}

#bacp-logo {
	 width: 200px;
	 margin: 10px auto;
	 background: #fff;
	 padding: 10px;
	 border: 1px #cd8e33 solid;
}
#contact {
	width: 100%;
	border-width: 0;
	margin:60px auto;

}
#contact p {
	font-family: "futura";
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #cd8e33;
	line-height: 25px;
	text-align: center;
}
#contact a:link
{
	color: #fea354;text-decoration:none;  
}
#contact a:visited
{
	color: #fea354;text-decoration:none;
} 
#contact a:active 
{
	color: #fea354;text-decoration:none;
}
#contact a:hover      
{ 
	color: #c30;text-decoration:none;
}

#social {
	width:130px;
	margin: 60px auto;	
}
.icon {
	width: 32px;
	float: left;
	margin: 5px;
	border-width: 0px;
	
}
.hrow {
	max-width: 80%;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 20%;

}
.hmiddle {
    width: 60%;

}
.hright {
    width: 20%;
}
/* Clear floats after the columns */
.hrow:after {
    content: "";
    display: table;
    clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 960px) {
    .hcolumn {
        width: 100%;
    }
}

#contentwrapper{
max-width: 100%;
background: transparent;
margin:0 auto;
}


/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 960px) {
    #contentwrapper {
        width: 100%;
    }
}


.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

#footer {
	background-color:  transparent;
	width: 100%;
	margin:20px auto;	
	padding: 1em 0;
	clear: both;
}
#footer p {	
	color: #cd8e33;
	font-size: 0.8em;
	text-align: center;
}

#footer h5 {
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 1.2em;
	text-align: center;

}




a:link
{
	color: #00f;
	text-decoration: none;
}
a:visited
{
	color: #00f;text-decoration:none; 
} 
a:active 
{
	color: #00f;text-decoration:none;
}
a:hover      
{
	color: #00CC00;
	text-decoration: none;
}

body {
	height: 100%;
	font-family: "futura";
	margin: 0;
	color: #333;
	font-size: 14pt;
	background: #fdfbfa;
}

h1 
{
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 28pt;
	text-align: center;
}

h2 
{
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 20pt;
}

h3 
{
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 18pt;
}

h4
{
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 16pt;
}

h5
{
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 14pt;
}

h6
{
	font-family: "futura";
	margin-top: 0;
	margin-bottom: 0;
	color: #cd8e33;
	font-size: 12pt;
}



p {
	font-family: "futura";
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #1c2c3c;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}

.plarge {
	font-family: "futura";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #1c2c3c;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;

}


.list li
{
	color: #1c2c3c;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: futura;
	line-height: 30px;
}
.numberlist li
{
	color: #1c2c3c;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: futura;
	list-style-type: decimal;
	line-height: 25px;
}

.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.noborder {
	border-width: none;	
}

.block {
	max-width: 90%;
	margin:20px auto;
	padding: 20px 0 20px 0;
	-moz-border-radius:30px;
	border-radius:30px
}
.fullblock {
	width: 100%;
	margin: 10px 0;
	padding: 20px 0 20px 0;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  width: 90%;
  margin:20px auto;
  padding: 20px;
}

.orange {
	background-color: #c30;
}
.pink {
	background-color: #fee8eb;
}
.blue {
	background-color: #0099FF;
}
.black {
	background-color: #000;
}
.green {
	background-color: #f4faeb;
}
.brown {
	background-color: #7d5559;
}
.cream {
	background-color: #faf2eb;
}
.inverse a:link
{
	color: #ff0;text-decoration:none;  
}
.inverse a:visited
{
	color: #ff0;text-decoration:none;
} 
.inverse a:active 
{
	color: #ff0;text-decoration:none;
}
.inverse a:hover      
{
	color: #ff0;
	text-decoration: underline;
}

.inverse h1 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 36pt;
	text-align: left;
}

.inverse h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 28pt;
	text-align: left;
}

.inverse h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 24pt;
}

.inverse h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 18pt;
}

.inverse h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 16pt;
}

.inverse h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 14pt;
}



.inverse p {
	font-family: "Urbanist";
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;

}
.inverselist li
{
	color: #fff;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	line-height: 30px;
}
.inversenumber li
{
	color: #fff;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	list-style-type: decimal;
}



/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
  
  
    
 