@charset "utf-8";
/* CSS Document */

#topMenu {
  background-color: white;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0em;
}
.tableRow{
	text-align:center;
}
#mainHeading {
  color: blue;
  font-size: large;
  width:30%;
  margin-left: auto;
  margin-right: auto;
}
#preHeading {
  text-align: center;
  font-size: large;
}
.homePic {
  background-color: white;
}
#homePicBox {
  /* width: 230px; */
  width:35%;
  height: 40px;
  padding-left: 10px;
  padding-right: 5px;
  color: white;
  text-align:center;
}
.bigLetter,.bigLetterA,.bigLetterD{
  color: rgb(231, 210, 18);
  font-size: 0.4in;
  font-style: italic;
  text-shadow: 2px 4px blue;
}
.bigLetterH{
  color: blue;
  font-size: 0.4in;
  font-style: italic;
  text-shadow: 2px 4px rgb(231, 210, 18);;
}
.littleLetter {
  color: blue;
  font-size: 0.3in;
}
#preHeading {
  text-align: center;
  font-size: large;
}
#loginButton {
	background-color: rgb(231, 210, 18);
	color:black;
  	width: 75px;
	height:30px;
  	border-radius:5px;
	text-size:x-large;
	font-weight:bold;
}
#loginButton:hover{
  background-color:blue;
  color:white;
	cursor:pointer;
}
#loginBox {
  width: 30%;
  height: 40px;
  padding-left: 5px;
  padding-right: 10px;
  text-align:right;
}

#cartPic {
  width: 30px;
  height: 30px;
  padding-right: 5px;
}
#cartBox {
  width: 5%;
  height: 40px;
  padding-left: 5px;
  padding-right: 15px;
}
a {
  margin:0px;
}
a:link {
  color: black;
  text-decoration: none;
  padding: 2px;
}
a:hover{
	color:white;
	cursor:pointer;
}
