html {
  font-family: Poppins;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: rgb(1, 105, 26);
}

a {
  text-decoration: none;
  color: inherit;
}
.tile:hover {
  background-color: white;
  color: rgb(1, 105, 26);
  border: 30px 30px 30px 30px;
  border-style: solid;
  border-color: rgb(1, 105, 26);
  text-shadow: 1px 1px 1px white, -1px -1px 1px white;
}

.depot:hover {
  background-image: url(./images/container\ depot.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.truck:hover {
  background-image: url(./images/pexels-kampus-8353790.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.freight:hover {
  background-image: url(./images/container\ ship.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.house:hover {
  background-image: url(./images/pexels-kamenczak-833337.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  display: flex;
  justify-content: center;
  width: 100vw;

  background-color: rgb(1, 105, 26);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerTile {
  width: 33vw;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
  color: white;
}

footer {
  color: grey;
}
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.address p {
  padding-bottom: 10px;
}

@media (min-width: 1921px) {
  .headerContainer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: rgb(1, 105, 26);
    margin-bottom: 100px;
  }
  .first {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .second {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .container {
    min-height: 950px;
  }
  .tile {
    display: flex;
    height: 350px;
    width: 800px;
    background-color: rgb(1, 105, 26);
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 5rem;
    text-align: center;
    color: white;
  }
  p {
    margin: 0;
    padding: 0;
    border: 0 0 0 0;
  }
  .logoImage {
    height: 200px;
    width: 200px;
  }


 
}
@media (min-width: 1431px) and (max-width: 1920px) {
  .headerContainer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: rgb(1, 105, 26);
    margin-bottom: 50px;
  }
  .first {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .second {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .container {
    height: 950px;
  }
  .tile {
    display: flex;
    height: 200px;
    width: 500px;
    background-color: rgb(1, 105, 26);
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 2rem;
    text-align: center;
    color: white;
  }
  p {
    margin: 0;
    padding: 0;
    border: 0 0 0 0;
  }
  .logoImage {
    height: 100px;
    width: 100px;
  }

  
  .retrofitBody {
    height: 1200px;
  }
  .logisticsBody {
    height: 1200px;
  }

}
@media (min-width: 1001px) and (max-width: 1430px) {
  .headerContainer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: rgb(1, 105, 26);
  }
  .first {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .second {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .container {
    height: 95vh;
    min-height: 1000px;
  }
  .tile {
    display: flex;
    height: 200px;
    width: 500px;
    background-color: rgb(1, 105, 26);
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 3rem;
    text-align: center;
    color: white;
  }
  p {
    margin: 0;
    padding: 0;
    border: 0 0 0 0;
  }
  .logoImage {
    height: 150px;
    width: 150px;
  }
  .location {
    display: none;
  }
  .address {
    width: 50vw;
  }
  .name {
    padding-left: 50px;
    width: fit-content;
  }
  .footer {
    justify-content: space-between;
  }
 
  .retrofitBody {
    height: 1200px;
  }
  .logisticsBody {
    height: 1200px;
  }


}
@media (min-width: 701px) and (max-width: 1000px) {
  .headerContainer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: rgb(1, 105, 26);
  }
  .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 500px;
    height: 2000px;
  }

  .tile {
    display: flex;
    height: 400px;
    width: 90vw;
    background-color: rgb(1, 105, 26);
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 3rem;
    text-align: center;
    color: white;
  }
  .logoImage {
    height: 100px;
    width: 100px;
  }
  .location {
    display: none;
  }
  .name {
    padding-left: 50px;
    width: fit-content;
  }
  .footer {
    justify-content: space-between;
  }
  .address {
    width: 70vw;
  }
  .address p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  
  .retrofitBody {
    height: 1200px;
  }
  .logisticsBody {
    height: 1200px;
  }

}
@media (max-width: 700px) {
  .headerContainer {
    display: flex;
    align-items: center;
    color: rgb(1, 105, 26);
    justify-content: flex-start;
  }
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
  }
  .header {
    padding-left: 50px;
    font-size: 1.5rem;
  }
  .tile {
    display: flex;
    height: 20vh;
    align-items: center;
    justify-content: center;
    width: 95vw;
    color: white;
    background-color: rgb(1, 105, 26);
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 1.5rem;
  }
  .logoImage {
    height: 100px;
    width: 100px;
  }
  .footer {
    display: flex;
    justify-content: space-evenly;
    font-size: 0.4rem;
    margin-top: 50px;
  }
  .footerTile {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    width: 50vw;
  }
  .location {
    display: none;
  }
  .address p {
    margin: 0 0 0 0;
    padding-bottom: 0px;
  }
 
  .retrofitBody {
    height: 1200px;
  }
  .logisticsBody {
    height: 1200px;
  }

}
