body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.background-image {
    background-image: url('/resource/images/m4.jpg'); /* Replace 'your-image-url.jpg' with the URL of your background image */
    background-size: cover; /* This ensures the image covers the entire background */
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: top top;
	height: 100%;
}

.banner {
    background-color: #58595ac7; /* Semi-transparent dark gray color */
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}

.banner h1 {
    margin: 0;
    font-size: 40px;
	font-family: 'Taviraj', serif;
    font-weight: 200 !important;
    font-style: normal;
	margin-bottom: -10px;
}

.banner p {
    margin: 0;
    font-size: 18px;
	font-family: 'Taviraj', serif;
    font-weight: 200 !important;
    font-style: normal;
}

a {
    color: white; /* Set link color to white */
    text-decoration: underline; /* Remove underline */
}

.privacy-link {
    text-decoration: underline;
}

.underline-mailto {
	text-decoration: underline;
}