@charset "UTF-8";
/* CSS Document */

.carousel-indicators li{
	width:10px;
	height: 10px;
	border-radius: 100%;
	margin-left: 8px;
}
#grad {
  background-image: radial-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
}
.parallax{
	  /* The image used */
  background-image: url("../images/SunstoneParalx.jpg");

  /* Set a specific height */
  min-height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.amenities{
  /* The image used */
	background-image: url("../images/PlaygroundBkg.jpg");
	height: 100vh;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center right;

}
.image_hover { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	opacity: 0;}
.image_hover:hover { opacity: 1;}

h4.card-title{
	font-family: Arial,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
	font-weight: bold;
}

.contact_a {
	font-size:.8rem;
	font-weight: bold;
	font-family: arial;
}
.footerDisclaimer{color: #ffffff; font-size:10px; }

.hud{
	width:40px;
	filter: invert(100%);
}
sup{
	
	vertical-align: baseline;  position: relative;  top: -0.4em; font-size:smaller;
}

