@charset "UTF-8";
/*///////////////////////////////////////////////////////////////
////////emily grenader dot com 2025 splash page /////////////////
/////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////*/
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-display: auto;
	margin-top: 30%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-style:normal;
	font-weight:lighter;
	font-size: large;
	text-align: center;
	text-shadow: 2px 2px #d6a10f;
	white-space: nowrap;
	background: url(giantestgif.gif);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #000000;
}

.contact{
	position: fixed;
	bottom: 0;
	right: 0;
	float:right;
	width: 50px;
	padding: 5px;
	font-weight:lighter;
	font-size: 12px;
	text-align: center;
	text-shadow: none;
	
}

a:link {
  color: #E2E2E2;
  text-decoration: none;
}

a:visited {
  color: #C7C7C7;
  text-decoration: none;
}

a:hover {
  color: #C7C7C7;
  text-decoration: none;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
