/* site.css */
header, footer {
  background-color: black;
}

footer {
  padding: 10px;
  border-radius: 3px;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  background-color: black;
}

a {
  color: black;
  font-weight: bold;
}

html, body {
  padding: 0;
  margin: 0;
}

.active {
  background-color: #4CAF50;
  color: white;
}

#main {
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #202020;
  margin: 20px 0;
  padding: 5px;
}

.container {
  width: 989px;
  margin: 0 auto;
  background-color: white;
  padding: 5px;
}

.mainLogo {
  font-size: 50px;
  font-weight: bold;
  text-shadow:3px 3px 3px #ffffff;
  color: red;
}

.whiteText {
  color: white;
}
.bordered-image {
  border: solid 1px #444;
  border-radius: 2px;
}

.heading {
  text-align: center;
  font-size: 40px;
  text-decoration: underline;
}
.sale{
  border: solid 1px #444;
  border-radius: 2px;
  background-color: red;
  font-size: 35px;
  color: white;
  text-align: center;
  text-shadow:3px 3px 3px #202020;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.aboutText{
  text-align: center;
  font-family: "times";
  font-size: 25px;
}

.centerText{
  text-align: center;
}

.img {
    display: block;
    width:  200px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wheelImg {
    display: block;
    width:  150px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header nav {
  float: left;
  margin-right: 5px;
  display: inline-flex;
  font-size: 15px;
  padding: 5px;

}

header nav li {
  display: inline-flex;
  font-size: 15px;
  padding: 5px;
  border: solid 1px;

}











