
header{
    width: 100%;
    background-color: #000;
    color: #fff;
}

.contact-image{
  background: url(images/contact-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18rem;
}
.contact-image h1{
  font-size: 5rem;
  color: #fff;
  text-shadow: 2px 2px 5px#ff0000;
}


footer{
  background-color: #f58220;
  color: #fff;
  padding: 2rem 0 0 0;

}
.footer-logo{
  /* line-height: 0; */
  padding-top: 1rem;
  font-weight: bold;
  text-align: justify;
}
/* .top-nav-1 {
  display: flex;
  text-align: left;
  padding: 1.5rem 0;
} */
.top-nav-1 .email, .top-nav-1 .phone{
    margin-right: 1rem;
}
.top-nav-2 h1{
    font-size: 0.85rem;
    font-weight: 600;
    font-family: sans-serif;
    text-align: right;
}
.top-nav-2 p{
    font-size: 0.75rem;
    font-weight: 400;
    font-family: sans-serif;
    text-align: right;
}
.name{
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #FF9933;

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 460px){
  .name{
    font-size: 1rem;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) and (min-width: 461px){
  .name{
    font-size: 1.25rem;
  }
  header{
    height: 5rem;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) and (min-width: 601px){
  .name{
    font-size: 1.5rem;
  }
    header{
    height: 4rem;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .name{
    font-size: 2rem;
  }
      header{
    height: 2.85rem;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .name{
    font-size: 2.5rem;
  }
      header{
    height: 1.5rem;
}
}