body {
  background-color: black;
}
.splash {
  background-image: url("/images/autoback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 60%;
  height: 80vh;
}

.title h1 {
  text-align: center;
  font-family: "Zilla Slab", serif;
  margin: 0px;
  font-size: 4vw;
  color: rgba(255, 0, 0, 0.541);

}
.space button{
  background: none;
  border: none;
  padding-bottom: 2vw;
}
.slogan {
  padding-right: 20px;
}
.navbar {
  display: flex;
  justify-content: space-evenly;
  font-family: "Teko";
  margin-bottom: 10px;
  font-size: 120%;
}
.navbar a {
  cursor: pointer;
  color: rgba(0, 132, 255, 0.493);
  font-size: 1vw;
  text-decoration: none;
}
h2 {
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 182%;
  color: rgba(255, 0, 0, 0.541);
  font-size:2vw;
}
footer {
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 200px;
  position: sticky;
  background: black;
}
.contactitem {
  display: inline-block;
  padding: 10px;
  font-size: 170%;
}
.socials {
  padding-left: 300px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}
.socials button {
  background: none;
  border: none;
  cursor: pointer;
}
.socials img {
  width: 120px;
  height: 120px;
}
.menu {
  float: right;
  padding-right: 1%;
  margin-top: 0px;
  font-family: "Teko";
  margin-bottom: 10px;
  font-size: 120%;
  color: rgba(0, 132, 255, 0.493);
}
.menu a {
  color: rgba(0, 132, 255, 0.493);
  cursor: pointer;
  font-size: 1vw;
  text-decoration: none;
  margin-top: 0px;
}
.services {
  background-image: url("/images/autoback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 60%;
  height: 80vh;
}
.servicesInfo p {
  padding-top: 4.8vw;
  font-size: 2vw;
  font-family: "Teko";
  text-align: center;
  color: black;
}
.info {
  float: left;
}
.about {
  background-image: url("/images/autoback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 60%;
  height: 80vh;
  padding-top: 1vh;
}
.aboutInfo p {
  padding-top: 8.5vw;
  padding-left: 2vw;
  padding-right: 45vw;
  font-size: 2vw;
  font-family: "Teko";
  text-align: left;
  color: rgb(255, 0, 0);
}
.aboutInfo {
  float: left;
}
.contact {
  background-image: url("/images/autoback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 60%;
  height: 80vh;
  padding-top: 10vh;
}
.contactInfo {
  text-align: center;
  padding-top: 5vw;
  font-size: 3vw;
  font-family: "Teko";
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
html{
  scroll-behavior: smooth;
  overflow:hidden;
}
