@charset "utf-8";
/* CSS Document */

body {
	background-color: rgba(0,0,0,1);
	margin: 0; padding: 0;
	height: 100%; width: 100%;
	font-size: 24px;
	color: #fff;
}
a:link {
	color: rgb(230,0,0);
	-webkit-transition: all .3s ease-in-out .2s;
	-moz-transition: all .3s ease-in-out .2s;
	-o-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s;
	-ms-transition: all .3s ease-in-out 0s;
	text-decoration: underline;
}
a:visited {
	color: rgb(230,100,0);
}
a:hover {
	color: rgb(60,160,215);
}
a:active {
	color: #FF6633;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/*moving background*/
.star-container {
	position: relative;
	width: 100%;
	min-height: 160vh;
	background-image: url("../jpegs/second-page-background.jpg");
	background-position: 0px 0px;
	top: 0; left: 0;
	background-repeat: repeat-y;
	animation: moveIt 300s forwards 1;
	transition-timing-function: ease-in-out;
	overflow: auto;
}
@media only screen and (max-width: 2400px) {
	.star-container-small {
		position: relative;
		width: 100%;
		min-height: 160vh;
		background-image: url("../jpegs/second-page-background.jpg");
		background-position: 0px 0px;
		top: 0; left: 0;
		background-repeat: repeat-y;
		animation: moveIt 300s forwards 1;
		transition-timing-function: ease-in-out;
	}
}
@media only screen and (max-width: 700px) {
	.star-container-small {
		position: relative;
		width: 100%;
		min-height: 120vh;
		background-image: url("../jpegs/second-page-background.jpg");
		background-position: 0px 0px;
		top: 0; left: 0;
		background-repeat: repeat-y;
		animation: moveIt 300s forwards 1;
		transition-timing-function: ease-in-out;
	}
}
@keyframes moveIt {
	from {background-position: 0 0;}
	to {background-position: 100% 0;}
}
/*end backgroud code*/
/*navigation*/
.navigation {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
	background-color: rgba(0,0,0,0.2);
	padding: 0;
	margin: 0;
}

/* footer code */
.page-footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 40px auto;
	clear: both;
	background-color: rgba(0,0,0,0);
}
.footer-text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 20px 0;
	text-align: center;
	color: rgb(230,0,0);
}
/* end footer code*/
/*columns for wands*/
.wand-columns {
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.wand-columns-wide {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 2400px) {
	.wand-left {
		position: relative;
		float: left;
		width: 45%;
		margin: 0 0 0px 20px;
		clear: both;
	}
}
@media only screen and (max-width: 800px) {
	.wand-left {
		position: relative;
		float: none;
		width: 90%;
		margin: 0 auto 30px auto;
		clear: both;
	}
}
.wand-left-image {
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 2400px) {
	.wand-right {
		position: relative;
		float: right;
		width: 45%;
		margin: 0 20px 50px 0;
	}
}
@media only screen and (max-width: 800px) {
	.wand-right {
		position: relative;
		float: none;
		width: 90%;
		margin: 0 auto 30px auto;
	}
}
@media only screen and (max-width: 2400px) {
	.wand-center {
		position: relative;
		float: none;
		width: 45%;
		height: auto;
		margin: 0 auto 20px auto;
		text-align: center;
		clear: both;
	}
}
@media only screen and (max-width: 700px) {
	.wand-center {
		position: relative;
		float: none;
		width: 90%;
		height: auto;
		margin: 0 auto 20px auto;
		text-align: center;
		clear: both;
	}
}
/*columns under wand name*/
.three-column {
	position: relative;
	width: 100%;
	overflow: auto;
}
@media only screen and (max-width: 2400px) {
	.three-item {
		float: left;
		width: 33%;
	}
}
@media only screen and (max-width: 900px) {
	.three-item {
		float: none;
		width: 100%;
	}
}
/*interior columns*/
.wand-info {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 2400px) {
	.two-left {
		position: relative;
		float: left;
		width: 60%;
	}
}
@media only screen and (max-width: 900px) {
	.two-left {
		position: relative;
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 2400px) {
	.two-right {
		position: relative;
		float: right;
		width: 30%;
	}
}
@media only screen and (max-width: 900px) {
	.two-right {
		position: relative;
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 2400px) {
	.two-center {
		position: relative;
		float: none;
		width: 80%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		clear: both;
	}
}
@media only screen and (max-width: 700px) {
	.two-center {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		clear: both;
	}
}
.view-cart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: rgb(255,255,255);
	text-align: center;
	padding: 0 0 2px 0;
	margin: 0;
}