body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

.h1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}
.h2 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

body {
  background-color: #252424;
}
nav {
  background-color: rgb(255, 255, 255);
  margin-left: 10%;
  float: none;
  margin-right: 10%;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.welder {
  background-image: url(https://i.imgur.com/MsdJMcDh.jpg);
  background-size: cover;
  padding-bottom: 500px;
  height: 70px;
}

.header {
  text-align: center;
  color: white;
}

.sparks {
  background-image: url(sparks.jpg);
  background-size: cover;
  padding-bottom: 500px;
  height: 70px;
}
.stickweld {
  background-image: url(stickweld.jpg);
  background-size: cover;
  padding-bottom: 500px;
  height: 70px;
}

.fixing {
  background-image: url(betterfix.jpg);
  background-size: cover;
  padding-bottom: 500px;
  height: 70px;
}
nav ul {
  list-style-type: none;
  padding: 0px 0;
  overflow: hidden;
  padding-left: 20px;
}
nav ul li {
  float: left;
  margin: 0 16px 0 0;
  padding-left: 20px;
}

nav ul li a {
  display: block;
  font-size: 20px;
  padding: 8px 131px;
  color: rgb(10, 10, 10);
  font-weight: 1000;
  text-decoration: none;
  width: 25%;
  text-align: center;
  float: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

.firstsection {
  background-color: #070606;
  padding-bottom: 15px;
}
.firstsection a {
  margin-left: 30px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.secondsection {
  background-color: #070606;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
.secondsection p {
  color: white;
  text-align: center;
  text-decoration: none;
}

.thirdsection {
  background-color: #070606;
  padding-bottom: 15px;
  padding-top: 15px;
}
.thirdsection p {
  color: white;
  text-align: center;
  text-decoration: none;
}

.welding2 {
  width: 33%;
  text-align: center;
  float: left;
}

@media only screen and (max-width: 992px) {
  nav ul li {
    float: left;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
  }

  nav ul li a {
    display: block;
    font-size: 20px;
    color: rgb(10, 10, 10);
    font-weight: 1000;
    text-decoration: none;
    width: 25%;
    text-align: center;
    float: none;
    padding: 0px 50px 0px 10px;
    margin: 0px 0px 0px 0px;
  }
  nav ul {
    list-style-type: none;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  nav ul {
    list-style-type: none;

    overflow: hidden;
  }
  nav ul li {
    float: left;
  }

  nav ul li a {
    display: block;
    font-size: 20px;
    padding: 8px 125px;
    color: rgb(10, 10, 10);
    font-weight: 1000;
    text-decoration: none;
    width: 25%;
    text-align: center;
    float: none;
  }
}

.wrapper .icon {
  margin: 0 20px;
  cursor: pointer;
}

.wrapper .icon span {
  height: 60px;
  width: 60px;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.wrapper .icon span i {
  font-size: 25px;
  line-height: 60px;
}
.instagram {
  color: white;
  text-decoration: none;
  font-size: 30px;
}
.facebook {
  color: white;
  text-decoration: none;
  font-size: 30px;
}

.paragraph {
  text-align: center;
}

.facebookapp {
  text-align: center;
}

.instagramapp {
  text-align: center;
}
.connect {
  color: white;
  text-decoration: underline;
  text-align: center;
}
.specialize {
  color: white;
  padding-left: 400px;
  padding-right: 400px;
  font-size: 30px;
  text-align: center;
}
footer {
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
  padding: 1em;
}
.footer {
  padding: 1em;
  background-color: #070606;
  grid-area: 5 / 2 / 6 / 8;
  color: white;
}
form {
  margin-top: 3%;
  margin-bottom: 3%;
  width: 100%;
  color: white;
}
