/*site.css*/
body{
	background-image: url("img/denim-background.jpg");
	background-color: #2f8eed;
	font-family: sans-serif;
	color: black;
	font-size: 15px;
	font-weight: bold;
}
.container{
	width: 952px;
	margin: 0 auto;
}


.nav-bar{
	background-color: #2b9b17;
	overflow: hidden;
	margin: 0 auto;
}

.nav-bar a{
	float: left;
	color: black;
	text-align: center;
	padding: 16px 18px;
	text-decoration: none;
	font-family: serif;
	font-size: 17px
}

.nav-bar a:hover {
	background-color: #71cc2c;
	color: black;
}

.nav-bar a.active {
	background-color: #373170;
	color: white;
}

.header-graphic{
	display: block;
	width: 710px;
	position: center;
	margin-left: auto;
	margin-right: auto;
}

h1, footer, h3 {
	background-color: #bfbaef;
	width:80%;
	position: center;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	padding: 5px;
	margin: 5px auto;
}
footer img {
	height: 45px;
	width: 45px;
}

.top-text {
	position: center;
	background-color: #bfbaef;
	color: black;
	padding: 5px 15px;
	box-shadow: 5px 5px #8883af;
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 40px;
}

.column {
	flex: 40%;
	max-width: 40%;
	padding: 10px 40px;
}

.option {
	background-color: #bfbaef;
	color: black;
	padding: 5px 15px;
	box-shadow: 5px 5px #8883af;
}

.option img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.bargain-header {
	font-weight: bolder;
	font-size: 25px;
}

.short-text {
	position: center;
	text-align: center;
}

.table-option {
	width: 450px;
	display: inline-block;
	position: center;
	background-color: #bfbaef;
	color: black;
	padding: 5px 15px;
	box-shadow: 5px 5px #8883af;
	margin: 0 227px;
}

form {
	width:950px;
	display: inline-block;
	background-color: #bfbaef;
	padding: 5px 15px;
	box-shadow: 5px 5px #8883af;
}