* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
p {
  line-height: 1.5;
}
a{
  color: #000;
  text-decoration: underline;
}
h1 {
  font-weight: 600;
}
header {
  background-image: url("/images/hallandale-beach-locksmith-near-me.jpeg");
  display: flex;
  overflow: visible;
  height: 38rem;
  padding-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1rem;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media(max-width: 580px) {
  header{
    background-image: url("/images/hallandale-beach-locksmith-near-me.webp");
  }
}
/* navbar */
nav {
  background-color: #365486;
}
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.nav-toggle {
  font-size: 1.5rem;
  color: #fff;
  background: transparent;
  border-color: transparent;
  transition: #fff;
  cursor: pointer;
}
.nav-toggle:hover {
  color: #fff;
  transform: rotate(90deg);
}
.links a {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
  text-decoration: none;
}
.links a:hover {
  color: #fff;
}
.social-icons {
  display: none;
}
.links {
  height: 0;
  overflow: hidden;
  text-decoration: none;
  list-style: none;
  margin: 0 auto;
}
.show-links {
  height: 12.5rem;
}
@media screen and (min-width: 800px) {
  .nav-center {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
  .nav-header {
    padding: 0;
  }
  .nav-toggle {
    display: none;
  }
  .links {
    height: auto;
    display: flex;
  }
  .links a {
    padding: 0;
    margin: 0 0.5rem;
    text-decoration: none;
  }
  .links a:hover {
    padding: 0;
    background: transparent;
  }
}

/* heading and content for header  */

.heading {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.heading p {
  font-size: 22px;
  font-weight: 600;
}
.img-respon {
  width: 100%;
}
footer {
  padding: 2rem 1rem;
  background-color: #0f1035;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
.list {
  list-style: url("/images/lockpic307.png");
}
.contact-form {
  margin: 5rem 2rem;
  background-color: aliceblue;
  padding: 3rem;
  width: 90%;
}
@media (max-width: 765px) {
  textarea {
    width: 100%;
  }
}
.sidecontact_form {
  position: fixed;
  right: 0;
  top: 85%;
  z-index: 99999999;
}
.h2 {
  background-color: #365486;
  color: #ffffff;
  text-align: center;
}
.middle {
  background-image: url("/images/car-key-replacement-hallandale-beach.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 20px 0;
}
.v-center {
  display: flex;
  align-items: center;
}
.last {
  background-color: #365486;
  padding: 25px 0;
}
.f-list {
  list-style: url("/images/right-chevron_10697693.png");
}
.loc {
  list-style: url("/images/location_6375108.png");
}
footer h4 {
  font-weight: 600;
}
footer li {
  padding-top: 10px;
}
footer a:hover {
  color: #ffffff;
}
.flex {
  display: flex;
  flex-direction: row-reverse;
}
.dis {
  font-size: 12px;
}
.responsive{
  width: 100%;
  height: 16.1rem;
}