/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

header {
    background-color: #004080;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

header .logo h1 {
    margin: 0;
    font-size: 2rem;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

a
{
	text-decoration: none;
}

main {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 75px;
}

section {
    margin-bottom: 40px;
}

section h2 {
    font-size: 1.8rem;
    color: #004080;
    margin-bottom: 10px;
}

footer {
    background-color: #004080;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

ol, ul
{
	list-style-position: inside;
}

.getnotarybutton {
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
}
.getnotarybutton:hover {
	background-color:#5cbf2a;
}
.getnotarybutton:active {
	position:relative;
	top:1px;
}

.footerclass
{
	z-index: 100;
}

.paymentqrcodecss
{
	width: 50%;
	max-width: 320px;
}

p
{
	margin-top: 2em;
}