@font-face {
	font-family: 'Anarchy';
	src: url('fonts/Anarchy/Anarchy.eot');
	src: url('fonts/Anarchy/Anarchy.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Anarchy/Anarchy.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'CanadaMist';
	src: url('fonts/CM/CanadaMist.eot');
	src: url('fonts/CM/CanadaMist.eot?#iefix') format('embedded-opentype'),
		 url('fonts/CM/CanadaMist.svg#CanadaMist') format('svg'),
		 url('fonts/CM/CanadaMist.ttf') format('truetype'),
		 url('fonts/CM/CanadaMist.woff') format('woff'),
		 url('fonts/CM/CanadaMist.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'NextCustom';
	src: url('fonts/NC/NextCustom.eot');
	src: url('fonts/NC/NextCustom.eot?#iefix') format('embedded-opentype'),
		 url('fonts/NC/NextCustom.svg#NextCustom') format('svg'),
		 url('fonts/NC/NextCustom.ttf') format('truetype'),
		 url('fonts/NCNextCustom.woff') format('woff'),
		 url('fonts/NCNextCustom.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
.marquee {
	color: blue;
	font-family:Anarchy;
}

.logo{
	position: fixed;
	top: 0;
	right: 0;
	width: 8%	
}
.bottom{
	position: fixed
	bottom:10;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 0;
}
.dingbat{
 	display: block;
 	margin-top: 100px;
 	margin-bottom: 100px;
  	width: 300px;
  	padding-top: -50px;
	left: 10px;
}
.webring{
	position: fixed;
 	display: block;
 	bottom: 100px; 
  	width: 40px;
  	right: 300px;
  	padding-top: -50px;
}
.roller{
	position: fixed;
 	bottom: 200px; 
  	width: 30%;
  	left: 100px;
  	padding-top: -50px;
	  

}

.looping{
	position: absolute;
 	bottom: 150px; 
  	width: 	25%;
  	right: 100px;
  	padding-top: -50px;
}

.topright{
	position: absolute;
	top: -290px;
	right: -20px;
}
.processing{
	position: relative;
	top: 200px;
	left: 50px;
	width: 100px;

}
.Saver{
	position: fixed;
	top: 530px;
	left: 300px;
	width: 140px;

}
#mySTATEMENT{
            display: none;
         }
.column{
	float: left;
}
.row:after {
	content: "";
	clear: both;
}
.toast{
	position: absolute;
	top: 300px;
	left: 100px;
	width: 100px;
}

.email{
	position: absolute;
	top: 60px;
	left: 150px;
	width: 100px;
}

.folder{
	position: absolute;
	top: 250px;
	left: 100px;
	width: 100px;
}
.curtains{
	position: fixed;
	top: 180px;
	left: 200px;
	width: 100px;
}

.construction{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.contact {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
.centered {
	position: absolute;
	top: 30%;
	left: 52%;
	transform: translate(-50%, -50%);
  }




@media only screen and (max-width: 600px){
	div.looping {
		display: none;
	}
	
	div.toast {
		display: none;

	}
	div.penny {
		display: none;
	}

	div.email {
		display: none;
	}

	div.construction {
		display: none;
	}


}
