body {
  background-image: url(../img/bg.png);
  font-family: serif;
}

footer {
  margin: 20px auto;
  width: 320px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #2E94B5;
  background-color: white;
}

h1, h2, h3 {
  font-family: "poppins", sans-serif;
  margin: 0px;
}

p {
  margin: 5px auto;
}

span, form {
  text-align: left;
}

iframe {
  border: 0px;
}

form input, form select {
  margin: 2px;
}

.inventory table, .productInventory table {
  background-color: white;
  border-collapse: collapse;
  border: 1px solid black;
  text-align: center;
}

.inventory tr, .productInventory tr {
  border-bottom: 1px solid black;
}

.inventory td, .productInventory td {
  padding: 15px;
  max-width: 400px;
}

.inventory img {
  width: 200px;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 870px;
  max-width: 1530px;
}

.banner {
  background-color: #D6231E;
  height: 130px;
  margin: 0px;
  font-size: 102px;
  font-weight: bold;
  font-family: "orbitron", sans-serif;
  color: white;
}

.banner img {
  float: left;
  height: 130px;
  width: auto;
}

.navBar {
  background-color: #1F2226;
  margin-top: 5px;
  margin-bottom: 40px;
  text-align: center;
  min-width: 600px;
}

.navBar li {
    list-style-type: none;
    display: inline-block;
    margin-right: -5px;
    font-family: sans-serif;
    font-weight: bold;
}

.navBar a {
  display: block;
  text-decoration: none;
  padding: 10px 40px 10px 40px;
  color: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.navBar .active a {
  background-color: #D6231E;
  color: #FFF4E0;
}

.navBar a:hover {
  background-color: #D6231E;
  color: #FFF4E0;
}

.featured {
  margin: auto;
  padding: 10px;
  text-align: center;
}

.featured a {
  text-decoration: none;
  color: black;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0px;
}

.row div  {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  background-color: white;
}

.featured img {
  height: auto;
  width: auto;
  max-height: 140px;
  margin-right: 10px;
}

.featured a {
  display: block;
}

.row2 {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  justify-content: center;
}

.repairs {
  width: 400px;
  height: 130px;
  margin-right: 10px;
  padding: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  background-color: white;
}

#repair {
  height: auto;
  width: 150px;
  margin-right: 5px;
  float: left;
}

.news {
  width: 400px;
  height: 130px;
  padding: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  background-color: white;
}

#news {
  height: auto;
  width: 130px;
  margin-left: 5px;
  float: right;
}

.inventory {
  margin: auto;
  min-width: 700px;
  max-width: 1400px;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

#lookup {
  margin-bottom: 20px;
}

.filter {
  width: 10%;
  display: inline-block;
  margin-right: 3%;
}

.pageContent {
  margin: auto;
  padding: 10px;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  text-align: center;
}

.pageContent p, .pageContent h2, .pageContent h3 {
  text-align: left;
}

#productImg {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 450px;
  max-width: 500px;
  margin-bottom: 30px;
}

.productInventory {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  margin-bottom: 30px;
  background-color: white;
  text-align: left;
}

.details {
  display: inline;
  margin-right: 30px;
}

.productInfo {
  margin: 40px auto;
  width: 800px;
}

#comments {
  width: 400px;
  height: 150px;
}
