#nav{
	Background-color: black;
	padding: 2px black;	
}
#about{
	Color: white;
	background-color: black;
	border: none;
	font-size: 20px;
	transition-timing-function: ease-in;
}
#Products{
	Color: white;
	background-color: black;
	border: none;
	font-size: 20px;
}
#MagicTricks{
	Color: white;
	background-color: black;
	border: none;
	font-size: 20px;
}
#Techniques{
	Color: white;
	background-color: black;
	border: none;
	font-size: 20px;
}
#Cart{
	Color: white;
	background-color: black;
	border: none;
	font-size: 20px;
}
#AboutUs{
	border: solid 2px;
	margin-top: 10px;
	padding: 10px;
	margin-right: 50px;
}
#AboutUs2{
	border: solid 2px;
	margin-top: 10px;
	padding: 10px;
	margin-left: 250px;
}
#p1 {
	line-height: 20px;
	font-size: 20px;
	color: grey;
}
#p2 {
	line-height: 20px;
	font-size: 20px;
	color: grey;
}
#background1{
	background-image:url(head.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top right;
}
#Welcome{
	font-family: ariel, Helvetica, sans-serif;
	font-size: 40px;
	text-align: right;
	margin-right: 200px;
	color: grey;
}
#PlasticCards{
	border-radius: 8px;
	border-color: 1px black;
	width: 340px;
	height: 340px;
}
#PaperCards{
	border-radius: 8px;
	border-color: 1px black;
	width: 340px;
	height: 340px;
}
#Games{
	border-color: 1px black;
	border-radius: 10px;
}
#EndSource{
	background-color: rgba(192,192,192,0.5);
	margin-left: 15px;
	margin-right: 15px;
}



















