/* site.css */

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #595efa;
}
header, footer {
	border: solid 5px black;
	font-family: Times New Roman, serif;
	padding: 15px;
	border-radius: 5px;
	background-color: white;
}

html, body {
	padding: 0;
	margin: 0;
}

button {
	background-color: #000000;
	color: white;
	border-radius: 15px;
	padding: 3px;
	margin-top: 5px;
}

.about {
	width: 989px;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
}

.about2 {
	width: 989px;
	font-size: 78px;
	text-align: center;
	margin: 0 auto;
}

.details{
	width: 989px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}

.bordered-image {
	border: solid 1px #000000;
	border-radius: 5px;
	width: 950px;
}

.bordered-image2 {
	border: solid 1px black;
	border-radius: 5px;
	margin: 20px 5px;
}

.bordered-image3 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: solid 1px black;
	border-radius: 5px;
}

#main {
	border: solid 1px #000000;
	border-radius: 5px;
	margin: 20px auto;
}

#results {
	margin: 20px;
	padding: 5px;
	width: 600px;
	display: inline-block;
	vertical-align: top;
}

.simple-form {
	font-weight: bold;
	padding: 5px;
	width: 300px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

#main input[type=text],
#main select {
	width: 150px;
}

a {
	color: #000000;
	font-size: 32px;
}

a:hover {
	color: hotpink;
	background-color: black;
}

.container {
	width: 989px;
	margin: 0 auto;
	background-color: #595efa;
}

.container2 {
	width: 989px;
	margin: 0 auto;
	background-color: #595efa;
}

#container3 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.placement {
	text-align: right;
}


.itemsForSale {
	position: relative;
	width: 250px;
	height: 250px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

span.spacing {
	padding-left: 50px;
}

/*.floated-image {
	height: 36px;
	width: 36px;
	position: fixed;
	top: 0px;
	right: 0px;
}

.floated-image2 {
	height: 36px;
	width: 36px;
	position: fixed;
	top: 0px;
	left: 0px;
}

.floated-image3 {
	height: 36px;
	width: 36px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.floated-image4 {
	height: 36px;
	width: 36px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}*/