@font-face {
  font-family: 'DegularRegular';  /*this is the name you give*/
  src: url('https://portal.charitysupportcenter.org/servlet/eAndar.WebExtDocument/styleimage/65313A415941764533324754646F4158525569496F4465676D2D6A505A543569726958796A344739755F4A67684B454A426F/Degular-Regular.otf');
}

body{

	
	font-family:"DegularRegular", helvetica, sans-serif;
	font-size:16px;
	
}

a{
	color: #007bff;
}

h1, .page-header{
	font-size: 30px;
	color: #01426A;
	font-family:"DegularRegular", helvetica, sans-serif;
}
ol, ul {
	line-height: 1.2;
}
/*-------------*/



/*---------------------------------------------------------Default Button -----------------------------------------------------*/
.DefaultButtons .button {
	display: inline-block;
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 1.2em;
	color: #000;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 1px;
	border-style: outset; 
	border-color: #d6d3ce #848284 #848284 #d6d3ce; 
	outline-width: 0px; 
	outline-style: none; 
	outline-color: transparent; 
	min-width: 100px;
	border-radius: 50px;
	border: 2px solid #000000;
	font-family: "DegularRegular", helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.DefaultButtons .button:hover {
	background-color:#ccc;
	color:#000;
}
