@charset "utf-8";
/* Demo CSS By Kevin Rutherford II */
body
{
	padding:200px;
	
}
img
{
	float:left;
	height:200px;
	width:200px;
}
a
{
	color: darkblue;
}
	#email-optin
	{
		display:none;
		z-index: 1;
		border-radius: 5px;
		border: thick color #000;
		width: 25vw;
		height:12vw;
		background: #F72E32;
		padding: 5px;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}
	.email-close
	{
		 position:absolute;
		 top:5px;
		 right:5px;
		color: aliceblue;
		margin-top: -5px;
	}
	#email-optin .call-to-action
	{
		color: #D8F317;
		font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-weight: 900;
		font-size:24px;
		text-emphasis-color: #000;
	}
	#email-optout
	{
		display: none;
		z-index: 2;
		border-radius: 5px;
		border: thick color #000;
		width: 12vw;
		height:10vw;
		background: #2766E5;
		padding: 5px;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

