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;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;

  padding-left: 10px;
  padding-right: 10px;
}

.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;
}

.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: 160px;
  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;
}
