/* this is to apply one font to whole web site */

* { font-family: Avenir !important;}

#footerWrapper
{ 
background-color: rgb(204, 229, 255);
}

.navbar-brand-custom{
  padding: 0px; /* firefox bug fix */
}
.navbar-brand-custom>img {
  height: 100%;
  padding: 15px; /* firefox bug fix */
  width: auto;
}

.paragraph-custom
{
	font-style: normal;
	font-size: 20px;
	margin:10px 40px 5px 40px;
	text-align:justify;
}

/* this is for the anchors */
.anchor-wrapper {
		padding:10px 0px 0px 0px;
		z-index:1;
		display:block;
		position:relative;
		/*background-color:#f7f7f7;*/
	}


