.pr-button {
	width: auto;
	margin: auto;
	padding: 14px 16px;
	cursor: pointer;
	outline: none;
	background: transparent;
	color: #1f9cdb;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	transition-duration: 0.6s;
	border: 2px solid #1f9cdb;
	border-radius: 5px;
	font-family: 'Alegreya Sans', sans-serif;
}
/*button style for a link*/
.pr-button {
	appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    -webkit-rtl-ordering: logical;
}
.pr-button:hover {
	background: #1f9cdb;
	color: #fff;
	border: 2px solid #1f9cdb;
}
.pr-button:active {
	background: #006699;
	border: 2px solid #1f9cdb;
}