@font-face {
    font-family: 'nevisBold';
    src: url('nevis-webfont.eot');
    src: url('nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('nevis-webfont.woff') format('woff'),
         url('nevis-webfont.ttf') format('truetype'),
         url('nevis-webfont.svg#nevisBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3 {
	font-family:'nevisBold',arial,helvetica,serif;
}

h1 {
	margin-bottom: 20px;
	margin-top:40px;
	font-size:40px;
	line-height:40px;
}

h2 {
	margin-bottom: 20px;
	margin-top:35px;
	font-size:27px;
	line-height:27px;
}

h3 {
	margin-bottom: 15px;
	margin-top:30px;
	font-size:20px;
	line-height:20px;
}

#donate_now {
	font-family:'nevisBold',arial,helvetica,serif !important;
}