html, body {
      height: 100%;
      margin: 0; /* Remove default margin for consistent full-page coverage */
      padding: 0; /* Remove default padding */
    }
body {
    /*background-image: url(../images/Vidanta-nuveo-vallarta-grand-luxxe-gallery-1.jpg); */
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-size: cover; /* Scale the image to cover the entire container */
	color: black; 
	background-color: white; /* #A8E4FF; */
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}	

h1 {
	color: blue;
}
h3 {
	color: blue;
	font-weight: bold;
	/*text-decoration: underline;*/
}
p {
	color:black;
}


a:link, a:visited {
	color: green;
}
a:hover {
	color: yellow;
}

	  
