/* site.css */


body {
  font-family: Rage Italic;
  font-size: 14px;
  background-image: url(../pic/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#banner{
  text-align: center;
  font-size: 100px;
}
#banner2{
	height:500px;
    width:100%;
    background-image: url(../pic/parade2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
}
#banner3{
	height:500px;
    width:100%;
    background-image: url(../pic/parade.jpg);
    background-repeat: no-repeat;
    background-size: 500px 400px;
    background-position: center 70%;
}
#contact{
	border: 5px;
	padding:50px;
}
#Purchase{
	margin-left: 40%;
}
table {
	background-color: lightblue;	
	width: 75%;
	margin: auto ;


}
th {7
	text-align: center;
	height:50px;
	text-align: left;
}
tr{
	height:50px;
	font-size: 30px;
}
input{
	background-color: 	lightblue;
}
.rev {
	color:red;
}

.topnav {
	font-size: 24px;
	text-align: center;
	text color: red;
    overflow: hidden;
}

.topnav a {
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 32px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}















